public final class DefaultView extends CompoundView
MonitorView.
Displays pages in tabs and configuration view at the bottom.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultView.Descriptor |
CompoundView.Mode| Modifier and Type | Field and Description |
|---|---|
static String |
CREATOR_PATH |
static String |
CREATOR_PATH_CONF |
descriptorCATEGORY| Constructor and Description |
|---|
DefaultView() |
DefaultView(boolean groupTabs,
List<String> fields) |
| Modifier and Type | Method and Description |
|---|---|
MonitorFormat |
getFormater()
Returns formatter associated with this view, if any.
|
void |
setFormatter(MonitorFormat formatter)
Associates a formatter with this view.
|
addView, configure, connect, disconnect, getDescriptor, getFilter, getPanel, install, restore, save, setFilter, statusChanged, uninstallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitedit, getNameisEmpty, setNamegetCategory, getPath, restorepublic static final String CREATOR_PATH
public static final String CREATOR_PATH_CONF
@Create(category="MonitorView", name="Default", path="Built-In/Default", description="Default monitoring data view.") public DefaultView()
@Create(category="MonitorView", name="Default, Configurable", path="Built-In/Default, Configurable", description="Default monitoring data view, configurable at creation time.") public DefaultView(@Par(def="true",desc="Show groups of channels in separate tabs. The filter is assumed to provide display paths in group//rest/of/path format. If no group names are present, no tabs are displayed.") boolean groupTabs, @Par(def="_null_",desc="List of fields to display. If not specified, the set of fields provided by the filter is used. Available standard fields: VALUE, UNITS, LOW_WARN, LOW_ALARM, ALERT_LOW, HIGH_WARN, HIGH_ALARM, ALERT_HIGH, DESCR") List<String> fields)
public void setFormatter(MonitorFormat formatter)
MonitorViewformatter - Formatter to be associated with this view.public MonitorFormat getFormater()
MonitorViewnull if there is no formatter.Copyright © 2023 LSST. All rights reserved.