Package ca.phon.app.opgraph.library
Class NodeGroupListModel
java.lang.Object
javax.swing.AbstractListModel<ca.phon.opgraph.library.NodeData>
ca.phon.app.opgraph.library.NodeGroupListModel
- All Implemented Interfaces:
Serializable
,ListModel<ca.phon.opgraph.library.NodeData>
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
Constructor Details
-
NodeGroupListModel
public NodeGroupListModel() -
NodeGroupListModel
-
-
Method Details
-
getSize
public int getSize() -
getFilter
-
setFilter
-
getElementAt
public ca.phon.opgraph.library.NodeData getElementAt(int index)
-