Uses of Interface
com.metamatrix.common.tree.TreeNodeEditor

Packages that use TreeNodeEditor
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
 

Uses of TreeNodeEditor in com.metamatrix.common.tree
 

Methods in com.metamatrix.common.tree that return TreeNodeEditor
 TreeNodeEditor TreeNodeSource.createTreeNodeEditor()
          Create a new instance of TreeNodeEditor, which is an editor that may be used to access and/or modify a single TreeNode object.
 TreeNodeEditor TreeView.getTreeNodeEditor()
          Return the tree node editor for this view.
 

Methods in com.metamatrix.common.tree with parameters of type TreeNodeEditor
 void TreeNodeComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodePathComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodePropertyComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodeNameComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 

Uses of TreeNodeEditor in com.metamatrix.common.tree.basic
 

Classes in com.metamatrix.common.tree.basic that implement TreeNodeEditor
 class BasicTreeNodeEditor
           
 

Methods in com.metamatrix.common.tree.basic that return TreeNodeEditor
 TreeNodeEditor BasicTreeNodeSource.createTreeNodeEditor()
          Create a new instance of TreeNodeEditor, which is an editor that may be used to access and/or modify a single TreeNode object.
 TreeNodeEditor BasicTreeView.getTreeNodeEditor()
          Return the tree node editor for this view.
 

Uses of TreeNodeEditor in com.metamatrix.common.tree.directory
 

Subinterfaces of TreeNodeEditor in com.metamatrix.common.tree.directory
 interface DirectoryEntryEditor
          This interface defines a edit DirectoryEntry instances.
 

Classes in com.metamatrix.common.tree.directory that implement TreeNodeEditor
 class FileSystemEntryEditor
          This interface defines a view of a hierarchy of TreeNode instances.
 

Methods in com.metamatrix.common.tree.directory that return TreeNodeEditor
 TreeNodeEditor FileSystemView.getTreeNodeEditor()
          Return the tree node editor for this view.
 

Methods in com.metamatrix.common.tree.directory with parameters of type TreeNodeEditor
 void FileSystemFilter.setTreeNodeEditor(TreeNodeEditor editor)
           
 



Copyright © 2009. All Rights Reserved.