Uses of Class
com.intel.gpe.client2.common.panels.remotefs.PathElement

Packages that use PathElement
com.intel.gpe.client2.common.panels.remotefs   
 

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

Methods in com.intel.gpe.client2.common.panels.remotefs that return PathElement
 PathElement[] FileChooser.getPath()
          Get the path to the selected node.
 PathElement[] RemoteFileChooserPanel.getPath()
          Get the selected path of the file chooser.
 PathElement GRIDNode.getPathElement()
           
 PathElement RegistryNode.getPathElement()
          Get the path element representing the node.
 PathElement RemoteFileNode.getPathElement()
          Get the path element representing the node.
 PathElement StorageNode.getPathElement()
          Get the path element representing the node.
 PathElement TargetSystemNode.getPathElement()
          Get the path element representing the node.
 

Methods in com.intel.gpe.client2.common.panels.remotefs with parameters of type PathElement
 boolean GRIDNode.matches(PathElement pathElement)
           
 boolean RegistryNode.matches(PathElement pathElement)
           
 boolean RemoteFileChooserNode.matches(PathElement pathElement)
          Test if the node matches the path element.
 boolean RemoteFileNode.matches(PathElement pathElement)
           
 boolean StorageNode.matches(PathElement pathElement)
           
 boolean TargetSystemNode.matches(PathElement pathElement)
           
 void FileChooser.setPath(PathElement[] path)
           
 void RemoteFileChooserPanel.setPath(PathElement[] path)
          Set the selection path.
 



Copyright © 2008. All Rights Reserved.