|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.nakedobjects.viewer.classic.event.action.ObjectActionEvent
| Field Summary | |
static int |
DEIDENTIFIED
Indicates the start of the drag process when a DragDropComponent is first dragged. |
static int |
DESELECTED
Indicates the dragging of a DragDropComponent. |
static int |
DOUBLE_CLICKED
Indicates the DragDropComponent has been dropped and it should be move to the new DragDropComponent location. |
static int |
IDENTIFIED
Indicates the start of the drag process when a DragDropComponent is first dragged. |
static int |
RIGHT_CLICKED
Indicates the DragDropComponent has been dropped onto another DragDropComponent. |
static int |
SELECTED
Indicates the dragging of a DragDropComponent. |
static int |
SHIFT_RIGHT_CLICKED
|
static int |
TRIPLE_CLICKED
Indicates the DragDropComponent has been dropped and it should be copied to the new DragDropComponent location. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ObjectActionEvent(int action,
int modifiers,
java.awt.Component component,
java.awt.Point location)
|
|
| Method Summary | |
int |
getAction()
|
java.awt.Component |
getComponent()
|
java.awt.Point |
getLocation()
|
java.awt.Point |
getLocationOnScreen()
|
int |
getModifiers()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int IDENTIFIED
public static final int DEIDENTIFIED
public static final int SELECTED
public static final int DESELECTED
public static final int DOUBLE_CLICKED
public static final int TRIPLE_CLICKED
public static final int RIGHT_CLICKED
public static final int SHIFT_RIGHT_CLICKED
| Constructor Detail |
public ObjectActionEvent(int action,
int modifiers,
java.awt.Component component,
java.awt.Point location)
| Method Detail |
public int getAction()
public java.awt.Component getComponent()
public java.awt.Point getLocation()
public java.awt.Point getLocationOnScreen()
public int getModifiers()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||