Class DayRangeWSPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DayRangeWSPanel extends WorkSpacePanel
This panel will display the day range panel information
See Also:
  • Constructor Details

    • DayRangeWSPanel

      public DayRangeWSPanel()
  • Method Details

    • setData

      public void setData()
      Description copied from class: WorkSpacePanel
      This method is called whenever any derived panel is instantiated or opened Each panel needs to call the getCurrentNode() and get the corresponding data structure to populate the data
      Specified by:
      setData in class WorkSpacePanel
    • clean

      public void clean()
      Description copied from class: WorkSpacePanel
      This will clean the data. Needs to be seen if this method is required
      Specified by:
      clean in class WorkSpacePanel
    • update

      public void update()
      Description copied from class: WorkSpacePanel
      This method will be called from NavigatePanel.java to help the derived classes to update the data structures.This will only be called if isDirty() returns true
      Specified by:
      update in class WorkSpacePanel