Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt

Interface MenuContainer

java.lang.Object
|
+--java.awt.MenuContainer


public interface MenuContainer

This interface is a container for menu components.

Since:Author:

Method Summary

java.awt.FontgetFont()

Returns the font in use by this container.
booleanpostEvent(java.awt.Event event)

Posts an event to the listeners.
voidremove(java.awt.MenuComponent component)

Removes the specified menu component from the menu.

Method Details

getFont

public Font getFont()

Returns the font in use by this container.

Returns:


postEvent

public boolean postEvent(java.awt.Event event)

Posts an event to the listeners.

Parameters:


remove

public void remove(java.awt.MenuComponent component)

Removes the specified menu component from the menu.

Parameters: