Uses of Interface
com.intel.gpe.client2.common.panels.tree.Node

Packages that use Node
com.intel.gpe.client2.common.panels.remotefs   
com.intel.gpe.client2.common.panels.targetsystemchooser   
com.intel.gpe.client2.common.panels.tree   
com.intel.gpe.client2.common.tables.wrappers   
com.intel.gpe.client2.filemanager.nodes   
com.intel.gpe.client2.filemanager.tables   
 

Uses of Node in com.intel.gpe.client2.common.panels.remotefs
 

Subinterfaces of Node in com.intel.gpe.client2.common.panels.remotefs
 interface StorageOrFileNode
          The interface to a storage or a remote file node.
 interface TargetSystemOrChildNode
          The interface to a target system or a storage or a remote file node.
 

Classes in com.intel.gpe.client2.common.panels.remotefs that implement Node
 class GRIDNode
          The top-most node.
 class RegistryNode
          The node representing a registry.
 class RemoteFileNode
          The node representing a file at a remote location.
 class StorageNode
          The node representing a remote storage.
 class TargetSystemNode
          The node representing a target system.
 

Constructors in com.intel.gpe.client2.common.panels.remotefs with parameters of type Node
RegistryNode(GridTreeModel model, Node parent, AsyncClient asyncClient, com.intel.gpe.clients.api.RegistryClient registry, java.lang.String name, boolean onlyDirectories, MessageAdapter messageAdapter)
          Deprecated. 
RegistryNode(GridTreeModel model, Node parent, AsyncClient asyncClient, com.intel.gpe.clients.api.RegistryClient registry, java.lang.String name, boolean onlyDirectories, MessageProvider messageProvider)
           
TargetSystemNode(GridTreeModel model, Node parent, AsyncClient asyncClient, java.lang.String name, com.intel.gpe.clients.api.TargetSystemClient targetSystem, boolean onlyDirectories, MessageAdapter messageAdapter)
          Deprecated. 
TargetSystemNode(GridTreeModel model, Node parent, AsyncClient asyncClient, java.lang.String name, com.intel.gpe.clients.api.TargetSystemClient targetSystem, boolean onlyDirectories, MessageProvider messageProvider)
           
 

Uses of Node in com.intel.gpe.client2.common.panels.targetsystemchooser
 

Subinterfaces of Node in com.intel.gpe.client2.common.panels.targetsystemchooser
 interface RegistryOrChildNode
           
 

Constructors in com.intel.gpe.client2.common.panels.targetsystemchooser with parameters of type Node
RegistryNode(GridTreeModel model, Node parent, AsyncClient asyncClient, ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> registry, MessageAdapter messageAdapter)
          Deprecated.  
RegistryNode(GridTreeModel model, Node parent, AsyncClient asyncClient, ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> registry, MessageProvider messageProvider)
           
 

Uses of Node in com.intel.gpe.client2.common.panels.tree
 

Classes in com.intel.gpe.client2.common.panels.tree that implement Node
 class BaseNode
          The base class for Grid Tree nodes.
 

Methods in com.intel.gpe.client2.common.panels.tree that return Node
 Node BaseNode.getChild(int i)
           
 Node Node.getChild(int i)
          Get the child specified with the index.
 

Methods in com.intel.gpe.client2.common.panels.tree that return types with arguments of type Node
 java.util.List<Node> BaseNode.getChildren()
          Get the currently cached list of the children.
 

Methods in com.intel.gpe.client2.common.panels.tree with parameters of type Node
 int BaseNode.compareTo(Node node)
           
 int BaseNode.getIndex(Node node)
           
 int Node.getIndex(Node node)
          Get the index of the child.
 void GridTreeModel.nodeChanged(Node node)
          This method is called to indicate that some node has been changed
 

Method parameters in com.intel.gpe.client2.common.panels.tree with type arguments of type Node
 void ChildrenChangeListener.childrenChanged(java.util.List<Node> children)
           
 void BaseNode.setChildren(java.util.List<Node> children)
          Set the child nodes.
 

Constructors in com.intel.gpe.client2.common.panels.tree with parameters of type Node
BaseNode(GridTreeModel model, Node parent, AsyncClient asyncClient, MessageAdapter messageAdapter)
          Deprecated. 
BaseNode(GridTreeModel model, Node parent, AsyncClient asyncClient, MessageProvider messageProvider)
           
 

Uses of Node in com.intel.gpe.client2.common.tables.wrappers
 

Methods in com.intel.gpe.client2.common.tables.wrappers that return Node
 Node NodeEntryWrapper.getNode()
           
 

Constructors in com.intel.gpe.client2.common.tables.wrappers with parameters of type Node
NodeEntryWrapper(Node node)
           
 

Uses of Node in com.intel.gpe.client2.filemanager.nodes
 

Classes in com.intel.gpe.client2.filemanager.nodes that implement Node
 class LocalNode
          The top-most node.
 

Uses of Node in com.intel.gpe.client2.filemanager.tables
 

Method parameters in com.intel.gpe.client2.filemanager.tables with type arguments of type Node
 void GRIDTable.childrenChanged(java.util.List<Node> children)
           
 



Copyright © 2008. All Rights Reserved.