Class RateWSPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class RateWSPanel extends WorkSpacePanel implements ActionListener
See Also:
  • Constructor Details

    • RateWSPanel

      public RateWSPanel()
  • Method Details

    • update

      public void update()
      updates the data structure with the data from the screen
      Specified by:
      update in class WorkSpacePanel
    • preUpdate

      public boolean preUpdate()
      Description copied from class: WorkSpacePanel
      This will do any gui validation before saving into the data structure
      Overrides:
      preUpdate in class WorkSpacePanel
      Returns:
      if the validation is successful
    • clean

      public void clean()
      sets the screen data is clean
      Specified by:
      clean in class WorkSpacePanel
    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      fires the listener for the Reset button and the Resource comboBox
      Specified by:
      actionPerformed in interface ActionListener
    • setData

      public void setData()
      sets the data to the customize Resources table and Balance Impacts table
      Specified by:
      setData in class WorkSpacePanel
    • isDirty

      public boolean isDirty()
      returns true If the data has changed in the customizeResources table return boolean
      Overrides:
      isDirty in class WorkSpacePanel
      Returns:
      true if any modification has been made in the GUI. This is used in the NavigatePanel.java to update the data structures with any modifications