|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
de.uni_paderborn.fujaba.gui.StateActivityPanel.SetListModel
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private java.util.Vector |
elements
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
StateActivityPanel.SetListModel()
Constructor for class SetListModel |
|
StateActivityPanel.SetListModel(java.util.Set set)
Constructor for class SetListModel |
Method Summary | |
void |
addElement(java.lang.Object object)
Access method for an one to n association. |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the SetListModel object |
int |
getSize()
Get the size attribute of the SetListModel object |
void |
removeElement(java.lang.Object object)
No comment provided by developer, please add a comment to improve documentation. |
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 |
Field Detail |
private java.util.Vector elements
Constructor Detail |
public StateActivityPanel.SetListModel()
public StateActivityPanel.SetListModel(java.util.Set set)
set
- No description providedMethod Detail |
public java.lang.Object getElementAt(int index)
index
- No description provided
public int getSize()
public void addElement(java.lang.Object object)
object
- The object added.public void removeElement(java.lang.Object object)
object
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |