|
|||||||||||
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.comp.JglListModel
Field Summary |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
JglListModel(java.util.Collection container)
Constructor for class JglListModel |
|
JglListModel(java.util.Map container)
Constructor for class JglListModel |
Method Summary | |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the JglListModel object |
int |
getSize()
Get the size attribute of the JglListModel object |
protected void |
setPair(boolean pair)
Sets the pair attribute of the JglListModel object |
void |
setUseKey(boolean key)
Sets the useKey attribute of the JglListModel object |
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 JglListModel(java.util.Collection container)
container
- No description providedpublic JglListModel(java.util.Map container)
container
- No description providedMethod Detail |
protected void setPair(boolean pair)
pair
- The new pair valuepublic void setUseKey(boolean key)
key
- The new useKey valuepublic int getSize()
public java.lang.Object getElementAt(int index)
index
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |