LazyTreeView.@Deprecated public class TreeView extends AbstractMonitorView
MonitorView that displays monitoring data as a tree of tables.
All access to instances of this class, including construction, should happen on the EDT.| Modifier and Type | Class and Description |
|---|---|
static class |
TreeView.Descriptor
Deprecated.
JavaBean that contains information required to re-create this view in its current state.
|
protected class |
TreeView.DisplayNode
Deprecated.
|
static class |
TreeView.InterNodeDescriptor
Deprecated.
|
protected class |
TreeView.MonitorTableNode
Deprecated.
|
data, filter, formatterCATEGORY| Constructor and Description |
|---|
TreeView()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TreeView.Descriptor |
getDescriptor()
Deprecated.
Returns a reference to the descriptor maintained by this view.
|
JComponent |
getPanel()
Deprecated.
Returns the graphical component maintained by this view.
|
protected void |
resetChannels()
Deprecated.
Called on EDT whenever channels have been added or removed.
|
void |
restore(Persistable.Descriptor descriptor)
Deprecated.
Restores this view to the state described by the provided descriptor, to the extent possible.
|
TreeView.Descriptor |
save()
Deprecated.
Returns a descriptor that contains information required to re-create this view in its current state.
|
void |
setFilter(AgentChannelsFilter filter)
Deprecated.
Called to set a filter on this view.
|
addChannels, configure, connect, createChannel, disconnect, getFilter, getFormater, getGroup, getGroupFields, getGroups, isEmpty, removeChannels, setDiscardRemovedChannels, setFormatter, statusChanged, update, updateChannelsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitedit, getNameinstall, setName, uninstallgetCategory, getPath, restoreprotected void resetChannels()
AbstractMonitorViewdata field.
Empty implementation is provided.resetChannels in class AbstractMonitorViewpublic JComponent getPanel()
public void setFilter(AgentChannelsFilter filter)
setFilter in interface MonitorViewsetFilter in class AbstractMonitorViewfilter - Filter to use.public TreeView.Descriptor save()
save in interface Persistablesave in interface Savablesave in class AbstractMonitorViewnull is this view does not support saving.public void restore(Persistable.Descriptor descriptor)
descriptor - View descriptor.public TreeView.Descriptor getDescriptor()
getDescriptor in interface PersistablegetDescriptor in class AbstractMonitorViewCopyright © 2023 LSST. All rights reserved.