| |
|
| java.awt.peer.TextFieldPeer
TextFieldPeer | public interface TextFieldPeer extends TextComponentPeer(Code) | | 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.
|
minimumSize | Dimension minimumSize(int cols)(Code) | | DEPRECATED: Replaced by getMinimumSize(int).
|
preferredSize | Dimension preferredSize(int cols)(Code) | | DEPRECATED: Replaced by getPreferredSize(int).
|
setEchoChar | void setEchoChar(char echoChar)(Code) | | |
setEchoCharacter | void setEchoCharacter(char c)(Code) | | DEPRECATED: Replaced by setEchoChar(char echoChar).
|
|
|
|