public interface

TextFieldPeer

implements TextComponentPeer
java.awt.peer.TextFieldPeer

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface java.awt.peer.ComponentPeer
Public Methods
abstract Dimension getMinimumSize(int columns)
abstract Dimension getPreferredSize(int columns)
abstract Dimension minimumSize(int cols)
DEPRECATED: Replaced by getMinimumSize(int).
abstract Dimension preferredSize(int cols)
DEPRECATED: Replaced by getPreferredSize(int).
abstract void setEchoChar(char echoChar)
abstract void setEchoCharacter(char c)
DEPRECATED: Replaced by setEchoChar(char echoChar).
[Expand]
Inherited Methods
From interface java.awt.peer.ComponentPeer
From interface java.awt.peer.TextComponentPeer

Public Methods

public abstract Dimension getMinimumSize (int columns)

public abstract Dimension getPreferredSize (int columns)

public abstract Dimension minimumSize (int cols)

DEPRECATED: Replaced by getMinimumSize(int).

public abstract Dimension preferredSize (int cols)

DEPRECATED: Replaced by getPreferredSize(int).

public abstract void setEchoChar (char echoChar)

public abstract void setEchoCharacter (char c)

DEPRECATED: Replaced by setEchoChar(char echoChar).