| Package | Description |
|---|---|
| org.lsst.ccs.command |
An experimental package for testing possible improvements to the command handling
mechanism built-in to the CCS core.
|
| org.lsst.ccs.command.annotations |
Annotations used to mark methods as invocable by the command framework.
|
| Modifier and Type | Method and Description |
|---|---|
Command.CommandCategory |
DictionaryCommand.getCategory()
Get the
CommandCategory for this DictionaryCommand. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompositeCommandDictionary.isCategoryVisible(Command.CommandCategory category) |
boolean |
Dictionary.isCategoryVisible(Command.CommandCategory category)
Get the visibility for the provided CommandCategory.
|
void |
CompositeCommandDictionary.setCategoryVisible(Command.CommandCategory category,
boolean isVisible) |
void |
Dictionary.setCategoryVisible(Command.CommandCategory category,
boolean isVisible)
Turn on/off the visibility of a given CommandCategory.
|
| Modifier and Type | Method and Description |
|---|---|
static Command.CommandCategory |
Command.CommandCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.CommandCategory[] |
Command.CommandCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 LSST. All rights reserved.