|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
Dimension |
getMinimumSize(int columns)
|
Dimension |
getPreferredSize(int columns)
|
Dimension |
minimumSize(int cols)
DEPRECATED: Replaced by getMinimumSize(int). |
Dimension |
preferredSize(int cols)
DEPRECATED: Replaced by getPreferredSize(int). |
void |
setEchoChar(char echoChar)
|
void |
setEchoCharacter(char c)
DEPRECATED: Replaced by setEchoChar(char echoChar). |
Methods inherited from interface java.awt.peer.TextComponentPeer |
filterEvents, getCaretPosition, getCharacterBounds, getIndexAtPoint, 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, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isObscured, minimumSize, paint, preferredSize, prepareImage, print, repaint, requestFocus, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show, updateCursorImmediately |
Method Detail |
public void setEchoChar(char echoChar)
public Dimension getPreferredSize(int columns)
public Dimension getMinimumSize(int columns)
public void setEchoCharacter(char c)
public Dimension preferredSize(int cols)
public Dimension minimumSize(int cols)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |