org.kabeja.ui.model
Class PostProcessorsTreeNode

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

public class PostProcessorsTreeNode
extends AbstractProcessingTreeNode


Field Summary
static java.lang.String LABEL
           
 
Fields inherited from class org.kabeja.ui.model.AbstractProcessingTreeNode
children, label, manager, parent
 
Constructor Summary
PostProcessorsTreeNode(javax.swing.tree.TreeNode parent)
           
 
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

public static final java.lang.String LABEL
See Also:
Constant Field Values
Constructor Detail

PostProcessorsTreeNode

public PostProcessorsTreeNode(javax.swing.tree.TreeNode parent)
Method Detail

initializeChildren

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

getAllowsChildren

public boolean getAllowsChildren()

isLeaf

public boolean isLeaf()