Celtix User APIs

Uses of Class
org.objectweb.celtix.application.PluginStateMachine.PluginState

Packages that use PluginStateMachine.PluginState
org.objectweb.celtix.application   
 

Uses of PluginStateMachine.PluginState in org.objectweb.celtix.application
 

Methods in org.objectweb.celtix.application that return PluginStateMachine.PluginState
static PluginStateMachine.PluginState PluginStateMachine.PluginState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginStateMachine.PluginState[] PluginStateMachine.PluginState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Celtix User APIs