Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

java.awt
Interface MenuContainer

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

public interface MenuContainer

The super class of all menu related containers.


Method Summary
 Font getFont()
           
 boolean postEvent(Event evt)
          Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
 void remove(MenuComponent comp)
           
 

Method Detail

getFont

public Font getFont()

remove

public void remove(MenuComponent comp)

postEvent

public boolean postEvent(Event evt)
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.