Class ActionModelIterator
java.lang.Object
ch.tocco.nice2.netui.impl.actions.ActionModelIterator
- All Implemented Interfaces:
Iterator<ActionModel>
Iterates through actions recursively.
-
Constructor Summary
ConstructorDescriptionActionModelIterator
(boolean visitRoot, ActionModel... models) ActionModelIterator
(ActionModel... models) ActionModelIterator
(Collection<ActionModel> models) ActionModelIterator
(Collection<ActionModel> models, boolean visitRoot) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ActionModelIterator
-
ActionModelIterator
-
ActionModelIterator
-
ActionModelIterator
-
-
Method Details
-
getParent
-
getDepth
public int getDepth() -
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ActionModel>
-
next
- Specified by:
next
in interfaceIterator<ActionModel>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ActionModel>
-