org.nakedobjects.viewer.classic.view
Class ViewActionEvent

java.lang.Object
  extended byorg.nakedobjects.viewer.classic.view.ViewActionEvent

public class ViewActionEvent
extends java.lang.Object


Field Summary
static int ALT
           
static int CTRL
           
static int DROP
           
static int OPEN
           
static int RESULT
           
static int SHIFT
           
 
Constructor Summary
ViewActionEvent(int type, int modifiers, ObjectViewer viewer, java.awt.Point locationOnScreen, NakedObject object)
           
 
Method Summary
 java.awt.Point getLocationOnScreen()
           
 int getModifiers()
           
 NakedObject getObject()
           
 int getType()
           
 ObjectViewer getViewer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ViewActionEvent

public ViewActionEvent(int type,
                       int modifiers,
                       ObjectViewer viewer,
                       java.awt.Point locationOnScreen,
                       NakedObject object)
Method Detail

getLocationOnScreen

public java.awt.Point getLocationOnScreen()

getModifiers

public int getModifiers()

getObject

public NakedObject getObject()

getType

public int getType()

getViewer

public ObjectViewer getViewer()