Uses of Class
org.jtheque.core.managers.state.NodeState

Packages that use NodeState
org.jtheque.core.managers.module Contains the manager responsible for the management of the different modules. 
org.jtheque.core.managers.state Contains the state manager. 
org.jtheque.core.managers.view.impl Contains the swing part of the view. 
 

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

Methods in org.jtheque.core.managers.module that return types with arguments of type NodeState
 java.util.List<NodeState> ModuleConfiguration.delegateSave()
           
 

Method parameters in org.jtheque.core.managers.module with type arguments of type NodeState
 void ModuleConfiguration.delegateLoad(java.util.List<NodeState> nodes)
           
 

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

Methods in org.jtheque.core.managers.state that return types with arguments of type NodeState
 java.util.List<NodeState> IState.delegateSave()
          Delegate the save.
 java.util.List<NodeState> AbstractState.delegateSave()
           
 java.util.Collection<NodeState> NodeState.getChildrens()
          Return the childrens of the node.
 

Method parameters in org.jtheque.core.managers.state with type arguments of type NodeState
 void IState.delegateLoad(java.util.List<NodeState> nodes)
          Delegate the load.
 void AbstractState.delegateLoad(java.util.List<NodeState> nodes)
           
 void NodeState.setChildrens(java.util.Collection<NodeState> childrens)
          Set the childrens of the node.
 

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

Methods in org.jtheque.core.managers.view.impl that return types with arguments of type NodeState
 java.util.List<NodeState> WindowsConfiguration.delegateSave()
           
 

Method parameters in org.jtheque.core.managers.view.impl with type arguments of type NodeState
 void WindowsConfiguration.delegateLoad(java.util.List<NodeState> nodes)
           
 



Copyright © 2009 JTheque. All Rights Reserved.