Package hec.data.tx
Class TsCategoryMap1
java.lang.Object
javax.swing.AbstractListModel
hec.data.tx.TsCategoryMap1
- All Implemented Interfaces:
Serializable,ComboBoxModel,ListModel
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategory(TsCategory category) voidgetCategory(String name) getElementAt(int index) intgetSize()TsGroup[]voidsetSelectedItem(Object anItem) intsize()Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
-
Constructor Details
-
TsCategoryMap1
-
TsCategoryMap1
public TsCategoryMap1()
-
-
Method Details
-
getSelectedItem
- Specified by:
getSelectedItemin interfaceComboBoxModel
-
setSelectedItem
- Specified by:
setSelectedItemin interfaceComboBoxModel
-
getElementAt
- Specified by:
getElementAtin interfaceListModel
-
getSize
public int getSize() -
size
public int size() -
addCategory
-
addGroup
-
getCategory
-
getTsCategories
-
getTsGroups
-