Class EffortSidePanel

java.lang.Object
effortmonitor.swing.EffortSidePanel
All Implemented Interfaces:
EffortObserver, PamSidePanel

public class EffortSidePanel extends Object implements PamSidePanel, EffortObserver
  • Constructor Details

    • EffortSidePanel

      public EffortSidePanel(EffortControl effortControl)
  • Method Details

    • updateSettings

      public void updateSettings()
    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamSidePanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
    • rename

      public void rename(String newName)
      Specified by:
      rename in interface PamSidePanel
    • statusChange

      public void statusChange()
      Description copied from interface: EffortObserver
      Notification sent when status changes or when effor changes (or anything changes)
      Specified by:
      statusChange in interface EffortObserver