Package clickDetector
Class ClickTabPanelControl
java.lang.Object
clickDetector.ClickTabPanelControl
- All Implemented Interfaces:
 PamTabPanel
- Author:
 - Doug Gillespie
         
Tab Panel controller for the click detector.
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass - 
Method Summary
Modifier and TypeMethodDescriptioncreateMenu(Frame parentFrame) getPanel()voidCalled from clicksOffline when data have changed (eg from re doing click id). 
- 
Method Details
- 
createMenu
- Specified by:
 createMenuin interfacePamTabPanel- Returns:
 - a JMeny for the panel
 
 - 
getPanel
- Specified by:
 getPanelin interfacePamTabPanel- Returns:
 - Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
 
 - 
getClickPanel
 - 
getToolBar
- Specified by:
 getToolBarin interfacePamTabPanel- Returns:
 - a JToolbas associated with this tab. This will only be displayed when the current tab is activated
 
 - 
offlineDataChanged
public void offlineDataChanged()Called from clicksOffline when data have changed (eg from re doing click id). Needs to notify the display and maybe some other classes. - 
getDisplayManager
 
 -