| 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
Locker for the specified agent. |
| Modifier and Type | Method and Description |
|---|---|
List<Locker> |
LockService.getAgents(LockService.State... states)
Returns
Lockers for agents in one of the specified states.Like all getters of this class, this method should be called on EDT. |
| 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.
|
default void |
LockService.Listener.agentsUpdated(Locker... agents)
Called when there are changes in agents lock status.
|
Copyright © 2023 LSST. All rights reserved.