|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
Iterates over a List
of EditPolcies, skipping any null
values
encountered.
Constructor Summary | |
AbstractEditPart.EditPolicyIterator(List list)
Constructs an Iterator for the given List . |
Method Summary | |
boolean |
hasNext()
Availabilty of further EditPolicies
is returned |
EditPolicy |
next()
Returns the next non- null EditPolicy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractEditPart.EditPolicyIterator(List list)
List
.
list
- the list of policies.Method Detail |
public EditPolicy next()
null
EditPolicy.
null
EditPolicy.public boolean hasNext()
EditPolicies
is returned
boolean
representing availability
of the next EditPolicy
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |