Class RateTierWSPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class RateTierWSPanel extends WorkSpacePanel
This panel will display the rate tier information
See Also:
  • Constructor Details

    • RateTierWSPanel

      public RateTierWSPanel()
  • Method Details

    • setData

      public void setData()
      This will set the data structure information from the selected node
      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