|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.widgets.InsertListChooser.IlItemData
protected class InsertListChooser.IlItemData
Contains information on insertlist's comboboxes. Caches value when the combobox gets disposed.
Field Summary | |
---|---|
protected int |
_selectedIndex
Here the index is stored when combobox is disposed. |
protected Combo |
combo
Combobox reference. |
protected DisplayableNameListImpl<NewElementRule> |
comboItems
Combobox items. |
Constructor Summary | |
---|---|
protected |
InsertListChooser.IlItemData(Combo combo,
DisplayableNameListImpl<NewElementRule> comboItems)
Constructor. |
Method Summary | |
---|---|
int |
getSelectionIndex()
Returns index of selected name list item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Combo combo
protected final DisplayableNameListImpl<NewElementRule> comboItems
protected int _selectedIndex
Constructor Detail |
---|
protected InsertListChooser.IlItemData(Combo combo, DisplayableNameListImpl<NewElementRule> comboItems)
combo
- reference to comboboxcomboItems
- items displayed in the combobox.Method Detail |
---|
public int getSelectionIndex()
comboItems
list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |