edu.mit.sketch.uml.interfaces
Interface ElementCatcher


public interface ElementCatcher

Interface needed for constructor of ListPanel Allows the list panel to hold a multitude of things and not need to deal with the elements in the list directly.


Method Summary
 void addElement(String text)
           
 void deleteElement(int index)
           
 void updateElement(int index, String text)
           
 

Method Detail

addElement

public void addElement(String text)

deleteElement

public void deleteElement(int index)

updateElement

public void updateElement(int index,
                          String text)