gov.tak.platform.widgets.WidgetList
@Deprecated public class WidgetList extends java.util.ArrayList<MapWidget>
Constructor and Description |
---|
WidgetList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
MapWidget element)
Deprecated.
|
boolean |
addAll(java.util.Collection<? extends MapWidget> c)
Deprecated.
|
boolean |
addAll(int index,
java.util.Collection<? extends MapWidget> c)
Deprecated.
|
void |
clear()
Deprecated.
|
int |
indexOf(java.lang.Object o)
Deprecated.
|
int |
lastIndexOf(java.lang.Object o)
Deprecated.
|
MapWidget |
remove(int index)
Deprecated.
|
boolean |
remove(java.lang.Object o)
Deprecated.
|
boolean |
removeAll(java.util.Collection<?> c)
Deprecated.
|
boolean |
retainAll(java.util.Collection<?> c)
Deprecated.
|
MapWidget |
set(int index,
MapWidget element)
Deprecated.
|
add, clone, contains, ensureCapacity, forEach, get, isEmpty, iterator, listIterator, listIterator, removeIf, removeRange, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
public int indexOf(java.lang.Object o)
public int lastIndexOf(java.lang.Object o)
public void add(int index, MapWidget element)
public boolean addAll(java.util.Collection<? extends MapWidget> c)
public boolean addAll(int index, java.util.Collection<? extends MapWidget> c)
public boolean remove(java.lang.Object o)
public MapWidget remove(int index)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)