Save This Page
Home » openjdk-7 » java » awt » peer » [javadoc | source]
java.awt.peer
public interface: CheckboxPeer [javadoc | source]

All Implemented Interfaces:
    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.
Method from java.awt.peer.CheckboxPeer Summary:
setCheckboxGroup,   setLabel,   setState
Method from java.awt.peer.CheckboxPeer Detail:
 public  void setCheckboxGroup(CheckboxGroup g)
 public  void setLabel(String label)
 public  void setState(boolean state)