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:
acceptin interfaceTreeSearch- Parameters:
f- the current figure in the traversal- Returns:
trueif the figure is accepted- See Also:
-
prune
Always returnsfalse.- Specified by:
prunein interfaceTreeSearch- Parameters:
f- the current figure in the traversal- Returns:
trueif the subgraph should be pruned- See Also:
-