public class TestView3 extends AbstractMonitorView3
dataAVAILABLE_FIELDS, DEFAULT_FIELDCATEGORY| Constructor and Description |
|---|
TestView3() |
| Modifier and Type | Method and Description |
|---|---|
AgentChannelsFilter |
getFilter()
Returns the filter associated with this view, or
null if there is none. |
JComponent |
getPanel()
Returns the graphical component maintained by this view.
|
void |
install()
Installs this view, connecting it to the data source.
|
protected void |
resetChannels()
Called on EDT whenever channels have been added or removed.
|
void |
setFilter(AgentChannelsFilter filter)
Sets the channels filter to be used by this view.
|
void |
uninstall()
Un-installs this view, disconnecting it from the data source.
|
protected void |
update()
Called on EDT at the end of each update, after all DisplayChannel.update(...) methods.
|
configure, disconnect, getGroups, isEmpty, statusChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfieldToString, getFields, getGroup, stringToFieldgetFormater, getName, setFormatter, setNameconnectpublic AgentChannelsFilter getFilter()
MonitorViewnull if there is none.public void setFilter(AgentChannelsFilter filter)
MonitorViewfilter - Filter to be associated with this view.protected void resetChannels()
AbstractMonitorView3data field.resetChannels in class AbstractMonitorView3protected void update()
AbstractMonitorView3update in class AbstractMonitorView3public void uninstall()
MonitorViewuninstall in interface MonitorViewuninstall in class AbstractMonitorView3public void install()
MonitorViewinstall in interface MonitorViewinstall in class AbstractMonitorView3public JComponent getPanel()
MonitorViewCopyright © 2019 LSST. All rights reserved.