Searched refs:getSelectionEnd (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DTextComponentPeer.java83 * @see TextComponent#getSelectionEnd()
85 int getSelectionEnd(); method in interface:TextComponentPeer
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleText.java180 public int getSelectionEnd(); method in interface:AccessibleText
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWTextComponentPeer.java48 public native int getSelectionEnd(); method in class:WTextComponentPeer
64 select(tc.getSelectionStart(), tc.getSelectionEnd());
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextComponentPeer.java76 final int end = getTarget().getSelectionEnd();
154 public final int getSelectionEnd() { method in class:LWTextComponentPeer
156 return getTextComponent().getSelectionEnd();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSAEditorPane.java55 int end = getSelectionEnd();
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java100 * @see #getSelectionEnd()
214 selectionEnd = peer.getSelectionEnd();
263 return getText().substring(getSelectionStart(), getSelectionEnd());
345 * @see java.awt.TextComponent#getSelectionEnd
374 select(selectionStart, getSelectionEnd());
384 public synchronized int getSelectionEnd() { method in class:TextComponent
387 selectionEnd = peer.getSelectionEnd();
402 * @see java.awt.TextComponent#getSelectionEnd
722 return str + ",selection=" + getSelectionStart() + "-" + getSelectionEnd();
773 selectionEnd = peer.getSelectionEnd();
1036 public int getSelectionEnd() { method in class:TextComponent.AccessibleAWTTextComponent
[all...]
/openjdk7/jdk/test/java/awt/TextArea/UsingWithMouse/
H A DSelectionAutoscrollTest.java166 final int currentSelectionEnd = textArea.getSelectionEnd();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java361 int p1 = getSelectionEnd();
401 int p1 = getSelectionEnd();
H A DProgressMonitor.java1022 public int getSelectionEnd() { method in class:ProgressMonitor.AccessibleProgressMonitor
1025 return at.getSelectionEnd();
H A DJSpinner.java1884 public int getSelectionEnd() { method in class:JSpinner.AccessibleJSpinner
1887 return at.getSelectionEnd();
H A DJLabel.java1462 public int getSelectionEnd() { method in class:JLabel.AccessibleJLabel
H A DAbstractButton.java2929 public int getSelectionEnd() { method in class:AbstractButton.AccessibleAbstractButton
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java87 end = txt.getSelectionEnd();
203 public int getSelectionEnd() { method in class:XTextFieldPeer
204 return xtext.getSelectionEnd();
303 int selEnd=xtext.getSelectionEnd();
H A DXTextAreaPeer.java147 int end = target.getSelectionEnd();
448 public int getSelectionEnd() { method in class:XTextAreaPeer
449 return jtext.getSelectionEnd();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java448 int p1 = editor.getSelectionEnd();
475 int p1 = editor.getSelectionEnd();
H A DJTextComponent.java1841 select(selectionStart, getSelectionEnd());
1851 public int getSelectionEnd() { method in class:JTextComponent
2911 public int getSelectionEnd() { method in class:JTextComponent.AccessibleJTextComponent
2912 return JTextComponent.this.getSelectionEnd();
3973 int p1 = text.getSelectionEnd();
H A DPlainView.java258 sel1 = host.getSelectionEnd();
H A DWrappedPlainView.java360 sel1 = host.getSelectionEnd();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibleText.java83 final int selectionEnd = aet.getSelectionEnd();
151 ret[1] = at.getSelectionEnd();
H A DCDragSourceContextPeer.java229 int selectionEnd = component.getSelectionEnd();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java1197 public int getSelectionEnd() { method in class:AccessibleHTML.TextElementInfo.TextAccessibleContext
1198 return editor.getSelectionEnd();
1889 end <= editor.getSelectionEnd();
1923 end <= editor.getSelectionEnd();
1955 end <= editor.getSelectionEnd();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java2283 int endPosition = c.getSelectionEnd();
2395 p1 = exportComp.getSelectionEnd();

Completed in 93 milliseconds