Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt
Interface MenuContainer  view MenuContainer download MenuContainer.java

All Known Implementing Classes:
Component, Frame, Menu, MenuBar

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.