|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TreeView in com.metamatrix.common.tree |
---|
Classes in com.metamatrix.common.tree that implement TreeView | |
---|---|
class |
AbstractTreeView
|
class |
RuledTreeViewImpl
|
Methods in com.metamatrix.common.tree that return TreeView | |
---|---|
TreeView |
TreeNodeIteratorWithStack.getTreeView()
|
protected TreeView |
RuledTreeViewImpl.getTreeView()
|
Constructors in com.metamatrix.common.tree with parameters of type TreeView | |
---|---|
RuledTreeViewImpl(TreeView tree,
ChildRules rules)
|
|
RuledTreeViewImpl(TreeView tree,
TreeNode root,
ChildRules rules)
|
|
TreeNodeIterator(java.util.List startingNodes,
TreeView view)
|
|
TreeNodeIterator(TreeNode startingNode,
TreeView view)
|
|
TreeNodeIteratorWithStack(TreeNode startingNode,
TreeView view)
Construct an instance of XMLNamespaceAwareIterator. |
|
TreeNodeIteratorWithStack(TreeNode startingNode,
TreeView view,
java.util.Iterator iter)
Construct an instance that wraps the supplied iterator. |
Uses of TreeView in com.metamatrix.common.tree.basic |
---|
Classes in com.metamatrix.common.tree.basic that implement TreeView | |
---|---|
class |
BasicTreeView
|
Uses of TreeView in com.metamatrix.common.tree.directory |
---|
Subinterfaces of TreeView in com.metamatrix.common.tree.directory | |
---|---|
interface |
DirectoryEntryView
This interface defines a view of a hierarchy of DirectoryEntry instances. |
Classes in com.metamatrix.common.tree.directory that implement TreeView | |
---|---|
class |
FileSystemView
This interface defines a view of a hierarchy of DirectoryEntry instances. |
class |
RuledDirectoryEntryViewImpl
|
Constructors in com.metamatrix.common.tree.directory with parameters of type TreeView | |
---|---|
RuledDirectoryEntryViewImpl(TreeView treeView,
ChildRules rules)
|
|
RuledDirectoryEntryViewImpl(TreeView treeView,
TreeNode root,
ChildRules rules)
|
Uses of TreeView in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models with parameters of type TreeView | |
---|---|
boolean |
VdbManager.hasAnyModels(TreeView treeView)
|
Uses of TreeView in com.metamatrix.console.util |
---|
Methods in com.metamatrix.console.util with parameters of type TreeView | |
---|---|
static javax.swing.tree.TreePath[] |
StaticTreeUtilities.allExpandedPaths(javax.swing.JTree tree,
TreeView treeView)
|
static javax.swing.tree.TreePath[] |
StaticTreeUtilities.allTreePaths(javax.swing.tree.TreeModel tm,
boolean populate,
TreeView treeView)
Return an array of all tree paths in a tree model. |
static javax.swing.tree.TreePath[] |
StaticTreeUtilities.allTreePaths(javax.swing.tree.TreeModel tm,
TreeView treeView)
|
static java.util.Collection |
StaticTreeUtilities.allTreePathsToNode(java.lang.Object nodeUserObject,
javax.swing.tree.TreeModel model,
TreeView treeView)
Return all tree paths where the last node is a given node. |
static java.lang.String |
StaticTreeUtilities.allTreePathsToString(javax.swing.JTree tree,
TreeView treeView)
Returns a String representing all of the tree paths in a tree, also showing whether or not each tree path is expanded. |
static java.lang.String |
StaticTreeUtilities.allTreePathsToString(javax.swing.tree.TreeModel model,
boolean classNamesOnly,
TreeView treeView)
Returns a String representing all of the tree paths in a tree, also showing whether or not each tree path is expanded. |
static java.util.List |
StaticTreeUtilities.descendantsOfNode(TreeNode startingNode,
boolean includeStartingNode,
TreeView treeView)
Return all of the descendants of a com.metamatrix.common.tree.TreeNode as a List, optionally including the starting node. |
static TreePathExpansion[] |
StaticTreeUtilities.expansionState(javax.swing.JTree tree,
TreeView treeView,
boolean populate)
|
static void |
StaticTreeUtilities.populateTree(TreeNode root,
TreeView treeView)
Given a com.metamatrix.common.tree.TreeNode as a root starting point, not necessarily a real root, populate all of its descendant nodes. |
static void |
StaticTreeUtilities.restoreExpansionState(javax.swing.JTree tree,
TreePathExpansion[] savedPathState,
boolean expandNewPaths,
java.util.Collection selectionListeners,
java.util.Collection willExpandListeners,
java.util.Collection expansionListeners,
TreeView treeView)
|
static void |
StaticTreeUtilities.restoreExpansionState(javax.swing.JTree tree,
TreePathExpansion[] savedPathState,
boolean expandNewPaths,
TreeView treeView)
|
Uses of TreeView in com.metamatrix.toolbox.ui.widget |
---|
Methods in com.metamatrix.toolbox.ui.widget that return TreeView | |
---|---|
TreeView |
TreeNodeTableWidget.getTreeView()
|
Methods in com.metamatrix.toolbox.ui.widget with parameters of type TreeView | |
---|---|
static int |
TreeWidget.convertIndexToModel(TreeNode theParent,
int theStartIndex,
TreeView theFilteredView,
TreeView theUnfilteredView)
Converts the child index in the unfiltered view into the child index in the filtered view. |
protected void |
TreeNodeTableWidget.initializeTreeNodeTable(TreeNodeEditor editor,
TreeView view,
java.util.List nodes,
java.util.List definitions)
|
void |
TreeNodeTableWidget.setTreeView(TreeView view)
|
Constructors in com.metamatrix.toolbox.ui.widget with parameters of type TreeView | |
---|---|
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 TreeView in com.metamatrix.toolbox.ui.widget.transfer |
---|
Fields in com.metamatrix.toolbox.ui.widget.transfer declared as TreeView | |
---|---|
protected TreeView |
AbstractTreeNodeDragAndDropController.view
|
Methods in com.metamatrix.toolbox.ui.widget.transfer that return TreeView | |
---|---|
protected TreeView |
AbstractTreeNodeDragAndDropController.getTreeView()
|
Methods in com.metamatrix.toolbox.ui.widget.transfer with parameters of type TreeView | |
---|---|
protected void |
AbstractTreeNodeDragAndDropController.setTreeView(TreeView view)
|
Uses of TreeView in com.metamatrix.toolbox.ui.widget.tree |
---|
Classes in com.metamatrix.toolbox.ui.widget.tree that implement TreeView | |
---|---|
class |
DefaultTreeView
This is the default TreeView used by DefaultTreeModel . |
Methods in com.metamatrix.toolbox.ui.widget.tree that return TreeView | |
---|---|
protected TreeView |
DefaultTreeModel.createDefaultTreeView(java.lang.Object value)
|
TreeView |
DefaultTreeModel.getTreeView()
|
Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type TreeView | |
---|---|
void |
DefaultTreeModel.setTreeView(TreeView view)
Sets the TreeView to which this model applies. |
Constructors in com.metamatrix.toolbox.ui.widget.tree with parameters of type TreeView | |
---|---|
DefaultTreeModel(TreeView view)
Creates a model from the specified TreeView. |
|
DefaultTreeModel(TreeView view,
boolean forceHiddenRoot)
Creates a model from the specified TreeView. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |