Package net.anwiba.commons.swing.menu
Class ActionListModel
- java.lang.Object
-
- net.anwiba.commons.model.AbstractListChangedNotifier<T>
-
- net.anwiba.commons.model.AbstractObjectListModel<javax.swing.Action>
-
- net.anwiba.commons.swing.menu.ActionListModel
-
- All Implemented Interfaces:
java.lang.Iterable<javax.swing.Action>,IMutableObjectList<javax.swing.Action>,IObjectCollection<javax.swing.Action>,IObjectCollectionReceiver<javax.swing.Action>,IObjectIterable<javax.swing.Action>,IObjectList<javax.swing.Action>,IObjectListProvider<javax.swing.Action>,IObjectListReceiver<javax.swing.Action>,IListChangedNotifier<javax.swing.Action>,IObjectListDistributor<javax.swing.Action>,IObjectListModel<javax.swing.Action>
public class ActionListModel extends AbstractObjectListModel<javax.swing.Action>
-
-
Constructor Summary
Constructors Constructor Description ActionListModel()
-
Method Summary
-
Methods inherited from class net.anwiba.commons.model.AbstractObjectListModel
add, add, get, get, indices, isEmpty, iterator, remove, remove, remove, removeAll, set, set, set, size, toCollection, toList, values
-
Methods inherited from class net.anwiba.commons.model.AbstractListChangedNotifier
addListModelListener, fireObjectsAdded, fireObjectsChanged, fireObjectsChanged, fireObjectsRemoved, fireObjectsUpdated, removeListModelListener, removeListModelListeners
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.model.IListChangedNotifier
addListModelListener, removeListModelListener, removeListModelListeners
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectList
stream
-
-