API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.peer. TextComponentPeer View Source
Author(s)
Since
Version
Serial
Hierarchy
 ComponentPeer
      TextComponentPeer
Subinterfaces
Description
public interface TextComponentPeer
  The peer interfaces are intended only for use in porting the AWT.
See also:   
Methods
Hide/Show inherited methods
public long filterEvents (long mask)
public int getCaretPosition ()
public Rectangle getCharacterBounds (int i)
public int getIndexAtPoint (int x, int y)
public InputMethodRequests getInputMethodRequests ()
public int getSelectionEnd ()
public int getSelectionStart ()
public String getText ()
public void select (int selStart, int selEnd)
public void setCaretPosition (int pos)
public void setEditable (boolean editable)
public void setText (String l)
Fields
Hide/Show inherited fields
publicfinalstatic int DEFAULT_OPERATION = "3" [Inherited From ComponentPeer]
publicfinalstatic int NO_EMBEDDED_CHECK = "16384" [Inherited From ComponentPeer]
publicfinalstatic int RESET_OPERATION = "5" [Inherited From ComponentPeer]
publicfinalstatic int SET_BOUNDS = "3" [Inherited From ComponentPeer]
publicfinalstatic int SET_CLIENT_SIZE = "4" [Inherited From ComponentPeer]
publicfinalstatic int SET_LOCATION = "1" [Inherited From ComponentPeer]
publicfinalstatic int SET_SIZE = "2" [Inherited From ComponentPeer]
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar