java.awt.peer
public interface TextAreaPeer extends TextComponentPeer
Method Summary | |
---|---|
Dimension | getMinimumSize(int rows, int cols) |
Dimension | getPreferredSize(int rows, int cols) |
void | insert(String text, int pos) |
void | insertText(String text, int pos) |
Dimension | minimumSize(int rows, int cols) |
Dimension | preferredSize(int rows, int cols) |
void | replaceRange(String text, int start_pos, int end_pos) |
void | replaceText(String text, int start_pos, int end_pos) |