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

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodRequests.java100 Rectangle getTextLocation(TextHitInfo offset); method in interface:InputMethodRequests
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionArea.java263 Rectangle caretRect = req.getTextLocation(null);
284 Rectangle getTextLocation(TextHitInfo offset) { method in class:CompositionArea
H A DCompositionAreaHandler.java266 public Rectangle getTextLocation(TextHitInfo offset) { method in class:CompositionAreaHandler
269 return compositionArea.getTextLocation(offset);
276 return requests.getTextLocation(offset);
H A DInputMethodContext.java276 * Calls the current client component's implementation of getTextLocation.
278 public Rectangle getTextLocation(TextHitInfo offset) { method in class:InputMethodContext
279 return getReq().getTextLocation(offset);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java4660 public Rectangle getTextLocation(TextHitInfo offset) { method in class:JTextComponent.InputMethodRequestsHandler

Completed in 50 milliseconds