public abstract class ControlPanel extends Object
| Constructor and Description |
|---|
ControlPanel() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
disableControlPanel() |
abstract JPanel |
getControlPanel(String agent) |
abstract org.lsst.ccs.messaging.StatusMessageListener |
getListener() |
org.lsst.ccs.gconsole.plugins.monitor.AbstractMonitorView |
getView() |
abstract void |
initControlPanel() |
void |
setView(org.lsst.ccs.gconsole.plugins.monitor.AbstractMonitorView view) |
abstract void |
updateControlPanel(Object o) |
public void setView(org.lsst.ccs.gconsole.plugins.monitor.AbstractMonitorView view)
public org.lsst.ccs.gconsole.plugins.monitor.AbstractMonitorView getView()
public abstract void initControlPanel()
public abstract void updateControlPanel(Object o)
public abstract void disableControlPanel()
public abstract org.lsst.ccs.messaging.StatusMessageListener getListener()
Copyright © 2023 LSST. All rights reserved.