Uses of Interface
org.jtheque.core.managers.state.IState

Packages that use IState
org.jtheque.core.managers.core Contains the core of JTheque. 
org.jtheque.core.managers.language Contains the language manager. 
org.jtheque.core.managers.module Contains the manager responsible for the management of the different modules. 
org.jtheque.core.managers.schema Contains the schema manager. 
org.jtheque.core.managers.state Contains the state manager. 
org.jtheque.core.managers.update Contains the update manager. 
org.jtheque.core.managers.view.impl Contains the swing part of the view. 
 

Uses of IState in org.jtheque.core.managers.core
 

Classes in org.jtheque.core.managers.core that implement IState
 class CoreConfiguration
          The configuration of the core.
 

Uses of IState in org.jtheque.core.managers.language
 

Classes in org.jtheque.core.managers.language that implement IState
 class LanguageState
          The persistent state of the language.
 

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

Classes in org.jtheque.core.managers.module that implement IState
 class ModuleConfiguration
          A module configuration.
 

Uses of IState in org.jtheque.core.managers.schema
 

Classes in org.jtheque.core.managers.schema that implement IState
 class SchemaConfiguration
          The configuration of the schemas.
 

Uses of IState in org.jtheque.core.managers.state
 

Classes in org.jtheque.core.managers.state that implement IState
 class AbstractState
          An abstract state.
 

Methods in org.jtheque.core.managers.state with type parameters of type IState
<T extends IState>
T
StateManager.createState(java.lang.Class<T> c)
           
<T extends IState>
T
IStateManager.createState(java.lang.Class<T> c)
          Create and return a state.
<T extends IState>
T
StateManager.getOrCreateState(java.lang.Class<T> c)
           
<T extends IState>
T
IStateManager.getOrCreateState(java.lang.Class<T> c)
          Return the state of a certain class.
<T extends IState>
T
StateManager.getState(java.lang.Class<T> c)
           
<T extends IState>
T
IStateManager.getState(java.lang.Class<T> c)
          Return the state of a certain class.
 

Methods in org.jtheque.core.managers.state with parameters of type IState
 void StateManager.registerState(IState state)
           
 void IStateManager.registerState(IState state)
          Register a new state.
 

Uses of IState in org.jtheque.core.managers.update
 

Classes in org.jtheque.core.managers.update that implement IState
 class UpdatableState
          A state for the updatables versions.
 

Uses of IState in org.jtheque.core.managers.view.impl
 

Classes in org.jtheque.core.managers.view.impl that implement IState
 class WindowsConfiguration
          A state for persist different views configuration.
 



Copyright © 2009 JTheque. All Rights Reserved.