|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.editparts.AbstractEditPart.EditPolicyIterator
protected static class AbstractEditPart.EditPolicyIterator
Iterates over a List
of EditPolcies, skipping any
null
values encountered.
Constructor Summary | |
---|---|
AbstractEditPart.EditPolicyIterator(java.util.List list)
Deprecated. this constructor should not be used |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if there is a next edit policy. |
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(java.util.List list)
List
.
list
- the list of policies.Method Detail |
---|
public EditPolicy next()
null
EditPolicy.
null
EditPolicy.public boolean hasNext()
true
if there is a next edit policy.
true
if there is a next policy
|
Eclipse GEF 3.8.1.201208200205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |