public class PropertyTreeNode extends AbstractProcessingTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
properties |
protected java.lang.String |
propertyKey |
children, label, manager, parent| Constructor and Description |
|---|
PropertyTreeNode(javax.swing.tree.TreeNode parent,
java.util.Map properties,
java.lang.String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowsChildren() |
protected java.lang.String |
getLabel() |
protected void |
initializeChildren() |
boolean |
isLeaf() |
addChild, children, getChildAt, getChildCount, getIndex, getParent, propertiesToChildren, setProcessorManager, toStringprotected java.util.Map properties
protected java.lang.String propertyKey
public PropertyTreeNode(javax.swing.tree.TreeNode parent,
java.util.Map properties,
java.lang.String propertyKey)
protected java.lang.String getLabel()
getLabel in class AbstractProcessingTreeNodeprotected void initializeChildren()
initializeChildren in class AbstractProcessingTreeNodepublic boolean getAllowsChildren()
public boolean isLeaf()