This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


java.awt
interface MenuContainer

All Known Implementing Classes:
Component, Button, Canvas, Checkbox, Choice, Container, Label, List, Scrollbar, TextComponent, BasicSplitPaneDivider, CellRendererPane, DefaultTreeCellEditor.EditorContainer, JComponent, Panel, ScrollPane, Window, TextArea, TextField, AbstractButton, BasicInternalFrameTitlePane, Box, Box.Filler, JColorChooser, JComboBox, JFileChooser, JInternalFrame, JInternalFrame.JDesktopIcon, JLabel, JLayeredPane, JList, JMenuBar, JOptionPane, JPanel, JPopupMenu, JProgressBar, JRootPane, JScrollBar, JScrollPane, JSeparator, JSlider, JSpinner, JSplitPane, JTabbedPane, JTable, JTableHeader, JTextComponent, JToolBar, JToolTip, JTree, JViewport, Applet, BasicToolBarUI.DragWindow, Dialog, Frame, JWindow, JButton, JMenuItem, JToggleButton, MetalInternalFrameTitlePane, BasicComboBoxRenderer, DefaultListCellRenderer, DefaultTableCellRenderer, DefaultTreeCellRenderer, JDesktopPane, BasicInternalFrameTitlePane.SystemMenuBar, AbstractColorChooserPanel, JSpinner.DefaultEditor, BasicComboPopup, JScrollPane.ScrollBar, JPopupMenu.Separator, JToolBar.Separator, JEditorPane, JTextArea, JTextField, JApplet, FileDialog, JDialog, JFrame, BasicArrowButton, MetalComboBoxButton, JCheckBoxMenuItem, JMenu, JRadioButtonMenuItem, JCheckBox, JRadioButton, BasicComboBoxRenderer.UIResource, DefaultListCellRenderer.UIResource, MetalFileChooserUI.FileRenderer, MetalFileChooserUI.FilterComboBoxRenderer, DefaultTableCellRenderer.UIResource, JSpinner.DateEditor, JSpinner.ListEditor, JSpinner.NumberEditor, MetalComboBoxUI.MetalComboPopup, JTextPane, DefaultTreeCellEditor.DefaultTextField, JFormattedTextField, JPasswordField, MetalScrollButton, Frame, Menu, PopupMenu, MenuBar

public interface MenuContainer

The super class of all menu related containers.


Method Summary
 Font

          
 boolean

          
 void

          
 

Method Detail

getFont

public Font getFont()

postEvent

public boolean postEvent(Event evt)
Parameters:
evt

remove

public void remove(MenuComponent comp)
Parameters:
comp


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.