|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.config.tools.console.Field com.gridsystems.config.tools.console.GroupField com.gridsystems.config.modules.tomcat.ConnectorGroupField
public class ConnectorGroupField
Type description.
Field Summary |
---|
Fields inherited from class com.gridsystems.config.tools.console.GroupField |
---|
fields, title |
Fields inherited from class com.gridsystems.config.tools.console.Field |
---|
bundle |
Constructor Summary | |
---|---|
ConnectorGroupField(java.util.ResourceBundle bundle)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
execute(ConsoleConfiguratorView view)
Performs a task related to the specified view. |
java.util.List<ConsoleViewAction> |
getActionList()
Adds itself to the list returned by the superclass. |
Connector[] |
getConnectors()
Gets the list of connectors in this group. |
java.lang.String |
getKeyMapping()
Gets the key mapping of this action. |
Methods inherited from class com.gridsystems.config.tools.console.GroupField |
---|
addField, clearFields, getActions, getContents, getFields, removeField |
Methods inherited from class com.gridsystems.config.tools.console.Field |
---|
getString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorGroupField(java.util.ResourceBundle bundle)
bundle
- for i18nMethod Detail |
---|
public java.util.List<ConsoleViewAction> getActionList()
getActionList
in class GroupField
public Connector[] getConnectors()
public java.lang.String getKeyMapping()
getKeyMapping
in interface ConsoleViewAction
public boolean execute(ConsoleConfiguratorView view)
execute
in interface ConsoleViewAction
view
- The view invoking the execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |