@ConsoleLookup(id="org.lsst.ccs.gconsole.plugins.monitor.MonitorView", name="Summary Table View", path="Built-In/Summary Table", description="TreeTable based summary table.") public class SummaryTableView extends AbstractMonitorView3
MonitorView that displays a TreeTable with columns defined by last segments of display channel paths.dataCATEGORY| Constructor and Description |
|---|
SummaryTableView() |
| 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, isEmpty, statusChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormater, getName, setFormatter, setNameconnectpublic JComponent getPanel()
MonitorViewpublic AgentChannelsFilter getFilter()
MonitorViewnull if there is none.public void setFilter(AgentChannelsFilter filter)
MonitorViewfilter - Filter to be associated with this view.public void install()
MonitorViewinstall in interface MonitorViewinstall in class AbstractMonitorView3public void uninstall()
MonitorViewuninstall in interface MonitorViewuninstall in class AbstractMonitorView3protected void resetChannels()
AbstractMonitorView3data field.resetChannels in class AbstractMonitorView3protected void update()
AbstractMonitorView3update in class AbstractMonitorView3Copyright © 2019 LSST. All rights reserved.