com.intel.gpe.client2.common.panels.remotefs
Interface RemoteFileChooserNode

All Known Implementing Classes:
GRIDNode, RegistryNode, RemoteFileNode, StorageNode, TargetSystemNode

public interface RemoteFileChooserNode

The interface for setting relation between tree nodes and PathElement's.

Version:
$Id: RemoteFileChooserNode.java,v 1.1 2006/07/17 12:19:46 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 boolean matches(PathElement pathElement)
          Test if the node matches the path element.
 

Method Detail

matches

boolean matches(PathElement pathElement)
Test if the node matches the path element.

Parameters:
pathElement - - the path element to match
Returns:
true if the node matches the supplied path element, false otherwise.


Copyright © 2008. All Rights Reserved.