public class DragDropTreeNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Common copyright notice
|
static java.lang.String |
SCCSID
CMVC descriptors - expanded during extraction
|
Constructor and Description |
---|
DragDropTreeNode(java.lang.String name,
java.lang.String id,
java.lang.String plugId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
DragDropTreeNode |
getParent()
Get the parent DragDropTreeNode
|
java.lang.String |
getTreeNodeId()
Get the TreeNode Id
|
java.lang.String |
getTreeNodeName()
Get the TreeNode name
|
java.lang.String |
getTreeNodePlugin_id()
Get the id of the plug-in associated with this TreeNode
|
void |
setParent(DragDropTreeNode prnt)
Set the parent DragDropTreeNode
|
java.lang.String |
toString() |
public static final java.lang.String COPYRIGHT_NOTICE
public static final java.lang.String SCCSID
public DragDropTreeNode(java.lang.String name, java.lang.String id, java.lang.String plugId)
name
- the name of the associated TreeNodeid
- the tree node id of the associated TreeNodeplugId
- the id of the plug-in assciated with the associated TreeNodepublic DragDropTreeNode getParent()
public void setParent(DragDropTreeNode prnt)
prnt
- the parent DragDropTreeNodepublic java.lang.String getTreeNodeId()
public java.lang.String getTreeNodeName()
public java.lang.String getTreeNodePlugin_id()
public java.lang.String toString()
toString
in class java.lang.Object