|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--wtanaka.praya.EditorEvent
Thrown if an editor is added to the EditorManager with a name that already exists in that EditorManager. Not sure if this is still used.
Return to
or the Praya Homepage
| Field Summary | |
private java.lang.String |
auxData
Deprecated. |
static int |
DOCKEDITOR
Deprecated. |
private int |
eventType
Deprecated. |
private Recipient |
recipient
Deprecated. |
static int |
SENDCOMMAND
Deprecated. |
static int |
SENDMESSAGE
Deprecated. |
static int |
TEXTCHANGED
Deprecated. |
| Constructor Summary | |
EditorEvent(int type,
Recipient recipient)
Deprecated. |
|
EditorEvent(int type,
Recipient recipient,
java.lang.String auxData)
Deprecated. |
|
| Method Summary | |
java.lang.String |
getAuxData()
Deprecated. |
int |
getEventType()
Deprecated. |
Recipient |
getRecipient()
Deprecated. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int SENDMESSAGE
public static final int DOCKEDITOR
public static final int SENDCOMMAND
public static final int TEXTCHANGED
private int eventType
private java.lang.String auxData
private Recipient recipient
| Constructor Detail |
public EditorEvent(int type,
Recipient recipient)
recipient: - required for SENDMESSAGE
public EditorEvent(int type,
Recipient recipient,
java.lang.String auxData)
recipient: - required for SENDMESSAGE| Method Detail |
public int getEventType()
public java.lang.String getAuxData()
public Recipient getRecipient()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||