DeviceList Class Reference
Special list model for use with the FROGUI.
More...
Inherits java::util::Vector< Device >.
List of all members.
Detailed Description
Special list model for use with the FROGUI.
This class is a Vector-backed ListModel for use with JLists that need to display devices that are available to the user. Any modifications to the Vector notify the JList of the change so that the new addition may be shown on the JList immediately.
- Author:
- Team Better Recognize
Member Function Documentation
| synchronized void add |
( |
int |
index, |
|
|
Device |
element | |
|
) |
| | |
| synchronized boolean add |
( |
Device |
e |
) |
|
| synchronized boolean addAll |
( |
int |
index, |
|
|
Collection<?extends Device > |
c | |
|
) |
| | |
| synchronized boolean addAll |
( |
Collection<?extends Device > |
c |
) |
|
| synchronized void addElement |
( |
Device |
obj |
) |
|
| void addListDataListener |
( |
ListDataListener |
ldl |
) |
|
| synchronized int capacity |
( |
|
) |
|
| synchronized Object clone |
( |
|
) |
|
| boolean contains |
( |
Object |
o |
) |
|
| synchronized boolean containsAll |
( |
Collection<?> |
c |
) |
|
| synchronized void copyInto |
( |
Object[] |
anArray |
) |
|
| synchronized Device elementAt |
( |
int |
index |
) |
|
| Enumeration<Device> elements |
( |
|
) |
|
| synchronized void ensureCapacity |
( |
int |
minCapacity |
) |
|
| synchronized boolean equals |
( |
Object |
o |
) |
|
| synchronized Device firstElement |
( |
|
) |
|
| synchronized Device get |
( |
int |
index |
) |
|
| Object getElementAt |
( |
int |
index |
) |
|
| synchronized int hashCode |
( |
|
) |
|
| synchronized int indexOf |
( |
Object |
o, |
|
|
int |
index | |
|
) |
| | |
| synchronized void insertElementAt |
( |
Device |
obj, |
|
|
int |
index | |
|
) |
| | |
| synchronized boolean isEmpty |
( |
|
) |
|
| synchronized Device lastElement |
( |
|
) |
|
| synchronized int lastIndexOf |
( |
Object |
o |
) |
|
| synchronized int lastIndexOf |
( |
Object |
o, |
|
|
int |
index | |
|
) |
| | |
| boolean remove |
( |
Object |
o |
) |
|
| synchronized Device remove |
( |
int |
index |
) |
|
| synchronized boolean removeAll |
( |
Collection<?> |
c |
) |
|
| synchronized void removeAllElements |
( |
|
) |
|
| synchronized boolean removeElement |
( |
Object |
obj |
) |
|
| synchronized void removeElementAt |
( |
int |
index |
) |
|
| void removeListDataListener |
( |
ListDataListener |
l |
) |
|
| synchronized void removeRange |
( |
int |
fromIndex, |
|
|
int |
toIndex | |
|
) |
| | [protected] |
| synchronized boolean retainAll |
( |
Collection<?> |
c |
) |
|
| synchronized void setElementAt |
( |
Device |
obj, |
|
|
int |
index | |
|
) |
| | |
| synchronized void setSize |
( |
int |
newSize |
) |
|
| synchronized int size |
( |
|
) |
|
| synchronized List<Device> subList |
( |
int |
fromIndex, |
|
|
int |
toIndex | |
|
) |
| | |
| synchronized<T> T [] toArray |
( |
T[] |
a |
) |
|
| synchronized Object [] toArray |
( |
|
) |
|
| synchronized String toString |
( |
|
) |
|
| synchronized void trimToSize |
( |
|
) |
|
Member Data Documentation
Vector<ListDataListener> listeners = new Vector<ListDataListener>() [package] |
All ListDataListeners that wish to receive notifications of modification of this ListModel.
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/DeviceList.java