Uses of Interface
com.gridsystems.config.ConsoleConfiguratorView

Packages that use ConsoleConfiguratorView
com.gridsystems.config   
com.gridsystems.config.modules.jvm   
com.gridsystems.config.modules.tomcat   
com.gridsystems.config.tools.console   
 

Uses of ConsoleConfiguratorView in com.gridsystems.config
 

Methods in com.gridsystems.config that return ConsoleConfiguratorView
protected abstract  ConsoleConfiguratorView Configurator.getConsoleView()
          Gets a view for Configurator.MODE_CONSOLE.
 

Uses of ConsoleConfiguratorView in com.gridsystems.config.modules.jvm
 

Classes in com.gridsystems.config.modules.jvm that implement ConsoleConfiguratorView
 class JVMConsoleView
          Console View for the JVM Configurator.
 

Methods in com.gridsystems.config.modules.jvm that return ConsoleConfiguratorView
protected  ConsoleConfiguratorView JVMConfigurator.getConsoleView()
          Gets a view for Configurator.MODE_CONSOLE.
 

Uses of ConsoleConfiguratorView in com.gridsystems.config.modules.tomcat
 

Classes in com.gridsystems.config.modules.tomcat that implement ConsoleConfiguratorView
 class TomcatConsoleView
          Console View for the Tomcat configurator.
 

Methods in com.gridsystems.config.modules.tomcat that return ConsoleConfiguratorView
protected  ConsoleConfiguratorView TomcatConfigurator.getConsoleView()
          Gets a view for Configurator.MODE_CONSOLE.
 

Methods in com.gridsystems.config.modules.tomcat with parameters of type ConsoleConfiguratorView
 boolean ConnectorGroupField.execute(ConsoleConfiguratorView view)
          Performs a task related to the specified view.
 boolean ConnectorField.execute(ConsoleConfiguratorView view)
          Performs a task related to the specified view.
 

Uses of ConsoleConfiguratorView in com.gridsystems.config.tools.console
 

Classes in com.gridsystems.config.tools.console that implement ConsoleConfiguratorView
 class AbstractConsoleView
          Base implementation for console views.
 

Methods in com.gridsystems.config.tools.console with parameters of type ConsoleConfiguratorView
 boolean ValueField.execute(ConsoleConfiguratorView view)
          Asks the user for the new value for this field.
 boolean SelectionField.execute(ConsoleConfiguratorView view)
          Asks the user for the new value for this field.
 boolean DiscardAction.execute(ConsoleConfiguratorView view)
          Performs a task related to the specified view.
 boolean ConstantField.execute(ConsoleConfiguratorView view)
          Asks the user for the new value for this field.
 boolean ConsoleViewAction.execute(ConsoleConfiguratorView view)
          Performs a task related to the specified view.
 boolean BoolField.execute(ConsoleConfiguratorView view)
          Switches the boolean value to its negative.
 boolean ApplyAction.execute(ConsoleConfiguratorView view)
          Performs a task related to the specified view.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.