| 
JSR-62 (Final) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.awt.MenuComponent
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.
| Constructor Summary | |
MenuComponent()
Constructor for MenuComponent.  | 
|
| Method Summary | |
 void | 
dispatchEvent(AWTEvent e)
 | 
 Font | 
getFont()
Gets the font used for this menu component.  | 
 String | 
getName()
Gets the name of the menu component.  | 
 MenuContainer | 
getParent()
Returns the parent container for this menu component.  | 
protected  Object | 
getTreeLock()
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.  | 
protected  String | 
paramString()
Returns the parameter string representing the state of this menu component.  | 
 boolean | 
postEvent(Event evt)
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent). | 
protected  void | 
processEvent(AWTEvent e)
Processes events occurring on this menu component.  | 
 void | 
removeNotify()
Removes the menu component's peer.  | 
 void | 
setFont(Font f)
Sets the font to be used for this menu component to the specified font.  | 
 void | 
setName(String name)
Sets the name of the component to the specified string.  | 
 String | 
toString()
Returns a representation of this menu component as a string.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public MenuComponent()
| Method Detail | 
public String getName()
setName(java.lang.String)public void setName(String name)
name - the name of the menu component.getName()public MenuContainer getParent()
null if this menu component 
                 is the outermost component, the menu bar itself.public Font getFont()
null otherwise.setFont(java.awt.Font)public void setFont(Font f)
f - the font to be set.getFont()public void removeNotify()
public boolean postEvent(Event evt)
dispatchEvent(AWTEvent).
evt - the event which is to take placepublic final void dispatchEvent(AWTEvent e)
protected void processEvent(AWTEvent e)
e - the eventprotected String paramString()
public String toString()
toString in class Objectprotected final Object getTreeLock()
  | 
JSR-62 (Final) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||