|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.core.MiContainerIterator
This class iterates over parts of a MiContainer. It is used by the MiEditorIterator to iterate through parts of each editor layer.
| Constructor Summary | |
MiContainerIterator(MiPart container)
Contructs a new MiContainerIterator. |
|
MiContainerIterator(MiPart container,
boolean startAtBeginning,
boolean iterateIntoPartsOfParts,
boolean iteratateIntoAttachmentsOfParts)
Contructs a new MiContainerIterator. |
|
| Method Summary | |
MiPart |
getNext()
Gets the next part. |
MiPart |
getPrevious()
Gets the previous part. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MiContainerIterator(MiPart container)
container - the container to iterate through
public MiContainerIterator(MiPart container,
boolean startAtBeginning,
boolean iterateIntoPartsOfParts,
boolean iteratateIntoAttachmentsOfParts)
container - the container to iterate
throughstartAtBeginning - true if the internal cursor
is set to the first part in
the containeriterateIntoPartsOfParts - true if parts of parts are
iterated throughiteratateIntoAttachmentsOfParts - true if attachments of parts are
iterated through| Method Detail |
public MiPart getNext()
getNext in interface MiiIteratorpublic MiPart getPrevious()
getPrevious in interface MiiIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||