|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.css.StyleIterator
public class StyleIterator
Iterates over the styles of an include style sheet.
Field Summary | |
---|---|
protected java.util.Iterator |
iter
The cached iterator. |
protected org.eclipse.birt.report.model.core.Module |
module
Module. |
Constructor Summary | |
---|---|
StyleIterator(CssStyleSheetHandle styleSheet)
Constructs a iterator to return the styles of the given style sheet. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if there is another style to retrieve. |
java.lang.Object |
next()
Returns a handle of the style. |
void |
remove()
Inherited method that is disabled in this iterator; the caller cannot remove styles using this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Iterator iter
protected org.eclipse.birt.report.model.core.Module module
Constructor Detail |
---|
public StyleIterator(CssStyleSheetHandle styleSheet)
styleSheet
- handle to the style sheet for which styles are included. Must
not be null
.Method Detail |
---|
public void remove()
remove
in interface java.util.Iterator
Iterator.remove()
public boolean hasNext()
hasNext
in interface java.util.Iterator
Iterator.hasNext()
public java.lang.Object next()
next
in interface java.util.Iterator
Iterator.next()
,
SharedStyleHandle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |