java.awt.peer
Interface CheckboxMenuItemPeer
- All Superinterfaces:
- MenuComponentPeer, MenuItemPeer
public interface CheckboxMenuItemPeer
- extends MenuItemPeer
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)
- 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)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.