Package tech.molecules.leet.clustering
Class ClusterAppModel.ClusterListModel
- java.lang.Object
-
- javax.swing.AbstractListModel<ClusterAppModel.Cluster>
-
- tech.molecules.leet.clustering.ClusterAppModel.ClusterListModel
-
- All Implemented Interfaces:
Serializable,ListModel<ClusterAppModel.Cluster>
- Enclosing class:
- ClusterAppModel
public class ClusterAppModel.ClusterListModel extends AbstractListModel<ClusterAppModel.Cluster>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractListModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description ClusterListModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireClustersChanged()ClusterAppModel.ClustergetElementAt(int index)intgetSize()-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
-
-
-
Method Detail
-
getSize
public int getSize()
-
getElementAt
public ClusterAppModel.Cluster getElementAt(int index)
-
fireClustersChanged
public void fireClustersChanged()
-
-