wtanaka.praya
Class EditorEvent

java.lang.Object
  |
  +--wtanaka.praya.EditorEvent

Deprecated. Not sure if this is still used

public class EditorEvent
extends java.lang.Object

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 Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 18:07:12 $
Author:
$Author: wtanaka $

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

SENDMESSAGE

public static final int SENDMESSAGE
Deprecated. 

DOCKEDITOR

public static final int DOCKEDITOR
Deprecated. 

SENDCOMMAND

public static final int SENDCOMMAND
Deprecated. 

TEXTCHANGED

public static final int TEXTCHANGED
Deprecated. 

eventType

private int eventType
Deprecated. 

auxData

private java.lang.String auxData
Deprecated. 

recipient

private Recipient recipient
Deprecated. 
Constructor Detail

EditorEvent

public EditorEvent(int type,
                   Recipient recipient)
Deprecated. 
Parameters:
recipient: - required for SENDMESSAGE

EditorEvent

public EditorEvent(int type,
                   Recipient recipient,
                   java.lang.String auxData)
Deprecated. 
Parameters:
recipient: - required for SENDMESSAGE
Method Detail

getEventType

public int getEventType()
Deprecated. 

getAuxData

public java.lang.String getAuxData()
Deprecated. 

getRecipient

public Recipient getRecipient()
Deprecated.