class InstrumentableNodeData extends NodeData
| Modifier and Type | Field and Description |
|---|---|
private boolean |
m_configured |
private InstrumentableData |
m_data |
private static javax.swing.ImageIcon |
m_iconInstrumentableConf
An Instrumentable which exists because of configuration.
|
private static javax.swing.ImageIcon |
m_iconInstrumentableOld
An Instrumentable which exists because it was loaded from the state
file but is no longer used.
|
private static javax.swing.ImageIcon |
m_iconInstrumentableReg
An Instrumentable which exists because of registration.
|
private static javax.swing.ImageIcon |
m_iconInstrumentableRegConf
An Instrumentable which exists because of registration and
configuration.
|
private boolean |
m_registered |
EMPTY_MENU_ITEM_ARRAY, MEDIA_PATH| Constructor and Description |
|---|
InstrumentableNodeData(InstrumentableData data) |
| Modifier and Type | Method and Description |
|---|---|
(package private) InstrumentableData |
getData() |
(package private) javax.swing.ImageIcon |
getIcon()
Get the icon to display for the node.
|
(package private) java.lang.String |
getToolTipText()
Return the text to use for a tool tip on this node.
|
(package private) boolean |
isConfigured() |
(package private) boolean |
isRegistered() |
(package private) boolean |
update()
Collect latest property values from the server.
|
getCommonMenuItems, getDescription, getName, getPopupMenu, getStateVersion, select, setDescription, toString, updateprivate static final javax.swing.ImageIcon m_iconInstrumentableConf
private static final javax.swing.ImageIcon m_iconInstrumentableReg
private static final javax.swing.ImageIcon m_iconInstrumentableRegConf
private static final javax.swing.ImageIcon m_iconInstrumentableOld
private InstrumentableData m_data
private boolean m_configured
private boolean m_registered
InstrumentableNodeData(InstrumentableData data)
javax.swing.ImageIcon getIcon()
java.lang.String getToolTipText()
getToolTipText in class NodeDataInstrumentableData getData()
boolean isConfigured()
boolean isRegistered()
boolean update()