Class EffortSidePanel

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

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

    • EffortSidePanel Link icon

      public EffortSidePanel(EffortControl effortControl)
  • Method Details Link icon

    • updateSettings Link icon

      public void updateSettings()
    • getPanel Link icon

      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 Link icon

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

      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