edu.isi.powerloom.gui.xmlobject
Interface PLTreeNode
- All Known Implementing Classes:
- PLConcept, PLModule, PLRelation, PLSurrogateContainer
- public interface PLTreeNode
XMLObjects which can be rendered by a JTree should implement this.
- Since:
- Wed Mar 13 17:40:25 2002
- Author:
- Eric Melz
setChild
public void setChild(int index,
PLTreeNode child)
getChild
public PLTreeNode getChild(int index)
getIndexOfChild
public int getIndexOfChild(PLTreeNode child)
getChildCount
public int getChildCount()
isLeaf
public boolean isLeaf()
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.