|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configurator in com.gridsystems.config |
---|
Methods in com.gridsystems.config that return Configurator | |
---|---|
Configurator |
ConfiguratorView.getConfigurator()
Gets the configurator this view is associated to. |
Uses of Configurator in com.gridsystems.config.app |
---|
Fields in com.gridsystems.config.app declared as Configurator | |
---|---|
protected static Configurator[] |
UI.configurators
The list of discovered configurators. |
Methods in com.gridsystems.config.app that return Configurator | |
---|---|
Configurator |
ConfigNode.getConfigurator()
Gets the configurator instance associated to this node. |
static Configurator[] |
UI.getConfigurators()
Builds the list of Configutator implementations in the classpath through inspection of "configurator.txt" resources found via ClassLoader. |
Methods in com.gridsystems.config.app with parameters of type Configurator | |
---|---|
void |
ConfigNode.addConfigurator(Configurator cfg)
Adds a configurator into its path. |
void |
ConfigNode.addNode(java.lang.String path,
Configurator cfg)
Adds a configurator node in the specified path. |
void |
ConfigPanel.setConfigurator(Configurator c)
Changes the configurator managed by this instance. |
Constructors in com.gridsystems.config.app with parameters of type Configurator | |
---|---|
ConfigNode(java.lang.String label,
Configurator cfg)
Creates a node with the specified label and configurator. |
Uses of Configurator in com.gridsystems.config.modules.jvm |
---|
Subclasses of Configurator in com.gridsystems.config.modules.jvm | |
---|---|
class |
JVMConfigurator
Java Virtual Machine Configurator implementation. |
Constructors in com.gridsystems.config.modules.jvm with parameters of type Configurator | |
---|---|
JVMSwingView(Configurator config)
Default constructor. |
Uses of Configurator in com.gridsystems.config.modules.tomcat |
---|
Subclasses of Configurator in com.gridsystems.config.modules.tomcat | |
---|---|
class |
TomcatConfigurator
Tomcat Configurator implementation. |
Constructors in com.gridsystems.config.modules.tomcat with parameters of type Configurator | |
---|---|
TomcatConsoleView(Configurator config)
Creates a new instance of the view. |
|
TomcatSwingView(Configurator config)
Default constructor. |
Uses of Configurator in com.gridsystems.config.tools |
---|
Constructors in com.gridsystems.config.tools with parameters of type Configurator | |
---|---|
ErrorSupport(Configurator conf)
Creates a new instance. |
Uses of Configurator in com.gridsystems.config.tools.console |
---|
Methods in com.gridsystems.config.tools.console that return Configurator | |
---|---|
Configurator |
AbstractConsoleView.getConfigurator()
Gets the configurator this view is associated to. |
Methods in com.gridsystems.config.tools.console with parameters of type Configurator | |
---|---|
void |
AbstractConsoleView.setApplyDiscardMappings(Configurator config)
Registers the default apply and discard actions linked to the specified configuration instance. |
Constructors in com.gridsystems.config.tools.console with parameters of type Configurator | |
---|---|
AbstractConsoleView(Configurator config)
Creates a new instance with default with and the specified Configuration instance. |
|
AbstractConsoleView(Configurator config,
int width)
Creates a new instance. |
|
ApplyAction(Configurator configurator)
Creates a new instance bound to the specified configurator. |
|
DiscardAction(Configurator configurator)
Creates a new instance. |
Uses of Configurator in com.gridsystems.config.tools.swing |
---|
Methods in com.gridsystems.config.tools.swing that return Configurator | |
---|---|
Configurator |
BasePanel.getConfigurator()
Gets the configurator this view is associated to. |
Constructors in com.gridsystems.config.tools.swing with parameters of type Configurator | |
---|---|
BasePanel(Configurator config)
Creates a new instance. |
|
BasePanel(java.awt.LayoutManager layout,
Configurator config)
Creates a new instance with the specified layout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |