|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeSearch | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of TreeSearch in org.eclipse.draw2d |
Classes in org.eclipse.draw2d that implement TreeSearch | |
class |
ExclusionSearch
A TreeSearch that excludes figures contained in a Collection . |
Methods in org.eclipse.draw2d with parameters of type TreeSearch | |
IFigure |
Layer.findFigureAt(int x,
int y,
TreeSearch search)
Overridden to implement transparency. |
IFigure |
IFigure.findFigureAt(int x,
int y,
TreeSearch search)
Returns the IFigure at the specified location based on the conditional TreeSearch. |
protected 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. |
IFigure |
Figure.findFigureAt(int x,
int y,
TreeSearch search)
|
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |