listening
Class ThingHeardTabPanelControl
java.lang.Object
listening.ThingHeardTabPanelControl
- All Implemented Interfaces:
- PamTabPanel
public class ThingHeardTabPanelControl
- extends java.lang.Object
- implements PamTabPanel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeningControl
private ListeningControl listeningControl
listeningTabPanel
private ThingHeardTabPanelControl.ListeningTabPanel listeningTabPanel
runMode
private int runMode
effortPanel
protected ThingHeardTabPanelControl.EffortPanel effortPanel
buttonsPanel
protected ThingHeardTabPanelControl.ButtonsPanel buttonsPanel
historyPanel
protected ThingHeardTabPanelControl.HistoryPanel historyPanel
heardDataBlock
private PamDataBlock<ThingHeard> heardDataBlock
ThingHeardTabPanelControl
public ThingHeardTabPanelControl(ListeningControl listeningControl)
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;
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
newSettings
protected void newSettings()
findDataBlock
private PamDataBlock<ThingHeard> findDataBlock()