Class PipelineRatePlanConfigurationWSPanel

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

public class PipelineRatePlanConfigurationWSPanel extends WorkSpacePanel implements ActionListener
This class has the GUI components for the PipelineRatePlanConfiguration Panel It extends the WorkSpacePanel
See Also:
  • Constructor Details

    • PipelineRatePlanConfigurationWSPanel

      public PipelineRatePlanConfigurationWSPanel()
      Constructor for the PipelineRatePlanConfigurationWSPanel
  • Method Details

    • setData

      public void setData()
      sets the data for the panel from the selected node
      Specified by:
      setData in class WorkSpacePanel
    • update

      public void update()
      updates the datastructure with the data
      Specified by:
      update in class WorkSpacePanel
    • clean

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

      public void actionPerformed(ActionEvent event)
      actionperformed event for the Search/Reload button
      Specified by:
      actionPerformed in interface ActionListener