Changed Methods |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Gets the AccessibleContext associated with this MenuComponent . |
Font getFont()
|
Documentation changed from old to new. |
Gets the font used for this menu component. |
String getName()
|
Documentation changed from old to new. |
Gets the name of the menu component. |
MenuContainer getParent()
|
Documentation changed from old to new. |
Returns the parent container for this menu component. |
Object getTreeLock()
|
Documentation changed from old to new. |
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this MenuComponent . |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events occurring on this menu component. |
void setFont(Font )
|
Documentation changed from old to new. |
Sets the font to be used for this menu component to the specified font. |
void setName(String )
|
Documentation changed from old to new. |
Sets the name of the component to the specified string. |
String toString()
|
Documentation changed from old to new. |
Returns a representation of this menu component as a string. |