|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleViewAction | |
---|---|
com.gridsystems.config.modules.tomcat | |
com.gridsystems.config.tools.console |
Uses of ConsoleViewAction in com.gridsystems.config.modules.tomcat |
---|
Classes in com.gridsystems.config.modules.tomcat that implement ConsoleViewAction | |
---|---|
class |
ConnectorField
Type description. |
class |
ConnectorGroupField
Type description. |
Methods in com.gridsystems.config.modules.tomcat that return types with arguments of type ConsoleViewAction | |
---|---|
java.util.List<ConsoleViewAction> |
ConnectorGroupField.getActionList()
Adds itself to the list returned by the superclass. |
Uses of ConsoleViewAction in com.gridsystems.config.tools.console |
---|
Classes in com.gridsystems.config.tools.console that implement ConsoleViewAction | |
---|---|
class |
ApplyAction
Special ConsoleViewAction that performs an Apply on this configurator model and exits from the view. |
class |
BoolField
Specialized field for boolean values. |
class |
ConstantField
Constant text field. |
class |
DiscardAction
Special ConsoleViewAction that performs a Discard on this configurator model and exits from the view. |
class |
PasswordField
A password entry field. |
class |
SelectionField
Asks the user to chose between a list of valid values. |
class |
ValueField
Text value edition field. |
Methods in com.gridsystems.config.tools.console that return ConsoleViewAction | |
---|---|
ConsoleViewAction[] |
GroupField.getActions()
Gets the list of actions in this group. |
Methods in com.gridsystems.config.tools.console that return types with arguments of type ConsoleViewAction | |
---|---|
java.util.List<ConsoleViewAction> |
GroupField.getActionList()
Gets the list of actions in this group. |
Methods in com.gridsystems.config.tools.console with parameters of type ConsoleViewAction | |
---|---|
void |
AbstractConsoleView.addKeyMapping(ConsoleViewAction action)
Registers action with its own key mapping. |
void |
AbstractConsoleView.addKeyMapping(java.lang.String key,
ConsoleViewAction action)
Registers a string with a ConsoleViewAction instance. |
void |
AbstractConsoleView.removeKeyMapping(ConsoleViewAction action)
Removes the key mapping for the specified action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |