|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
, TextComponentPeer

public interface TextAreaPeer

The peer interfaces are intended only for use in porting the AWT. They are not intended for use by application developers, and developers should not implement peers nor invoke any of the peer methods directly on the peer instances.
| Field Summary |
|---|
Fields inherited from interface java.awt.peer.ComponentPeer ![]() |
|---|
DEFAULT_OPERATION |
| Method Summary | |
|---|---|
Dimension |
getMinimumSize
|
Dimension |
getPreferredSize
|
void |
insert
|
void |
insertText
DEPRECATED: Replaced by insert(String, int). |
Dimension |
minimumSize
DEPRECATED: Replaced by getMinimumSize(int, int). |
Dimension |
preferredSize
DEPRECATED: Replaced by getPreferredSize(int, int). |
void |
replaceRange
|
void |
replaceText
DEPRECATED: Replaced by ReplaceRange(String, int, int). |
Methods inherited from interface java.awt.peer.TextComponentPeer ![]() |
|---|
filterEvents |
Methods inherited from interface java.awt.peer.ComponentPeer ![]() |
|---|
canDetermineObscurity |
| Method Detail |
|---|

void insert(String![]()
![]()
text, int pos)

void replaceRange(String![]()
![]()
text, int start, int end)

Dimension![]()
![]()
getPreferredSize(int rows, int columns)

Dimension![]()
![]()
getMinimumSize(int rows, int columns)

void insertText(String![]()
![]()
txt, int pos)

void replaceText(String![]()
![]()
txt, int start, int end)

Dimension![]()
![]()
preferredSize(int rows, int cols)

Dimension![]()
![]()
minimumSize(int rows, int cols)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||