Class StudentQuotationsPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
be.gaudry.swing.edu.student.course.StudentQuotationsPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, TableModelListener

public class StudentQuotationsPanel extends JPanel implements TableModelListener, PropertyChangeListener
Scores management for a given student and a course.
Since:
1.0 Dec 22, 2008
Author:
Steph GAUDRY
See Also:
StudentQuotationsPanel(Student, Course), Serialized Form
  • Constructor Details

    • StudentQuotationsPanel

      public StudentQuotationsPanel()
      See Also:
      StudentQuotationsPanel(Student, Course)
    • StudentQuotationsPanel

      public StudentQuotationsPanel(Student student, Course course)
      Scores management for a given student and a course.
      Parameters:
      student -
      course -
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • customizeGUI

      public void customizeGUI(Student student, Course course)
    • setCourse

      public void setCourse(Course course)
    • getCourse

      public Course getCourse()
    • getStudent

      public Student getStudent()
      Returns:
      the student
    • setStudent

      public void setStudent(Student student)
      Parameters:
      student - the student to set
    • tableChanged

      public void tableChanged(TableModelEvent e)
      Specified by:
      tableChanged in interface TableModelListener
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • setLanguage

      protected void setLanguage()
      Since:
      1.0.1-SNAPSHOT (Feb 14 2009)