|
|||||||||||
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
de.uni_paderborn.fujaba.gui.comp.JglComboBoxModel
Field Summary | |
static java.lang.String |
NONE
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
JglComboBoxModel(java.util.Collection container,
boolean none)
Constructor for class JglComboBoxModel |
|
JglComboBoxModel(java.util.Map container,
boolean none)
Constructor for class JglComboBoxModel |
Method Summary | |
java.lang.Object |
getElementAt(int index)
Get the elementAt attribute of the JglComboBoxModel object |
java.lang.Object |
getSelectedItem()
Get the selectedItem attribute of the JglComboBoxModel object |
int |
getSize()
Get the size attribute of the JglComboBoxModel object |
void |
setSelectedItem(java.lang.Object anItem)
Sets the selectedItem attribute of the JglComboBoxModel object |
Methods inherited from class de.uni_paderborn.fujaba.gui.comp.JglListModel |
setPair, setUseKey |
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 |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, removeListDataListener |
Field Detail |
public static final java.lang.String NONE
Constructor Detail |
public JglComboBoxModel(java.util.Collection container, boolean none)
container
- No description providednone
- No description providedpublic JglComboBoxModel(java.util.Map container, boolean none)
container
- No description providednone
- No description providedMethod Detail |
public int getSize()
getSize
in interface javax.swing.ListModel
getSize
in class JglListModel
public java.lang.Object getElementAt(int index)
getElementAt
in interface javax.swing.ListModel
getElementAt
in class JglListModel
index
- No description provided
public void setSelectedItem(java.lang.Object anItem)
setSelectedItem
in interface javax.swing.ComboBoxModel
anItem
- The new selectedItem valuepublic java.lang.Object getSelectedItem()
getSelectedItem
in interface javax.swing.ComboBoxModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |