Searched refs:getCharacterBounds (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleText.java111 public Rectangle getCharacterBounds(int i); method in interface:AccessibleText
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWTextComponentPeer.java110 public Rectangle getCharacterBounds(int i) { return null; } method in class:WTextComponentPeer
127 public native Rectangle getCharacterBounds(int i);
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java844 Rectangle getCharacterBounds(int i) { method in class:TextComponent
851 return peer.getCharacterBounds(i);
978 public Rectangle getCharacterBounds(int i) { method in class:TextComponent.AccessibleAWTTextComponent
979 return TextComponent.this.getCharacterBounds(i);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java887 public Rectangle getCharacterBounds(int i) { method in class:ProgressMonitor.AccessibleProgressMonitor
891 Rectangle noteLabelRect = at.getCharacterBounds(i);
H A DJSpinner.java1760 public Rectangle getCharacterBounds(int i) { method in class:JSpinner.AccessibleJSpinner
1763 Rectangle editorRect = at.getCharacterBounds(i);
H A DJLabel.java1196 public Rectangle getCharacterBounds(int i) { method in class:JLabel.AccessibleJLabel
H A DAbstractButton.java2663 public Rectangle getCharacterBounds(int i) { method in class:AbstractButton.AccessibleAbstractButton
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibleText.java257 final Rectangle2D boundsStart = at.getCharacterBounds(location);
258 final Rectangle2D boundsEnd = at.getCharacterBounds(location + length - 1);
H A DCDragSourceContextPeer.java255 Rectangle charBounds = at.getCharacterBounds(i);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java465 public Rectangle getCharacterBounds(int i) { return null; } method in class:XTextFieldPeer
475 public native Rectangle getCharacterBounds(int i);
H A DXTextAreaPeer.java86 public Rectangle getCharacterBounds(int i) { method in class:XTextAreaPeer
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java938 public Rectangle getCharacterBounds(int i) { method in class:AccessibleHTML.TextElementInfo.TextAccessibleContext
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java2790 * Rectangle r = at.getCharacterBounds();
2804 public Rectangle getCharacterBounds(int i) { method in class:JTextComponent.AccessibleJTextComponent

Completed in 849 milliseconds