|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.moos.utils.node.DataDisplay
public abstract class DataDisplay
DataDisplay
Description: This is an abstract class from which all charts (e.g. EnvChart) inherit.
Copyright October 2003 MBARI * Monterey Bay Aquarium Research Institute Proprietary Information. All rights reserved.
| Field Summary | |
|---|---|
protected ChartFrame |
_chartFrame
|
protected java.util.Vector |
_dataList
|
protected DatasetThread |
_datasetThread
|
protected Instrument |
_instrument
|
protected java.lang.String |
_nodeName
|
protected java.util.ResourceBundle |
_resources
|
protected DataDisplaySettings |
_settings
|
protected DataUpdateThread |
_updateThread
|
| Constructor Summary | |
|---|---|
DataDisplay(java.lang.String nodeName,
long isiID)
constructor |
|
| Method Summary | |
|---|---|
Node |
getNodeService()
method to get the nodeService |
void |
serviceChanged(long deviceID)
Called when a service changes state. |
void |
serviceStarted(long deviceID)
Called when a service is started. |
void |
serviceTerminated(long deviceID)
Called when a service is terminated. |
void |
setSecurityManager()
method to set the Security Manager |
abstract void |
startDisplay()
Start the data display Does nothing; subclasses must override |
void |
windowActivated(java.awt.event.WindowEvent e)
|
void |
windowClosed(java.awt.event.WindowEvent e)
|
void |
windowClosing(java.awt.event.WindowEvent e)
|
void |
windowDeactivated(java.awt.event.WindowEvent e)
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
|
void |
windowIconified(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ResourceBundle _resources
protected ChartFrame _chartFrame
protected java.util.Vector _dataList
protected Instrument _instrument
protected java.lang.String _nodeName
protected DataDisplaySettings _settings
protected DataUpdateThread _updateThread
protected DatasetThread _datasetThread
| Constructor Detail |
|---|
public DataDisplay(java.lang.String nodeName,
long isiID)
| Method Detail |
|---|
public abstract void startDisplay()
public Node getNodeService()
public void setSecurityManager()
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void serviceTerminated(long deviceID)
serviceTerminated in interface NodeEventListenerpublic void serviceStarted(long deviceID)
serviceStarted in interface NodeEventListenerpublic void serviceChanged(long deviceID)
serviceChanged in interface NodeEventListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||