Package com.macrofocus.high_d.list
Class AbstractListModel<V>
- java.lang.Object
-
- com.macrofocus.high_d.list.AbstractListModel<V>
-
- All Implemented Interfaces:
ListModel<V>
- Direct Known Subclasses:
DefaultListModel
public abstract class AbstractListModel<V> extends java.lang.Object implements ListModel<V>
-
-
Constructor Summary
Constructors Constructor Description AbstractListModel()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.high_d.list.ListModel
getListContentModel
-
-