java.awt.peer
public interface TextComponentPeer extends ComponentPeer
Method Summary | |
---|---|
long | filterEvents(long filter) |
int | getCaretPosition() |
Rectangle | getCharacterBounds(int pos) |
int | getIndexAtPoint(int x, int y) |
InputMethodRequests | getInputMethodRequests()
Retrieve this text component peer's input method requests.
|
int | getSelectionEnd() |
int | getSelectionStart() |
String | getText() |
void | select(int start_pos, int end_pos) |
void | setCaretPosition(int pos) |
void | setEditable(boolean editable) |
void | setText(String text) |
Returns: the input method requests made by this text component peer
Since: 1.5