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.draw2d
Classes in org.eclipse.draw2d that implement TreeSearchModifier and TypeClassDescriptionclass
ATreeSearch
that excludes figures contained in aCollection
.protected static final class
A search which does not filter any figures. since 3.0Fields in org.eclipse.draw2d declared as TreeSearchModifier and TypeFieldDescriptionstatic final TreeSearch
Figure.IdentitySearch.INSTANCE
The singleton instance.Methods in org.eclipse.draw2d with parameters of type TreeSearchModifier and TypeMethodDescriptionprotected IFigure
Figure.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.