com.swfm.mica.core
Interface MiiIteratorFilter

All Known Implementing Classes:
MiIteratorFilter

public interface MiiIteratorFilter

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

Method Summary
 boolean accept(MiPart part)
           
 boolean getIterateIntoAttachmentsOfParts()
          Gets whether iterators should go into the attachments of the parts.
 boolean getIterateIntoPartsOfParts()
          Gets whether iterators should go into the parts of the MiParts in this editor.
 boolean getIterateThroughAllLayers()
          Gets whether the iterator will iterate through all layers or just the editor's current layer.
 

Method Detail

accept

public boolean accept(MiPart part)

getIterateThroughAllLayers

public boolean getIterateThroughAllLayers()
Gets whether the iterator will iterate through all layers or just the editor's current layer.

Returns:
true if iterate through all layers

getIterateIntoPartsOfParts

public boolean getIterateIntoPartsOfParts()
Gets whether iterators should go into the parts of the MiParts in this editor.

Returns:
true if iterators are to go into parts

getIterateIntoAttachmentsOfParts

public boolean getIterateIntoAttachmentsOfParts()
Gets whether iterators should go into the attachments of the parts.

Returns:
true if iterators are to go into attachments