|
Eclipse GEF 3.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.AutoexposeHelper.Search
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 | |
AutoexposeHelper |
result
|
Constructor Summary | |
AutoexposeHelper.Search(Point pt)
Constructs a new Search at a point on the viewer. |
Method Summary | |
boolean |
evaluate(EditPart editpart)
Returns true if the editpart meets this condition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public AutoexposeHelper result
Constructor Detail |
public AutoexposeHelper.Search(Point pt)
pt
- the mouse locationMethod Detail |
public boolean evaluate(EditPart editpart)
EditPartViewer.Conditional
true
if the editpart meets this condition.
evaluate
in interface EditPartViewer.Conditional
editpart
- the editpart being evaluated
true
if the editpart meets the condition
|
Eclipse GEF 3.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |