Searched defs:selStart (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DTextComponentPeer.java90 * @param selStart the start index of the new selection
95 void select(int selStart, int selEnd); argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextComponentPeer.java161 public final void select(final int selStart, final int selEnd) { argument
163 getTextComponent().select(selStart, selEnd);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWTextComponentPeer.java49 public native void select(int selStart, int selEnd); argument

Completed in 135 milliseconds