Package org.eclipse.draw2d
Class Figure.FigureIterator
java.lang.Object
org.eclipse.draw2d.Figure.FigureIterator
- Direct Known Subclasses:
Figure.ReverseFigureChildrenIterator
- Enclosing class:
Figure
Deprecated.
use ReverseFigureChildrenIterator instead
Iterates over a Figure's children in reverse order.
-
Constructor Summary
ConstructorsConstructorDescriptionFigureIterator(IFigure figure) Deprecated.Constructs a new FigureIterator for the given Figure. -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()Deprecated.Returnstrueif there's another Figure to iterate over.Deprecated.Returns the next Figure.
-
Constructor Details
-
FigureIterator
Deprecated.Constructs a new FigureIterator for the given Figure.- Parameters:
figure- The Figure whose children to iterate over
-
-
Method Details
-
nextFigure
Deprecated.Returns the next Figure.- Returns:
- The next Figure
-
hasNext
public boolean hasNext()Deprecated.Returnstrueif there's another Figure to iterate over.- Returns:
trueif there's another Figure to iterate over
-