public static class LsstAlertPlugin.Descriptor extends ComponentDescriptor
| Constructor and Description |
|---|
Descriptor() |
Descriptor(ComponentDescriptor seed) |
| Modifier and Type | Method and Description |
|---|---|
AlertViewer.Descriptor |
getViewerConfig() |
boolean |
isHistory() |
boolean |
isMute() |
boolean |
isToFront() |
void |
setHistory(boolean history) |
void |
setMute(boolean mute) |
void |
setToFront(boolean toFront) |
void |
setViewerConfig(AlertViewer.Descriptor viewerConfig) |
getClassName, getConfiguration, getDescription, getId, getName, getShortDescription, getVersion, setClassName, setConfiguration, setDescription, setId, setName, setShortDescription, setVersionpublic Descriptor()
public Descriptor(ComponentDescriptor seed)
public boolean isToFront()
public void setToFront(boolean toFront)
public boolean isMute()
public void setMute(boolean mute)
public boolean isHistory()
public void setHistory(boolean history)
public AlertViewer.Descriptor getViewerConfig()
public void setViewerConfig(AlertViewer.Descriptor viewerConfig)
Copyright © 2017 LSST. All rights reserved.