org.kabeja.ui.model
Class PropertiesTreeNode

java.lang.Object
  extended by org.kabeja.ui.model.AbstractProcessingTreeNode
      extended by org.kabeja.ui.model.PropertiesTreeNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class PropertiesTreeNode
extends AbstractProcessingTreeNode


Field Summary
protected static java.lang.String LABEL
           
protected  java.util.Map properties
           
 
Fields inherited from class org.kabeja.ui.model.AbstractProcessingTreeNode
children, label, manager, parent
 
Constructor Summary
PropertiesTreeNode(javax.swing.tree.TreeNode parent, java.util.Map properties)
           
 
Method Summary
 boolean getAllowsChildren()
           
protected  void initializeChildren()
           
 boolean isLeaf()
           
 
Methods inherited from class org.kabeja.ui.model.AbstractProcessingTreeNode
addChild, children, getChildAt, getChildCount, getIndex, getLabel, getParent, propertiesToChildren, setProcessorManager, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LABEL

protected static final java.lang.String LABEL
See Also:
Constant Field Values

properties

protected java.util.Map properties
Constructor Detail

PropertiesTreeNode

public PropertiesTreeNode(javax.swing.tree.TreeNode parent,
                          java.util.Map properties)
Method Detail

initializeChildren

protected void initializeChildren()
Specified by:
initializeChildren in class AbstractProcessingTreeNode

getAllowsChildren

public boolean getAllowsChildren()

isLeaf

public boolean isLeaf()