Package effortmonitor.swing
Class EffortSidePanel
java.lang.Object
effortmonitor.swing.EffortSidePanel
- All Implemented Interfaces:
 EffortObserver,PamSidePanel
- 
Constructor Details
- 
EffortSidePanel
 
 - 
 - 
Method Details
- 
loggingButton
protected void loggingButton() - 
settings
protected void settings() - 
updateSettings
public void updateSettings() - 
getPanel
- Specified by:
 getPanelin 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:
 renamein interfacePamSidePanel
 - 
statusChange
public void statusChange()Description copied from interface:EffortObserverNotification sent when status changes or when effor changes (or anything changes)- Specified by:
 statusChangein interfaceEffortObserver
 
 -