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 SummaryConstructorsConstructorDescriptionFigureIterator(IFigure figure) Deprecated.Constructs a new FigureIterator for the given Figure.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhasNext()Deprecated.Returnstrueif there's another Figure to iterate over.Deprecated.Returns the next Figure.
- 
Constructor Details- 
FigureIteratorDeprecated.Constructs a new FigureIterator for the given Figure.- Parameters:
- figure- The Figure whose children to iterate over
 
 
- 
- 
Method Details- 
nextFigureDeprecated.Returns the next Figure.- Returns:
- The next Figure
 
- 
hasNextpublic boolean hasNext()Deprecated.Returnstrueif there's another Figure to iterate over.- Returns:
- trueif there's another Figure to iterate over
 
 
-