org.kabeja.ui.model
Class ParsersTreeNode

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

public class ParsersTreeNode
extends AbstractProcessingTreeNode


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

ParsersTreeNode

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

getAllowsChildren

public boolean getAllowsChildren()

isLeaf

public boolean isLeaf()

initializeChildren

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