|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--OME.ViewContext
This class is convey certain information about the state of a particular view to a PluginMethod when the latter is called. At the moment the information conveyed includes
Method Summary | |
View.Location |
associatedLocation()
Returns the View.Location associated with the initiation of the call to the method (typically a mouse click). |
ViewObject |
associatedObject()
Returns the ViewObject that is at the associatedLocation (if any). |
java.util.Collection |
selectedObjects()
Returns a Collection of ViewObjects that were selected when the method was intiated. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public View.Location associatedLocation()
public ViewObject associatedObject()
public java.util.Collection selectedObjects()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |