Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Interface java.awt.MenuContainer

public interface MenuContainer

The super class of all menu related containers.


Method Index

getFont()
postEvent(Event)
Deprecated.
remove(MenuComponent)

Methods

getFont
 public abstract Font getFont()
remove
 public abstract void remove(MenuComponent comp)
postEvent
 public abstract boolean postEvent(Event evt)
Note: postEvent() is deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)