public interface PersistableMonitorView extends MonitorView, Persistable
MonitorView that can be saved and restored through the persistence service.Persistable.DescriptorCATEGORY| 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.
|
getFilter, getFormater, getPanel, install, isEmpty, setFilter, setFormatter, setName, 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.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).Copyright © 2019 LSST. All rights reserved.