|
GEF (MVC) 3.8.1.201211122107 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.AutoexposeHelper.Search
public static class 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
|
GEF (MVC) 3.8.1.201211122107 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |