|
GEF (MVC) 3.9.0.201308190730 |
|||||||||
| 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 location| Method Detail |
|---|
public boolean evaluate(EditPart editpart)
EditPartViewer.Conditionaltrue if the editpart meets this condition.
evaluate in interface EditPartViewer.Conditionaleditpart - the editpart being evaluated
true if the editpart meets the condition
|
GEF (MVC) 3.9.0.201308190730 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||