|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextFieldPeer
Disabled: no SafeJ information.
The peer interface for TextField
.
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, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
Method Summary | |
---|---|
Dimension |
getMinimumSize(int columns)
Returns the minimum size of the text field with the specified number of columns. |
Dimension |
getPreferredSize(int columns)
Returns the preferred size of the text field with the specified number of columns. |
void |
setEchoChar(char echoChar)
Sets the echo character. |
Methods inherited from interface java.awt.peer.TextComponentPeer |
---|
getCaretPosition, getInputMethodRequests, getSelectionEnd, getSelectionStart, getText, select, setCaretPosition, setEditable, setText |
Method Detail |
---|
void setEchoChar(char echoChar)
echoChar
- the echo character to setTextField.getEchoChar()
Dimension getPreferredSize(int columns)
columns
- the number of columns
TextField.getPreferredSize(int)
Dimension getMinimumSize(int columns)
columns
- the number of columns
TextField.getMinimumSize(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |