Method Summary
|
| addMenuListener |
adds the specified menu listener to receive events
from this menu.
|
|
| removeMenuListener |
removes the specified menu listener so it no longer
receives item events from this menu.
|
|
| insertItem |
inserts an item into the menu.
This appends the item if the position is greater than or equal to
getItemCount() or if it is negative.
|
|
| removeItem |
remove one or more items from the menu.
|
|
| getItemCount |
returns the number of items in the menu.
|
|
| getItemId |
returns the id of the item at the specified position.
|
|
| getItemPos |
returns the position of the item with the specified id.
|
|
| enableItem |
enables or disables the menu item.
|
|
| isItemEnabled |
returns the state of the menu item.
|
|
| setItemText |
sets the text for the menu item.
|
|
| getItemText |
|
|
| setPopupMenu |
set the popup menu for a specified menu item.
|
|
| getPopupMenu |
returns the popup menu from the menu item.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.