Uses of Class
com.intel.gpe.client2.common.panels.tree.BaseNode

Packages that use BaseNode
com.intel.gpe.client2.common.panels.localfs   
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.filemanager.nodes   
com.intel.gpe.client2.filemanager.panels   
 

Uses of BaseNode in com.intel.gpe.client2.common.panels.localfs
 

Constructors in com.intel.gpe.client2.common.panels.localfs with parameters of type BaseNode
LocalFileChooser(IConfigurable parent, INode node, MessageAdapter messageAdapter, BaseNode root)
          Deprecated.  
LocalFileChooser(INode node, BaseNode root)
          Deprecated.  
 

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

Subclasses of BaseNode in com.intel.gpe.client2.common.panels.remotefs
 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.
 

Methods in com.intel.gpe.client2.common.panels.remotefs with parameters of type BaseNode
 void FileChooser.refresh(BaseNode node)
          Refresh the single node.
 void RemoteFileChooserPanel.refresh(BaseNode node)
          Refresh the single node.
 void FileChooser.setRoot(BaseNode root)
          Set the new root node.
 void RemoteFileChooserPanel.setRoot(BaseNode root)
          Set the root node of the tree.
 

Constructors in com.intel.gpe.client2.common.panels.remotefs with parameters of type BaseNode
FileChooser(IConfigurable parent, INode node, BaseNode root)
          Deprecated. Use #FileChooser(BaseNode) instead
FileChooser(INode node, BaseNode root)
          Create the component.
FileChooser(MessageProvider messageProvider, Key key, BaseNode root)
          Deprecated. Use #FileChooser(BaseNode) instead
RemoteFileChooserPanel(AsyncClient asyncClient, MessageAdapter messageAdapter, int selectionMode, BaseNode root)
          Deprecated. 
RemoteFileChooserPanel(AsyncClient asyncClient, MessageProvider messageProvider, int selectionMode, BaseNode root)
          Create the panel
RemoteFileChooserPanel(IConfigurable parent, INode name, AsyncClient asyncClient, MessageAdapter messageAdapter, BaseNode root)
          Deprecated.  
 

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

Methods in com.intel.gpe.client2.common.panels.targetsystemchooser that return BaseNode
 BaseNode TargetSystemChooser.getRoot()
          Deprecated.  
 

Methods in com.intel.gpe.client2.common.panels.targetsystemchooser with parameters of type BaseNode
 void TargetSystemChooser.refresh(BaseNode node)
          Deprecated. Refresh the single node.
 void TargetSystemChooserPanel.refresh(BaseNode node)
          Deprecated. Refresh the single node.
 void TargetSystemChooser.setRoot(BaseNode root)
          Deprecated. Set the new root node.
 void TargetSystemChooserPanel.setRoot(BaseNode root)
          Deprecated. Set the root node of the tree.
 

Constructors in com.intel.gpe.client2.common.panels.targetsystemchooser with parameters of type BaseNode
TargetSystemChooser(IConfigurable parent, AsyncClient asyncClient, MessageAdapter messageAdapter, BaseNode root)
          Deprecated. Create the component.
TargetSystemChooserPanel(AsyncClient asyncClient, MessageAdapter messageAdapter, BaseNode root, com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
          Deprecated. Create the panel.
TargetSystemChooserPanel(IConfigurable parent, INode name, AsyncClient asyncClient, MessageAdapter messageAdapter, BaseNode root, com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
          Deprecated.  
 

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

Methods in com.intel.gpe.client2.common.panels.tree that return BaseNode
 BaseNode GridTreeModel.getRoot()
           
 

Methods in com.intel.gpe.client2.common.panels.tree with parameters of type BaseNode
 void NodeChangeListener.nodeChanged(BaseNode node)
          The method is invoked whenever the node state is changed (not incuding the list of the children).
 

Constructors in com.intel.gpe.client2.common.panels.tree with parameters of type BaseNode
GridTreeModel(BaseNode root)
          Create the file chooser model
 

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

Subclasses of BaseNode in com.intel.gpe.client2.filemanager.nodes
 class LocalNode
          The top-most node.
 

Uses of BaseNode in com.intel.gpe.client2.filemanager.panels
 

Constructors in com.intel.gpe.client2.filemanager.panels with parameters of type BaseNode
FileManagerPanel(INode childName, BaseNode root, javax.swing.Action copyAction, javax.swing.Action pasteAction, javax.swing.Action deleteAction, javax.swing.Action renameAction, javax.swing.Action makeDirectoryAction, IPreferences preferences)
           
 



Copyright © 2008. All Rights Reserved.