Class YearInfoPanel

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

public class YearInfoPanel extends JPanel implements IItemPanel<SchoolYear>
Since:
1.0 Nov 1, 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • YearInfoPanel

      public YearInfoPanel()
  • 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(SchoolYear item)
      Description copied from interface: IItem
      Give an item to the view
      Specified by:
      setItem in interface IItem<SchoolYear>
    • getItemName

      public String getItemName()
      Specified by:
      getItemName in interface IItemPanel<SchoolYear>
      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<SchoolYear>
      Returns:
      the panel