home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Java AWT

Previous Chapter 23
java.awt.peer Reference
Next
 

CheckboxMenuItemPeer

Name

CheckboxMenuItemPeer

[Graphic: Figure from the text]

Description

CheckboxMenuItemPeer is an interface that defines the basis for checkbox menu items.

Interface Definition

public abstract interface java.awt.peer.CheckboxMenuItemPeer
   extends java.awt.peer.MenuItemPeer {
  // Interface Methods
  public abstract void setState (boolean condition);
}

Interface Methods

setState

public abstract void setState (boolean condition)

Parameters

condition

New state for checkbox menu item's peer.

Description

Changes the state of checkbox menu item's peer.

See Also

MenuComponentPeer, MenuItemPeer


Previous Home Next
CanvasPeer Book Index CheckboxPeer

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java