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

- All Known Subinterfaces:
- TextAreaPeer
, TextFieldPeer

public interface TextComponentPeer
- extends ComponentPeer

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.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  |
setEditable

void setEditable(boolean editable)
getText

String
getText()
setText

void setText(String
l)
getSelectionStart

int getSelectionStart()
getSelectionEnd

int getSelectionEnd()
select

void select(int selStart,
int selEnd)
setCaretPosition

void setCaretPosition(int pos)
getCaretPosition

int getCaretPosition()
getIndexAtPoint

int getIndexAtPoint(int x,
int y)
getCharacterBounds

Rectangle
getCharacterBounds(int i)
filterEvents

long filterEvents(long mask)
getInputMethodRequests

InputMethodRequests
getInputMethodRequests()