Interface java.awt.peer.TextFieldPeer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.awt.peer.TextFieldPeer

public interface TextFieldPeer
extends Object
extends TextComponentPeer

Method Index

 o minimumSize(int)
 o preferredSize(int)
 o setEchoCharacter(char)

Methods

 o setEchoCharacter
  public abstract void setEchoCharacter(char c)
 o preferredSize
  public abstract Dimension preferredSize(int cols)
 o minimumSize
  public abstract Dimension minimumSize(int cols)

All Packages  Class Hierarchy  This Package  Previous  Next  Index