|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt
Interface MenuContainer

- public interface MenuContainer
This interface is a container for menu components.
- Since:
- 1.0
| Method Summary | |
Font |
getFont()
Returns the font in use by this container. |
boolean |
postEvent(Event event)
Deprecated. use MenuComponent.dispatchEvent(AWTEvent) 55 instead |
void |
remove(MenuComponent component)
Removes the specified menu component from the menu. |
| Method Detail |
getFont
public Font getFont()
- Returns the font in use by this container.
remove
public void remove(MenuComponent component)
- Removes the specified menu component from the menu.
postEvent
public boolean postEvent(Event event)
- Deprecated. use
MenuComponent.dispatchEvent(AWTEvent)55 instead- Posts an event to the listeners.
- Posts an event to the listeners.
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC