Uses of Class
org.jtheque.core.managers.module.beans.ModuleState

Packages that use ModuleState
org.jtheque.core.managers.module Contains the manager responsible for the management of the different modules. 
org.jtheque.core.managers.module.beans Contains the ui utils. 
 

Uses of ModuleState in org.jtheque.core.managers.module
 

Methods in org.jtheque.core.managers.module that return ModuleState
 ModuleState ModuleConfiguration.getState(java.lang.String moduleName)
          Return the state of the module.
 

Methods in org.jtheque.core.managers.module with parameters of type ModuleState
 void ModuleConfiguration.add(ModuleContainer module, ModuleState state)
          Add a module to the configuration.
 void ModuleConfiguration.setState(java.lang.String moduleName, ModuleState state)
          Set the state of the module.
 

Uses of ModuleState in org.jtheque.core.managers.module.beans
 

Methods in org.jtheque.core.managers.module.beans that return ModuleState
 ModuleState ModuleContainer.getState()
          Return the current state of the module.
static ModuleState ModuleState.valueOf(int ordinal)
          Return the enum value from the ordinal value.
static ModuleState ModuleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModuleState[] ModuleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jtheque.core.managers.module.beans with parameters of type ModuleState
 void ModuleContainer.setState(ModuleState state)
          Set the state of the module.
 



Copyright © 2009 JTheque. All Rights Reserved.