- java.lang.Object
-
- java.awt.MenuComponent
-
- java.awt.MenuBar
-
- All Implemented Interfaces:
- MenuContainer, Serializable, Accessible
public class MenuBar extends MenuComponent implements MenuContainer, Accessible
TheMenuBar
class encapsulates the platform's concept of a menu bar bound to a frame. In order to associate the menu bar with aFrame
object, call the frame'ssetMenuBar
method.This is what a menu bar might look like:
A menu bar handles keyboard shortcuts for menu items, passing them along to its child menus. (Keyboard shortcuts, which are optional, provide the user with an alternative to the mouse for invoking a menu item and the action that is associated with it.) Each menu item can maintain an instance of
MenuShortcut
. TheMenuBar
class defines several methods,shortcuts()
andgetShortcutMenuItem(java.awt.MenuShortcut)
that retrieve information about the shortcuts a given menu bar is managing.- Since:
- JDK1.0
- See Also:
Frame
,Frame.setMenuBar(java.awt.MenuBar)
,Menu
,MenuItem
,MenuShortcut
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description protected class
MenuBar.AccessibleAWTMenuBar
Inner class of MenuBar used to provide default support for accessibility.-
Nested classes/interfaces inherited from class java.awt.MenuComponent
MenuComponent.AccessibleAWTMenuComponent
-
-
Constructor Summary
Constructors Constructor and Description MenuBar()
Creates a new menu bar.
-
Method Summary
Methods Modifier and Type Method and Description Menu
add(Menu m)
Adds the specified menu to the menu bar.void
addNotify()
Creates the menu bar's peer.int
countMenus()
Deprecated.As of JDK version 1.1, replaced bygetMenuCount()
.void
deleteShortcut(MenuShortcut s)
Deletes the specified menu shortcut.AccessibleContext
getAccessibleContext()
Gets the AccessibleContext associated with this MenuBar.Menu
getHelpMenu()
Gets the help menu on the menu bar.Menu
getMenu(int i)
Gets the specified menu.int
getMenuCount()
Gets the number of menus on the menu bar.MenuItem
getShortcutMenuItem(MenuShortcut s)
Gets the instance ofMenuItem
associated with the specifiedMenuShortcut
object, ornull
if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.void
remove(int index)
Removes the menu located at the specified index from this menu bar.void
remove(MenuComponent m)
Removes the specified menu component from this menu bar.void
removeNotify()
Removes the menu bar's peer.void
setHelpMenu(Menu m)
Sets the specified menu to be this menu bar's help menu.Enumeration<MenuShortcut>
shortcuts()
Gets an enumeration of all menu shortcuts this menu bar is managing.-
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, paramString, postEvent, processEvent, setFont, setName, toString
-
-
-
-
Constructor Detail
-
MenuBar
public MenuBar() throws HeadlessException
Creates a new menu bar.- Throws:
HeadlessException
- if GraphicsEnvironment.isHeadless() returns true.- See Also:
GraphicsEnvironment.isHeadless()
-
-
Method Detail
-
addNotify
public void addNotify()
Creates the menu bar's peer. The peer allows us to change the appearance of the menu bar without changing any of the menu bar's functionality.
-
removeNotify
public void removeNotify()
Removes the menu bar's peer. The peer allows us to change the appearance of the menu bar without changing any of the menu bar's functionality.- Overrides:
removeNotify
in classMenuComponent
-
getHelpMenu
public Menu getHelpMenu()
Gets the help menu on the menu bar.- Returns:
- the help menu on this menu bar.
-
setHelpMenu
public void setHelpMenu(Menu m)
Sets the specified menu to be this menu bar's help menu. If this menu bar has an existing help menu, the old help menu is removed from the menu bar, and replaced with the specified menu.- Parameters:
m
- the menu to be set as the help menu
-
add
public Menu add(Menu m)
Adds the specified menu to the menu bar. If the menu has been part of another menu bar, removes it from that menu bar.- Parameters:
m
- the menu to be added- Returns:
- the menu added
- See Also:
remove(int)
,remove(java.awt.MenuComponent)
-
remove
public void remove(int index)
Removes the menu located at the specified index from this menu bar.- Parameters:
index
- the position of the menu to be removed.- See Also:
add(java.awt.Menu)
-
remove
public void remove(MenuComponent m)
Removes the specified menu component from this menu bar.- Specified by:
remove
in interfaceMenuContainer
- Parameters:
m
- the menu component to be removed.- See Also:
add(java.awt.Menu)
-
getMenuCount
public int getMenuCount()
Gets the number of menus on the menu bar.- Returns:
- the number of menus on the menu bar.
- Since:
- JDK1.1
-
countMenus
@Deprecated public int countMenus()
Deprecated. As of JDK version 1.1, replaced bygetMenuCount()
.
-
getMenu
public Menu getMenu(int i)
Gets the specified menu.- Parameters:
i
- the index position of the menu to be returned.- Returns:
- the menu at the specified index of this menu bar.
-
shortcuts
public Enumeration<MenuShortcut> shortcuts()
Gets an enumeration of all menu shortcuts this menu bar is managing.- Returns:
- an enumeration of menu shortcuts that this menu bar is managing.
- Since:
- JDK1.1
- See Also:
MenuShortcut
-
getShortcutMenuItem
public MenuItem getShortcutMenuItem(MenuShortcut s)
Gets the instance ofMenuItem
associated with the specifiedMenuShortcut
object, ornull
if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.- Parameters:
s
- the specified menu shortcut.- Since:
- JDK1.1
- See Also:
MenuItem
,MenuShortcut
-
deleteShortcut
public void deleteShortcut(MenuShortcut s)
Deletes the specified menu shortcut.- Parameters:
s
- the menu shortcut to delete.- Since:
- JDK1.1
-
getAccessibleContext
public AccessibleContext getAccessibleContext()
Gets the AccessibleContext associated with this MenuBar. For menu bars, the AccessibleContext takes the form of an AccessibleAWTMenuBar. A new AccessibleAWTMenuBar instance is created if necessary.- Specified by:
getAccessibleContext
in interfaceAccessible
- Overrides:
getAccessibleContext
in classMenuComponent
- Returns:
- an AccessibleAWTMenuBar that serves as the AccessibleContext of this MenuBar
- Since:
- 1.3
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 16:33:44 Cette version de la page est en cache (à la date du 05/11/2024 16:33:44) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 28/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/menubar.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.