org.apache.directory.server.core.partition.impl.btree.gui
Class ASTNode
java.lang.Object
org.apache.directory.server.core.partition.impl.btree.gui.ASTNode
- All Implemented Interfaces:
- javax.swing.tree.TreeNode
public class ASTNode
- extends java.lang.Object
- implements javax.swing.tree.TreeNode
A node representing an entry.
- Version:
- $Rev: 434579 $
- Author:
- Apache Directory Project
|
Constructor Summary |
ASTNode(ASTNode parent,
org.apache.directory.shared.ldap.filter.ExprNode exprNode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTNode
public ASTNode(ASTNode parent,
org.apache.directory.shared.ldap.filter.ExprNode exprNode)
children
public java.util.Enumeration children()
- Specified by:
children in interface javax.swing.tree.TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
- Specified by:
getChildAt in interface javax.swing.tree.TreeNode
getChildCount
public int getChildCount()
- Specified by:
getChildCount in interface javax.swing.tree.TreeNode
getIndex
public int getIndex(javax.swing.tree.TreeNode child)
- Specified by:
getIndex in interface javax.swing.tree.TreeNode
getParent
public javax.swing.tree.TreeNode getParent()
- Specified by:
getParent in interface javax.swing.tree.TreeNode
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf in interface javax.swing.tree.TreeNode
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getExprNode
public org.apache.directory.shared.ldap.filter.ExprNode getExprNode()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.