Home
last modified time | relevance | path

Searched refs:getLineEndOffset (Results 1 – 25 of 77) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java348 int endOffset = getLineEndOffset(row); in changeCaretPosition()
472 public int getLineEndOffset(final int i) {
476 return ((JTextArea) getSource()).getLineEndOffset(i);
/dports/editors/jedit/installer/macros/Emacs/
H A DEmacs_Align_Decls.bsh15 lineEnd = textArea.getLineEndOffset (caretLine);
H A DEmacs_Transpose_Lines.bsh19 lineEnd = textArea.getLineEndOffset (caretLine);
H A DEmacs_Center_Line.bsh23 lineEnd = textArea.getLineEndOffset (caretLine);
/dports/editors/jedit/installer/macros/Clipboard/
H A DCut_Lines.bsh21 stop = textArea.getLineEndOffset(selections[selections.length-1]);
H A DCopy_Lines.bsh20 stop = textArea.getLineEndOffset(selections[selections.length-1]);
H A DCut_Lines_Containing.bsh28 int end = buffer.getLineEndOffset(i);
/dports/editors/jedit/installer/macros/Misc/
H A DDisplay_Character_Code.bsh18 if(caret < textArea.getLineEndOffset(line)-1)
/dports/editors/jedit/installer/macros/Editing/
H A DMove_Lines_Down.bsh62 …selection = new Selection.Range(textArea.getLineStartOffset(startLine), textArea.getLineEndOffset(…
117 …Range(textArea.getLineStartOffset(startLine + 1), Math.min(textArea.getLineEndOffset(endLine + 1),…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/text/AbstractDocument/8190763/
H A DTestCCEOnEditEvent.java122 textArea.setSelectionStart(textArea.getLineEndOffset(0)); in createTextArea()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/
H A DJTextArea.h70 virtual jint getLineEndOffset(jint);
/dports/lang/gnat_util/gcc-6-20180516/libjava/javax/swing/
H A DJTextArea.h70 virtual jint getLineEndOffset(jint);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/javax/swing/
H A DJTextArea.h70 virtual jint getLineEndOffset(jint);

1234