|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.Figure.IdentitySearch
A search which does not filter any figures. since 3.0
Field Summary | |
static TreeSearch |
INSTANCE
The singleton instance. |
Method Summary | |
boolean |
accept(IFigure f)
Always returns true . |
boolean |
prune(IFigure f)
Always returns false . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final TreeSearch INSTANCE
Method Detail |
public boolean accept(IFigure f)
true
.
accept
in interface TreeSearch
f
- the current figure in the traversal
true
if the figure is acceptedTreeSearch.accept(IFigure)
public boolean prune(IFigure f)
false
.
prune
in interface TreeSearch
f
- the current figure in the traversal
true
if the subgraph should be prunedTreeSearch.prune(IFigure)
|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |