edu.isi.powerloom.gui.xmlobject
Interface PLList
- All Known Implementing Classes:
- PLSurrogateContainer
- public interface PLList
Support for displaying JLists. XMLObjects which are displayable in
JLists should implement this.
- Since:
- Wed Mar 13 17:40:25 2002
- Author:
- Eric Melz
getElementAt
public java.lang.Object getElementAt(int i)
getSize
public int getSize()
addPLObject
public void addPLObject(PLObject object)
removePLObject
public int removePLObject(PLObject object)
- Insert the method's description here.
Creation date: (4/12/2002 1:22:40 PM)
- Parameters:
object
- edu.isi.powerloom.gui.xmlobject.PLObject
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.