java.awt.peer
Interface MenuComponentPeer

All Known Subinterfaces:
CheckboxMenuItemPeer, MenuBarPeer, MenuItemPeer, MenuPeer, PopupMenuPeer

public interface MenuComponentPeer

Disabled: no SafeJ information.

The base interface for all kinds of menu components. This is used by MenuComponent. 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 dispose()
          Disposes the menu component.
 void setFont(Font f)
          Sets the font for the menu component.
 

Method Detail

dispose

void dispose()
Class is disabled.

Disposes the menu component.

See Also:
MenuComponent.removeNotify()

setFont

void setFont(Font f)
Class is disabled.

Sets the font for the menu component.

Parameters:
f - the font to use for the menu component
See Also:
MenuComponent.setFont(Font)