| java.util.ArrayList org.geotools.event.GTList
Constructor Summary | |
| GTList() | public | GTList(GTComponent host, String listName) Client code must construct with a GTComponent parent (in order to fire
events). |
GTList | GTList()(Code) | | Package visiable constructor for test purposes
|
GTList | public GTList(GTComponent host, String listName)(Code) | | Client code must construct with a GTComponent parent (in order to fire
events).
Parameters: host - Host for this list Parameters: listName - DOCUMENT ME! |
add | public void add(int index, Object item)(Code) | | Fire even when added
Parameters: index - Parameters: item - |
clear | public void clear()(Code) | | |
removeRange | protected void removeRange(int fromIndex, int toIndex)(Code) | | |
|
|