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 SummaryFields
- 
Method Summary
- 
Field Details- 
INSTANCEThe singleton instance.
 
- 
- 
Method Details- 
acceptAlways returnstrue.- Specified by:
- acceptin interface- TreeSearch
- Parameters:
- f- the current figure in the traversal
- Returns:
- trueif the figure is accepted
- See Also:
 
- 
pruneAlways returnsfalse.- Specified by:
- prunein interface- TreeSearch
- Parameters:
- f- the current figure in the traversal
- Returns:
- trueif the subgraph should be pruned
- See Also:
 
 
-