java.awt.peer
Interface CheckboxMenuItemPeer
- All Superinterfaces:
- MenuComponentPeer, MenuItemPeer
public interface CheckboxMenuItemPeer
- extends MenuItemPeer
Disabled: no SafeJ information.
The peer interface for CheckboxMenuItem
.
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 Summary |
void |
setState(boolean t)
Sets the state of the checkbox to be checked (true ) or
unchecked (false ). |
setState
void setState(boolean t)
- Class is disabled.
- Sets the state of the checkbox to be checked (
true
) or
unchecked (false
).
- Parameters:
t
- the state to set on the checkbox- See Also:
setState(boolean)