java.awt.peer
Interface TextFieldPeer
- All Superinterfaces:
- ComponentPeer
, TextComponentPeer

public interface TextFieldPeer
- extends TextComponentPeer

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.
Methods inherited from interface java.awt.peer.TextComponentPeer  |
filterEvents , getCaretPosition , getCharacterBounds , getIndexAtPoint , getInputMethodRequests , getSelectionEnd , getSelectionStart , getText , select , setCaretPosition , setEditable , setText  |
Methods inherited from interface java.awt.peer.ComponentPeer  |
canDetermineObscurity , checkImage , coalescePaintEvent , createBuffers , createImage , createImage , createVolatileImage , destroyBuffers , disable , dispose , enable , flip , getBackBuffer , getBounds , getColorModel , getFontMetrics , getGraphics , getGraphicsConfiguration , getLocationOnScreen , getMinimumSize , getPreferredSize , getToolkit , handleEvent , handlesWheelScrolling , hide , isFocusable , isObscured , isReparentSupported , layout , minimumSize , paint , preferredSize , prepareImage , print , repaint , reparent , requestFocus , reshape , setBackground , setBounds , setEnabled , setFont , setForeground , setVisible , show , updateCursorImmediately  |
setEchoChar

void setEchoChar(char echoChar)
getPreferredSize

Dimension
getPreferredSize(int columns)
getMinimumSize

Dimension
getMinimumSize(int columns)
setEchoCharacter

void setEchoCharacter(char c)
- DEPRECATED: Replaced by setEchoChar(char echoChar).
preferredSize

Dimension
preferredSize(int cols)
- DEPRECATED: Replaced by getPreferredSize(int).
minimumSize

Dimension
minimumSize(int cols)
- DEPRECATED: Replaced by getMinimumSize(int).