Class ExaminationPanel

All Implemented Interfaces:
IItem<Examination>, IItemEditor<Examination>, IItemPanel<Examination>, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class ExaminationPanel extends JPanel implements IItemEditor<Examination>, PropertyChangeListener
Since:
1.0 Dec 22, 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • ExaminationPanel

      public ExaminationPanel()
  • Method Details

    • finalize

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

      public void data2view()
      Description copied from interface: IItemEditor
      Gets data from the item object and set the view components with it
      Specified by:
      data2view in interface IItemEditor<Examination>
    • saveOrUpdateItem

      public Examination saveOrUpdateItem()
      Description copied from interface: IItemEditor
      Calls the persistent layer to save or update the current item.
      This method may be invoked by the ManagementPanel
      Specified by:
      saveOrUpdateItem in interface IItemEditor<Examination>
      Returns:
      saved item (the persistent layer will probably set the id if a new item is saved)
    • view2data

      public void view2data()
      Description copied from interface: IItemEditor
      Gets data from the view, and sets the item data with it
      Specified by:
      view2data in interface IItemEditor<Examination>
    • getItemName

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

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

      public be.gaudry.swing.edu.examination.ExaminationPanel.SaveExaminationAction getSaveExaminationAction()
      Returns:
      the saveExaminationAction
    • isModified

      public boolean isModified()
    • setModified

      public void setModified(boolean modified)
    • 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 17 2009)