public abstract class MenuComponent
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

The abstract class MenuComponent is the superclass of all menu-related components. In this respect, the class MenuComponent is analogous to the abstract superclass Component for AWT components.

Menu components receive and process AWT events, just as components do, through the method processEvent.

implements Serializable

Since:  1.0