
@Plugin(name="Optional Page Demo Plugin",
id="opt-page-demo",
description="Demo for adding optional pages.",
loadAtStart=false)
public class OptionalPageDemoPlugin
extends org.lsst.ccs.gconsole.base.ConsolePlugin
OptionalPage utility.
Each set can be activated through the "CCS Tools/Demo/Optional Page" menu.
See documentation for OptPage1, OptPage2, OptPage3Monitor, and OptPage3Control
classes implementing OptionalPage with different behaviors.| Modifier and Type | Class and Description |
|---|---|
static class |
OptionalPageDemoPlugin.Descriptor |
| Constructor and Description |
|---|
OptionalPageDemoPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
boolean |
restore(org.lsst.ccs.gconsole.base.ComponentDescriptor storageBean,
boolean lastRound) |
OptionalPageDemoPlugin.Descriptor |
save() |
public void initialize()
initialize in class org.lsst.ccs.gconsole.base.ConsolePluginpublic boolean restore(org.lsst.ccs.gconsole.base.ComponentDescriptor storageBean,
boolean lastRound)
restore in class org.lsst.ccs.gconsole.base.ConsolePluginpublic OptionalPageDemoPlugin.Descriptor save()
save in class org.lsst.ccs.gconsole.base.ConsolePluginCopyright © 2018 LSST. All rights reserved.