FileDocCategorySizeDatePackage
TextComponentPeer.javaAPI DocJava SE 5 API1030Fri Aug 26 14:56:56 BST 2005java.awt.peer

TextComponentPeer

public interface TextComponentPeer implements 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.

Fields Summary
Constructors Summary
Methods Summary
public longfilterEvents(long mask)

public intgetCaretPosition()

public java.awt.RectanglegetCharacterBounds(int i)

public intgetIndexAtPoint(int x, int y)

public java.awt.im.InputMethodRequestsgetInputMethodRequests()

public intgetSelectionEnd()

public intgetSelectionStart()

public java.lang.StringgetText()

public voidselect(int selStart, int selEnd)

public voidsetCaretPosition(int pos)

public voidsetEditable(boolean editable)

public voidsetText(java.lang.String l)