Searched defs:CARET_POSITION_CHANGED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInputMethodEvent.java82 public static final int CARET_POSITION_CHANGED = INPUT_METHOD_FIRST + 1; field in class:InputMethodEvent
123 * when the event type is <code>CARET_POSITION_CHANGED</code>;
139 * or if id is <code>CARET_POSITION_CHANGED</code> and
155 if (id == CARET_POSITION_CHANGED && text != null) {
156 throw new IllegalArgumentException("text must be null for CARET_POSITION_CHANGED");
195 * when the event type is <code>CARET_POSITION_CHANGED</code>;
211 * or if id is <code>CARET_POSITION_CHANGED</code> and
234 * event being constructed as a <code>CARET_POSITION_CHANGED</code> event.
271 * Always null for CARET_POSITION_CHANGED;
359 case CARET_POSITION_CHANGED
[all...]

Completed in 142 milliseconds