java.awt
Interface MenuContainer
java.lang.Object
|
+--java.awt.MenuContainer
public interface MenuContainer
This interface is a container for menu components.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
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: