jdk/src/share/classes/java/awt/event/InputMethodEvent.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    31 import java.awt.font.TextHitInfo;
    31 import java.awt.font.TextHitInfo;
    32 import java.io.IOException;
    32 import java.io.IOException;
    33 import java.io.ObjectInputStream;
    33 import java.io.ObjectInputStream;
    34 import java.text.AttributedCharacterIterator;
    34 import java.text.AttributedCharacterIterator;
    35 import java.text.CharacterIterator;
    35 import java.text.CharacterIterator;
       
    36 import javax.tools.annotation.GenerateNativeHeader;
    36 
    37 
    37 /**
    38 /**
    38  * Input method events contain information about text that is being
    39  * Input method events contain information about text that is being
    39  * composed using an input method. Whenever the text changes, the
    40  * composed using an input method. Whenever the text changes, the
    40  * input method sends an event. If the text component that's currently
    41  * input method sends an event. If the text component that's currently
    53  * always precedes composed text.
    54  * always precedes composed text.
    54  *
    55  *
    55  * @author JavaSoft Asia/Pacific
    56  * @author JavaSoft Asia/Pacific
    56  * @since 1.2
    57  * @since 1.2
    57  */
    58  */
    58 
    59 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    60 @GenerateNativeHeader
    59 public class InputMethodEvent extends AWTEvent {
    61 public class InputMethodEvent extends AWTEvent {
    60 
    62 
    61     /**
    63     /**
    62      * Serial Version ID.
    64      * Serial Version ID.
    63      */
    65      */