Class StudentInfoPanel

All Implemented Interfaces:
IItem<Student>, IItemPanel<Student>, ImageObserver, MenuContainer, Serializable, Accessible

public class StudentInfoPanel extends JPanel implements IItemPanel<Student>
Since:
1.0 Oct 25, 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • StudentInfoPanel

      public StudentInfoPanel()
  • Method Details

    • main

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

      public void setItem(Student item)
      Description copied from interface: IItem
      Give an item to the view
      Specified by:
      setItem in interface IItem<Student>
    • getItemName

      public String getItemName()
      Specified by:
      getItemName in interface IItemPanel<Student>
      Returns:
      a user readable name (ie person, actor,...)
    • getPanel

      public JPanel getPanel()
      Description copied from interface: IItemPanel
      Mostly implemented like this :
      public JPanel getPanel(){
              return this;
       }
      because we cannot inherit from JPanel for an interface, but we must insert the implemented class in a container.
      Specified by:
      getPanel in interface IItemPanel<Student>
      Returns:
      the panel