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

Method Summary
 PLTreeNode getChild(int index)
           
 int getChildCount()
           
 int getIndexOfChild(PLTreeNode child)
           
 boolean isLeaf()
           
 void setChild(int index, PLTreeNode child)
           
 

Method Detail

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.