Package effortmonitor.swing
Class EffortSidePanel
java.lang.Object
effortmonitor.swing.EffortSidePanel
- All Implemented Interfaces:
EffortObserver
,PamSidePanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPanel()
void
void
Notification sent when status changes or when effor changes (or anything changes)void
-
Constructor Details
-
EffortSidePanel
-
-
Method Details
-
updateSettings
public void updateSettings() -
getPanel
- Specified by:
getPanel
in interfacePamSidePanel
- 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
- Specified by:
rename
in interfacePamSidePanel
-
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 interfaceEffortObserver
-