java.awt
public interface MenuContainer
Since: 1.0
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
Font | getFont()
Returns the font in use by this container.
|
boolean | postEvent(Event event)
Posts an event to the listeners.
|
void | remove(MenuComponent component)
Removes the specified menu component from the menu.
|
Returns: the menu font
Deprecated: use {@link MenuComponent#dispatchEvent(AWTEvent)} instead
Posts an event to the listeners.Parameters: event the event to dispatch
Parameters: component the menu component to remove