com.swfm.mica.core
Interface MiiIterator

All Known Implementing Classes:
MiContainerIterator, MiEditorIterator

public interface MiiIterator

The interface defines an API for iterating through graphics structures as if they were a 1-dimensional list.

Version:
%I% %G%
Author:
Michael L. Davis

Method Summary
 MiPart getNext()
          Gets the next part.
 MiPart getPrevious()
          Gets the previous part.
 

Method Detail

getNext

public MiPart getNext()
Gets the next part. Null is returned if there are no more parts.

Returns:
the next part

getPrevious

public MiPart getPrevious()
Gets the previous part. Null is returned if there are no previous parts.

Returns:
the previous part