org.kabeja.ui.model
Class SAXFiltersTreeNode

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

public class SAXFiltersTreeNode
extends AbstractProcessingTreeNode


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

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

SAXFiltersTreeNode

public SAXFiltersTreeNode(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()