Package org.eclipse.draw2d
Class Figure.IdentitySearch
java.lang.Object
org.eclipse.draw2d.Figure.IdentitySearch
- All Implemented Interfaces:
TreeSearch
- Enclosing class:
- Figure
A search which does not filter any figures. since 3.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
The singleton instance.
-
-
Method Details
-
accept
Always returnstrue
.- Specified by:
accept
in interfaceTreeSearch
- Parameters:
f
- the current figure in the traversal- Returns:
true
if the figure is accepted- See Also:
-
prune
Always returnsfalse
.- Specified by:
prune
in interfaceTreeSearch
- Parameters:
f
- the current figure in the traversal- Returns:
true
if the subgraph should be pruned- See Also:
-