|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
fr.ove.openmath.mathematica.events.PanelJomesEvent
The event generated by a PanelJomes
| Field Summary | |
static int |
UPDATE
|
static int |
UPDATE_REQUEST
The different actions associated with the event. |
static int |
UPDATE_RESULT
|
static int |
UPDATE_SELECTION
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PanelJomesEvent(java.lang.Object src)
The constructor. |
|
| Method Summary | |
int |
getAction()
Returns the action associated with the event. |
java.lang.Object |
getArgument()
Returns the argument of the action. |
void |
setAction(int action,
java.lang.Object argument)
Sets the action and its argument, if necessary, to execute to the event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int UPDATE_REQUEST
public static final int UPDATE_RESULT
public static final int UPDATE
public static final int UPDATE_SELECTION
| Constructor Detail |
public PanelJomesEvent(java.lang.Object src)
src - the object which produces this event.| Method Detail |
public void setAction(int action,
java.lang.Object argument)
action - the action to execute.argument - the action argument. If the action don't need
an argument, it must be sets to null.public int getAction()
public java.lang.Object getArgument()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||