|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicTreeNode | |
---|---|
com.metamatrix.common.tree.basic | |
com.metamatrix.metadata.runtime | |
com.metamatrix.platform.admin.apiimpl |
Uses of BasicTreeNode in com.metamatrix.common.tree.basic |
---|
Methods in com.metamatrix.common.tree.basic that return BasicTreeNode | |
---|---|
protected BasicTreeNode |
BasicTreeNodeEditor.assertBasicTreeNode(PropertiedObject obj)
|
protected BasicTreeNode |
BasicTreeView.assertBasicTreeNode(TreeNode node)
|
protected BasicTreeNode |
BasicTreeNodeSource.assertBasicTreeNode(TreeNode node)
|
protected BasicTreeNode |
BasicTreeNode.assertBasicTreeNode(TreeNode obj)
|
protected BasicTreeNode |
BasicTreeNodeEditor.cloneBasicTreeNode(BasicTreeNode original,
BasicTreeNode newParent,
boolean deep)
|
protected BasicTreeNode |
BasicTreeNodeIterator.getNextSibling(BasicTreeNode node)
|
BasicTreeNode |
BasicTreeNode.getParent()
Get the model entity which which is the parent of this entity. |
Methods in com.metamatrix.common.tree.basic with parameters of type BasicTreeNode | |
---|---|
void |
BasicTreeNode.add(BasicTreeNode child)
Insert the node as a child of this node, and place it at the end of this node's list of children. |
void |
BasicTreeNode.add(BasicTreeNode child,
int index)
Insert the node as a child of this node, and place it at the end of this node's list of children. |
protected void |
BasicTreeNode.addChild(BasicTreeNode child,
ObjectDefinition childType,
int index)
|
protected boolean |
BasicTreeNode.addChildIsValid(BasicTreeNode child)
This method is called prior to adding the specified child to this TreeNode allowing any subclass to provide specific behavior if necessary. |
protected BasicTreeNode |
BasicTreeNodeEditor.cloneBasicTreeNode(BasicTreeNode original,
BasicTreeNode newParent,
boolean deep)
|
protected BasicTreeNode |
BasicTreeNodeIterator.getNextSibling(BasicTreeNode node)
|
void |
BasicTreeNode.insert(BasicTreeNode child,
int index)
Insert the node as a child of this node. |
protected boolean |
BasicTreeNodeIterator.isStartingNode(BasicTreeNode node)
|
void |
BasicTreeNode.moveChild(BasicTreeNode child,
int newIndex)
Move the child to a new index under the same parent. |
void |
BasicTreeNode.remove(BasicTreeNode child)
Remove from this node the specified child, null the parent reference of the node, and mark the node as non-existant. |
Constructors in com.metamatrix.common.tree.basic with parameters of type BasicTreeNode | |
---|---|
BasicTreeNode(BasicTreeNode parent,
java.lang.String name,
ObjectDefinition defn,
ObjectID guid)
Construct a new instance by specifying the parent that owns this entity, the name of the instance, the type of the instance and the global UID for the instance. |
|
BasicTreeNodeIterator(BasicTreeNode startingNode)
|
Uses of BasicTreeNode in com.metamatrix.metadata.runtime |
---|
Methods in com.metamatrix.metadata.runtime with parameters of type BasicTreeNode | |
---|---|
static void |
VDBTreeUtility.buildDataNodeTree(BasicTreeNode fakeRoot,
ObjectIDFactory idFactory,
VirtualDatabaseMetadata vDBMetadata)
Builds a tree of Models , Groups , Elements
and Proceedures from given VirtualDatabaseMetadata . |
Uses of BasicTreeNode in com.metamatrix.platform.admin.apiimpl |
---|
Subclasses of BasicTreeNode in com.metamatrix.platform.admin.apiimpl | |
---|---|
class |
PermissionDataNodeImpl
Defines a tree node for displaying entitlements. |
Constructors in com.metamatrix.platform.admin.apiimpl with parameters of type BasicTreeNode | |
---|---|
PermissionDataNodeImpl(BasicTreeNode parent,
AuthorizationActions allowedActions,
PermissionDataNodeDefinition nodeDefinition,
boolean nodeIsPhysical,
ObjectID guid)
Construct a new instance by specifying the parent that owns this entity, the name of the instance, the type of the instance and the global UID for the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |