org.kabeja.ui.model
Class PostProcessorTreeNode

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

public class PostProcessorTreeNode
extends AbstractProcessingTreeNode


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

pp

protected PostProcessor pp
Constructor Detail

PostProcessorTreeNode

public PostProcessorTreeNode(javax.swing.tree.TreeNode parent,
                             PostProcessor pp,
                             java.lang.String label)
Method Detail

initializeChildren

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

getAllowsChildren

public boolean getAllowsChildren()

isLeaf

public boolean isLeaf()