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, getPath, 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 © 2023 LSST. All rights reserved.