clickDetector
Class ClickTabPanelControl
java.lang.Object
clickDetector.ClickTabPanelControl
- All Implemented Interfaces:
- PamTabPanel
public class ClickTabPanelControl
- extends java.lang.Object
- implements PamTabPanel
- Author:
- Doug Gillespie
Tab Panel controller for the click detector.
- See Also:
ClickControl,
ClickTabPanel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clickPanel
ClickTabPanel clickPanel
clickControl
ClickControl clickControl
- Main ClickControl instance
plainPanel
private javax.swing.JPanel plainPanel
clickDisplayManager
ClickDisplayManager clickDisplayManager
ClickTabPanelControl
ClickTabPanelControl(ClickControl clickControl)
createMenu
public javax.swing.JMenu createMenu(java.awt.Frame parentFrame)
- Specified by:
createMenu in interface PamTabPanel
- Returns:
- a JMeny for the panel
getPanel
public javax.swing.JComponent getPanel()
- Specified by:
getPanel in interface PamTabPanel
- Returns:
- Reference to a graphics component that can be added to the view.
This will typically be a JPanel or a JInternalFrame;
getClickPanel
public ClickTabPanel getClickPanel()
getToolBar
public javax.swing.JToolBar getToolBar()
- Specified by:
getToolBar in interface PamTabPanel
- Returns:
- a JToolbas associated with this tab. This will only be displayed when
the current tab is activated
toolBarNotify
void toolBarNotify(ClickParameters clickParameters)
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.