| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.commandbrowser |
Command browser tool.
|
| org.lsst.ccs.gconsole.services.lock |
| Modifier and Type | Method and Description |
|---|---|
Locker |
ComponentTree.getAgent() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Browser.isCommandLocked(org.lsst.ccs.command.DictionaryCommand command,
Locker agent)
Returns
true if the specified command is currently unavailable for use based on lock and level settings. |
protected Browser.RenderedLock |
Browser.renderLock(Locker agent)
Computes information for rendering lock icon and enabling actions associated with the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
Locker |
LockService.getAgent(String agentName)
Returns lock management data for the specified agent.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
LockService.Listener.agentsAdded(Locker... agents)
Called when new agents are added to the watch list.
|
default void |
LockService.Listener.agentsRemoved(Locker... agents)
Called when agents are removed from the watch list.
|
Copyright © 2020 LSST. All rights reserved.