Package org.eclipse.gef
Class AutoexposeHelper.Search
java.lang.Object
org.eclipse.gef.AutoexposeHelper.Search
- All Implemented Interfaces:
EditPartViewer.Conditional
- Enclosing interface:
- AutoexposeHelper
Used with EditPartViewers to find the AutoexposeHelper at a Point. Clients
can instantiate the search, call
EditPartViewer.findObjectAtExcluding(Point,Collection, EditPartViewer.Conditional)
, and then check the result
field.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearch
(org.eclipse.draw2d.geometry.Point pt) Constructs a new Search at a point on the viewer. -
Method Summary
-
Field Details
-
result
-
-
Constructor Details
-
Search
public Search(org.eclipse.draw2d.geometry.Point pt) Constructs a new Search at a point on the viewer.- Parameters:
pt
- the mouse location
-
-
Method Details
-
evaluate
Description copied from interface:EditPartViewer.Conditional
Returnstrue
if the editpart meets this condition.- Specified by:
evaluate
in interfaceEditPartViewer.Conditional
- Parameters:
editpart
- the editpart being evaluated- Returns:
true
if the editpart meets the condition
-