|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.omGraphics.event.EOMGEvent
Field Summary | |
protected java.awt.Cursor |
cursor
The Cursor that should be active after this event is received. |
static int |
EOMG_AUX
This is a state where something different or extra is being done. |
static int |
EOMG_DEFINED
The Graphic is defined and in a stable state without the grab points active. |
static int |
EOMG_EDIT
The Graphic is defined, in a state of flux. |
static int |
EOMG_SELECTED
The Graphic is defined, in a stable state with the grab points active. |
static int |
EOMG_UNDEFINED
Nothing about the graphic is known or defined. |
protected java.lang.String |
message
An instructional/error message that should be presented to the user. |
protected java.awt.event.MouseEvent |
mouseEvent
A java MouseEvent that might have caused this EOMGEvent. |
protected EditableOMGraphic |
source
The EOMG in question. |
Constructor Summary | |
EOMGEvent()
Deactivation event. |
|
EOMGEvent(EditableOMGraphic source,
java.awt.Cursor cursor,
java.lang.String message,
java.awt.event.MouseEvent me)
Create an Event. |
Method Summary | |
java.awt.Cursor |
getCursor()
|
java.lang.String |
getMessage()
|
java.awt.event.MouseEvent |
getMouseEvent()
|
EditableOMGraphic |
getSource()
|
void |
setCursor(java.awt.Cursor cur)
|
void |
setMessage(java.lang.String message)
|
void |
setMouseEvent(java.awt.event.MouseEvent me)
|
void |
setSource(EditableOMGraphic eomg)
|
boolean |
shouldDeactivate()
|
boolean |
shouldShowGUI()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EOMG_UNDEFINED
public static final int EOMG_DEFINED
public static final int EOMG_SELECTED
public static final int EOMG_EDIT
public static final int EOMG_AUX
protected EditableOMGraphic source
protected java.awt.Cursor cursor
protected java.lang.String message
protected java.awt.event.MouseEvent mouseEvent
Constructor Detail |
public EOMGEvent(EditableOMGraphic source, java.awt.Cursor cursor, java.lang.String message, java.awt.event.MouseEvent me)
public EOMGEvent()
Method Detail |
public void setSource(EditableOMGraphic eomg)
public EditableOMGraphic getSource()
public void setCursor(java.awt.Cursor cur)
public java.awt.Cursor getCursor()
public void setMessage(java.lang.String message)
public java.lang.String getMessage()
public void setMouseEvent(java.awt.event.MouseEvent me)
public java.awt.event.MouseEvent getMouseEvent()
public boolean shouldShowGUI()
public boolean shouldDeactivate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |