Package solutions.a2.cdc.oracle.schema
Class TablesDataModel
java.lang.Object
solutions.a2.cdc.oracle.schema.TablesDataModel
- All Implemented Interfaces:
ComboBoxModel<String>,ListModel<String>
- Author:
- averemee
-
Constructor Summary
ConstructorsConstructorDescriptionTablesDataModel(List<AbstractMap.SimpleImmutableEntry<Long, String>> indexOfTables) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetElementAt(int index) intgetSize()voidvoidsetSelectedItem(Object anItem)
-
Constructor Details
-
TablesDataModel
-
-
Method Details
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAtin interfaceListModel<String>
-
addListDataListener
- Specified by:
addListDataListenerin interfaceListModel<String>
-
removeListDataListener
- Specified by:
removeListDataListenerin interfaceListModel<String>
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel<String>
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel<String>
-