|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.core.MiIteratorFilter
| Constructor Summary | |
MiIteratorFilter()
|
|
| 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 |
getIterateThroughAllBottomMostItems()
Gets whether all bottommost (parts of editor's current layer) items are to be returned, in addition to all other contraints specified here. |
boolean |
getIterateThroughAllLayers()
Gets whether the iterator will iterate through all layers or just the editor's current layer. |
java.lang.String |
getIterateThroughTaggedItemsOnly()
Gets whether only items with given tag are to be returned. |
void |
setIterateIntoAttachmentsOfParts(boolean flag)
Sets whether iterators should go into the attachments of the MiParts in this editor. |
void |
setIterateIntoPartsOfParts(boolean flag)
Sets whether iterators should go into the parts of the MiParts in this editor. |
void |
setIterateThroughAllBottomMostItems(boolean flag)
Specifies if all bottommost (parts of editor's current layer) items are to be returned, in addition to all other contraints specified here. |
void |
setIterateThroughAllLayers(boolean flag)
Sets whether the iterator will iterate through all layers or just the editor's current layer. |
void |
setIterateThroughTaggedItemsOnly(java.lang.String tag)
Specifies if items with given tag are to be returned or, if null, that only the major items (bottommost, the objects right on top of the editor's current layer) are to be returned (if selectable). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MiIteratorFilter()
| Method Detail |
public void setIterateThroughAllBottomMostItems(boolean flag)
flag - true if return all bottommost itemsgetIterateThroughAllBottomMostItems()public boolean getIterateThroughAllBottomMostItems()
setIterateThroughAllBottomMostItems(boolean)public void setIterateThroughTaggedItemsOnly(java.lang.String tag)
tag - the taggetIterateThroughTaggedItemsOnly()public java.lang.String getIterateThroughTaggedItemsOnly()
setIterateThroughTaggedItemsOnly(java.lang.String)public void setIterateThroughAllLayers(boolean flag)
flag - true if iterate through all layerspublic boolean getIterateThroughAllLayers()
getIterateThroughAllLayers in interface MiiIteratorFilterpublic void setIterateIntoPartsOfParts(boolean flag)
flag - true if iterators are to go into partsgetIterateIntoPartsOfParts(),
getIterateIntoAttachmentsOfParts()public boolean getIterateIntoPartsOfParts()
getIterateIntoPartsOfParts in interface MiiIteratorFiltersetIterateIntoPartsOfParts(boolean),
setIterateIntoAttachmentsOfParts(boolean)public void setIterateIntoAttachmentsOfParts(boolean flag)
flag - true if iterators are to go into attachmentsgetIterateIntoAttachmentsOfParts(),
getIterateIntoPartsOfParts()public boolean getIterateIntoAttachmentsOfParts()
getIterateIntoAttachmentsOfParts in interface MiiIteratorFiltersetIterateIntoAttachmentsOfParts(boolean),
setIterateIntoPartsOfParts(boolean)public boolean accept(MiPart part)
accept in interface MiiIteratorFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||