| Class and Description |
|---|
| org.lsst.ccs.gconsole.jas3.LsstPlugin
The recommended way to define a graphical console plugin is to extend
ConsolePlugin and
annotate it as @Plugin. |
| Method and Description |
|---|
| org.lsst.ccs.gconsole.base.Console.addOptionalPage(OptionalPage)
Use
getOptionalPageService().add(OptionalPage descriptor) instead. |
| org.lsst.ccs.gconsole.plugins.tracer.FilteredMessage.getMessage()
Use
getText() instead. |
| org.lsst.ccs.gconsole.base.OptionalPage.getPath()
The complete path should be returned by
getPage(AgentInfo). |
| org.lsst.ccs.gconsole.services.optpage.LsstOptionalPageService.remove(String)
Use removeOptionalPage(OptionalPage descriptor) instead.
|
| org.lsst.ccs.gconsole.base.Console.removeOptionalPage(OptionalPage)
Use
getOptionalPageService().remove(OptionalPage descriptor) instead. |
| org.lsst.ccs.gconsole.base.Console.removeOptionalPage(String)
Use
getOptionalPageService().remove(OptionalPage descriptor) instead. |
| org.lsst.ccs.gconsole.plugins.tracer.FilteredMessage.setMessage(String)
Use
setText(...) instead. |
Copyright © 2018 LSST. All rights reserved.