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   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.tree   
 

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.
 TreeNodeEditor RuledTreeViewImpl.getTreeNodeEditor()
          Return the tree node editor for this view.
abstract  TreeNodeEditor AbstractTreeView.getTreeNodeEditor()
          Return the tree node editor for this view.
 

Methods in com.metamatrix.common.tree with parameters of type TreeNodeEditor
 void TreeNodePropertyComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodePathComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodeNameComparator.setTreeNodeEditor(TreeNodeEditor editor)
           
 void TreeNodeComparator.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)
           
 

Uses of TreeNodeEditor in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type TreeNodeEditor
protected  void TreeNodeTableWidget.initializeTreeNodeTable(TreeNodeEditor editor, TreeView view, java.util.List nodes, java.util.List definitions)
           
 void TreeNodeTableWidget.setTreeNodeEditor(TreeNodeEditor editor)
           
protected  void TreeNodeTableWidget.updateModel(TreeNodeEditor editor, java.util.List nodes, java.util.List definitions)
           
 

Constructors in com.metamatrix.toolbox.ui.widget with parameters of type TreeNodeEditor
TreeNodeTableWidget(TreeNodeEditor editor)
           
TreeNodeTableWidget(TreeNodeEditor editor, java.util.List nodes, java.util.List definitions)
           
TreeNodeTableWidget(TreeNodeEditor editor, TreeView view)
           
TreeNodeTableWidget(TreeNodeEditor editor, TreeView view, java.util.List nodes)
           
TreeNodeTableWidget(TreeNodeEditor editor, TreeView view, java.util.List nodes, java.util.List definitions)
           
 

Uses of TreeNodeEditor in com.metamatrix.toolbox.ui.widget.tree
 

Classes in com.metamatrix.toolbox.ui.widget.tree that implement TreeNodeEditor
 class DefaultTreeNodeEditor
           
 

Methods in com.metamatrix.toolbox.ui.widget.tree that return TreeNodeEditor
 TreeNodeEditor DefaultTreeModel.getEditor()
           
 TreeNodeEditor DefaultTreeView.getTreeNodeEditor()
           
 



Copyright © 2009. All Rights Reserved.