Serializable
MenuBar
, MenuItem
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
.
Nested Classes
protected class
Inner class of MenuComponent
used to provide default support for accessibility.
Constructors
final void
Delivers an event to this component or one of its sub components.
Gets the AccessibleContext
associated with this MenuComponent
.
Gets the font used for this menu component.
Gets the name of the menu component.
Returns the parent container for this menu component.
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
Returns a string representing the state of this MenuComponent
.
boolean
protected void
Processes events occurring on this menu component.
void
Removes the menu component's peer.
void
Sets the font to be used for this menu component to the specified font.
void
Sets the name of the component to the specified string.
Returns a representation of this menu component as a string.
Creates a MenuComponent
.
HeadlessException
- if GraphicsEnvironment.isHeadless
returns true
Gets the name of the menu component.
Sets the name of the component to the specified string.
name
- the name of the menu component
Returns the parent container for this menu component.
null
if this menu component is the outermost component, the menu bar itself
Gets the font used for this menu component.
null
otherwise
Some platforms may not support setting of all font attributes of a menu component; in such cases, calling setFont
will have no effect on the unsupported font attributes of this menu component. Unless subcomponents of this menu component specify a different font, this font will be used by those subcomponents if supported by the underlying platform.
f
- the font to be set
public void removeNotify()
Removes the menu component's peer. The peer allows us to modify the appearance of the menu component without changing the functionality of the menu component.
Posts the specified event to the menu. This method is part of the Java 1.0 event system and it is maintained only for backwards compatibility. Its use is discouraged, and it may not be supported in the future.
evt
- the event which is to take place
Delivers an event to this component or one of its sub components.
e
- the event
Note that if the event parameter is null
the behavior is unspecified and may result in an exception.
e
- the event
()
Returns a string representing the state of this MenuComponent
. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null
.
Returns a representation of this menu component as a string.
()
Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
Gets the AccessibleContext
associated with this MenuComponent
. The method implemented by this base class returns null
. Classes that extend MenuComponent
should implement this method to return the AccessibleContext
associated with the subclass.
AccessibleContext
of this MenuComponent
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4