API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.peer. ButtonPeer View Source
Author(s)
Since
Version
Serial
Hierarchy
 ComponentPeer
      ButtonPeer
Subinterfaces
Description
public interface ButtonPeer
  The peer interfaces are intended only for use in porting the AWT.
See also:   
Methods
Hide/Show inherited methods
public void setLabel (String label)
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