Uses of Interface
org.eclipse.draw2d.TreeSearch
Packages that use TreeSearch
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of TreeSearch in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement TreeSearchModifier and TypeClassDescriptionclassATreeSearchthat excludes figures contained in aCollection.protected static final classA search which does not filter any figures. since 3.0Fields in org.eclipse.draw2d declared as TreeSearchModifier and TypeFieldDescriptionstatic final TreeSearchFigure.IdentitySearch.INSTANCEThe singleton instance.Methods in org.eclipse.draw2d with parameters of type TreeSearchModifier and TypeMethodDescriptionprotected IFigureFigure.findDescendantAtExcluding(int x, int y, TreeSearch search) Returns a descendant of this Figure such that the Figure returned contains the point (x, y), and is accepted by the given TreeSearch.Figure.findFigureAt(int x, int y, TreeSearch search) IFigure.findFigureAt(int x, int y, TreeSearch search) Returns the IFigure at the specified location based on the conditional TreeSearch.Layer.findFigureAt(int x, int y, TreeSearch search) Overridden to implement transparency.