public interface PersistableMonitorView extends MonitorView, Persistable
MonitorView that can be saved and restored through the persistence service.Persistable.DescriptorAVAILABLE_GROUP_FIELDS, CATEGORY, DEFAULT_GROUP_FIELD| Modifier and Type | Method and Description |
|---|---|
default PersistableMonitorView |
edit(String title,
Component parent)
Takes user input and returns a modified
Persistable instance. |
default String |
getName()
Returns the name of this view.
|
fieldToString, getFields, getFilter, getFormater, getGroup, getGroups, getPanel, install, isEmpty, setFilter, setFormatter, setName, stringToField, uninstallconfigure, connect, disconnect, statusChangedgetCategory, getDescriptor, restore, restore, savedefault String getName()
MonitorViewgetName in interface MonitorViewdefault PersistableMonitorView edit(String title, Component parent)
PersistablePersistable instance.
This method should be called on EDT.
The default implementation returns null.edit in interface Persistabletitle - User-interaction dialog title, or null if the default title should be used.parent - Graphical component to be use as a parent for user-interaction dialog(s).this).
May return null to indicate that the Persistable should
be re-instantiated, letting the user select among available Creator
factories for the given category.Copyright © 2020 LSST. All rights reserved.