Package com.vladsch.plugin.util.ui
Class ArrayListModel<E>
- java.lang.Object
-
- javax.swing.AbstractListModel<E>
-
- com.vladsch.plugin.util.ui.ArrayListModel<E>
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListModel<E>
public class ArrayListModel<E> extends javax.swing.AbstractListModel<E>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrayListModel()ArrayListModel(java.util.Collection<E> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(E value)voidclear()EgetElementAt(int index)intgetSize()
-