Interface MutableListModel<T>
-
- All Superinterfaces:
javax.swing.ListModel<T>
- All Known Subinterfaces:
SortableListModel<T>
- All Known Implementing Classes:
SortableListModelImpl
public interface MutableListModel<T> extends javax.swing.ListModel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(T element)booleanaddAll(java.lang.Iterable<T> elements)voidclear()
-