FileDocCategorySizeDatePackage
MenuContainer.javaAPI DocAndroid 1.5 API1623Wed May 06 22:41:54 BST 2009java.awt

MenuContainer

public interface MenuContainer
The MenuContainer interface represents all menu containers.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.awt.FontgetFont()
Gets the Font of the MenuContainer.

return
the font of the MenuContainer.

public booleanpostEvent(java.awt.Event e)
Posts an Event.

param
e the Event.
return
true if the event is posted successfully, false otherwise.
deprecated
Replaced by dispatchEvent method.

public voidremove(java.awt.MenuComponent c)
Removes the specified MenuComponent from the MenuContainer.

param
c the MenuComponent.