|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
org.acm.seguin.tools.install.TagListModel
public class TagListModel
List model that stores the tags
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
TagListModel()
Constructor for the TagListModel object |
|
| Method Summary | |
|---|---|
void |
add(TagLinePanel tlp)
Adds a tag |
void |
clearAll()
Empty out the list model |
TagLinePanel |
find(java.lang.String name)
Description of the Method |
java.lang.Object |
getElementAt(int index)
Gets the ElementAt attribute of the TagListModel object |
int |
getSize()
Gets the Size attribute of the TagListModel object |
java.util.Iterator |
iterator()
Gets the list of items |
void |
remove(java.lang.String name)
Description of the Method |
void |
swap(int index1,
int index2)
Swaps two entries |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagListModel()
| Method Detail |
|---|
public int getSize()
public java.lang.Object getElementAt(int index)
index - Description of Parameter
public TagLinePanel find(java.lang.String name)
name - Description of Parameter
public void remove(java.lang.String name)
name - Description of Parameterpublic void add(TagLinePanel tlp)
tlp - Description of Parameterpublic java.util.Iterator iterator()
public void swap(int index1,
int index2)
index1 - Description of Parameterindex2 - Description of Parameterpublic void clearAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||