public interface

MenuItemPeer

implements MenuComponentPeer
java.awt.peer.MenuItemPeer
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void disable()
DEPRECATED: Replaced by setEnabled(boolean).
abstract void enable()
DEPRECATED: Replaced by setEnabled(boolean).
abstract void setEnabled(boolean b)
abstract void setLabel(String label)
[Expand]
Inherited Methods
From interface java.awt.peer.MenuComponentPeer

Public Methods

public abstract void disable ()

DEPRECATED: Replaced by setEnabled(boolean).

public abstract void enable ()

DEPRECATED: Replaced by setEnabled(boolean).

public abstract void setEnabled (boolean b)

public abstract void setLabel (String label)