org.apache.ldap.server.partition.impl.btree.gui
Class ASTNode
java.lang.Object
org.apache.ldap.server.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: 264732 $
- Author:
- Apache Directory Project
Constructor Summary |
ASTNode(ASTNode parent,
org.apache.ldap.common.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.ldap.common.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()
getExprNode
public org.apache.ldap.common.filter.ExprNode getExprNode()
Copyright © 2002-2005 . All Rights Reserved.