org.nakedobjects.viewer.classic.view
Class ViewActionEvent
java.lang.Object
org.nakedobjects.viewer.classic.view.ViewActionEvent
- public class ViewActionEvent
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESULT
public static final int RESULT
- See Also:
- Constant Field Values
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
DROP
public static final int DROP
- See Also:
- Constant Field Values
ALT
public static final int ALT
- See Also:
- Constant Field Values
CTRL
public static final int CTRL
- See Also:
- Constant Field Values
SHIFT
public static final int SHIFT
- See Also:
- Constant Field Values
ViewActionEvent
public ViewActionEvent(int type,
int modifiers,
ObjectViewer viewer,
java.awt.Point locationOnScreen,
NakedObject object)
getLocationOnScreen
public java.awt.Point getLocationOnScreen()
getModifiers
public int getModifiers()
getObject
public NakedObject getObject()
getType
public int getType()
getViewer
public ObjectViewer getViewer()