Interface java.awt.MenuContainer
All Packages    This Package    Previous    Next

Interface java.awt.MenuContainer

public interface MenuContainer
extends Object
The super class of all menu related containers.
Version:
1.2, 08/17/95
Author:
Arthur van Hoff

Method Index

 o getFont()
 o postEvent(Event)
 o remove(MenuComponent)

Methods

 o getFont
  public abstract Font getFont()
 o postEvent
  public abstract void postEvent(Event evt)
 o remove
  public abstract void remove(MenuComponent comp)

All Packages    This Package    Previous    Next