|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
model.DimensionenList
public class DimensionenList
ComboBoxModel Klasse f�r Dimensionen-Verwaltung
Constructor Summary | |
---|---|
DimensionenList()
|
Method Summary | |
---|---|
Dimensionen |
create()
Dimensionen erstellen |
void |
delete(int index)
Dimensionen entfernen |
int |
findId(int dim_id)
Liefert Dimensionen id zum zeigen im Szenario |
int |
getId(int selectedIndex)
Liefert Dimensionen id f�r speichern im Szenario |
void |
save(java.lang.Object object)
Dimensionen speichern |
Methods inherited from class javax.swing.DefaultComboBoxModel |
---|
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem |
Methods inherited from class javax.swing.AbstractListModel |
---|
addListDataListener, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
---|
addListDataListener, removeListDataListener |
Constructor Detail |
---|
public DimensionenList() throws AquaDaoException
AquaDaoException
Method Detail |
---|
public Dimensionen create()
public void save(java.lang.Object object) throws AquaDaoException
object
-
AquaDaoException
public void delete(int index) throws AquaDaoException, java.lang.IndexOutOfBoundsException
index
-
AquaDaoException
java.lang.IndexOutOfBoundsException
public int findId(int dim_id)
dim_id
-
public int getId(int selectedIndex) throws AquaDaoException
selectedIndex
-
AquaDaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |