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

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodRequests.java128 int getInsertPositionOffset(); method in interface:InputMethodRequests
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionAreaHandler.java295 public int getInsertPositionOffset() { method in class:CompositionAreaHandler
298 return req.getInsertPositionOffset();
H A DInputMethodContext.java290 * Calls the current client component's implementation of getInsertPositionOffset.
292 public int getInsertPositionOffset() { method in class:InputMethodContext
293 return getReq().getInsertPositionOffset();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java4625 public int getInsertPositionOffset() { method in class:JTextComponent.InputMethodRequestsHandler

Completed in 370 milliseconds