Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.device
Class InputMethodEvent  view InputMethodEvent download InputMethodEvent.java

java.lang.Object
  extended bycom.barteo.emulator.device.InputMethodEvent

public class InputMethodEvent
extends java.lang.Object


Field Summary
(package private)  int caret
           
static int CARET_POSITION_CHANGED
           
static int INPUT_METHOD_TEXT_CHANGED
           
(package private)  java.lang.String text
           
(package private)  int type
           
 
Constructor Summary
InputMethodEvent(int type, int caret, java.lang.String text)
           
 
Method Summary
 int getCaret()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CARET_POSITION_CHANGED

public static final int CARET_POSITION_CHANGED
See Also:
Constant Field Values

INPUT_METHOD_TEXT_CHANGED

public static final int INPUT_METHOD_TEXT_CHANGED
See Also:
Constant Field Values

type

int type

caret

int caret

text

java.lang.String text
Constructor Detail

InputMethodEvent

public InputMethodEvent(int type,
                        int caret,
                        java.lang.String text)
Method Detail

getCaret

public int getCaret()

getText

public java.lang.String getText()