|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuItemHandler | |
| amber.server.component | The handlers at the server for the remote components. |
| Uses of MenuItemHandler in amber.server.component |
| Subclasses of MenuItemHandler in amber.server.component | |
class |
CheckboxMenuItemHandler
This class corresponds to a standard java.awt.CheckboxMenuItem component. |
class |
MenuHandler
This class corresponds to a standard java.awt.Menu component. |
class |
PopupMenuHandler
This class corresponds to a standard java.awt.Menu component. |
| Methods in amber.server.component that return MenuItemHandler | |
protected MenuItemHandler |
MenuItemHandler.getShortcutMenuItem(java.awt.MenuShortcut s)
This is a helper function which will return this object if the MenuShortcut matches. |
MenuItemHandler |
MenuHandler.getItem(int index)
Gets the item located at the specified index of this menu. |
MenuItemHandler |
MenuHandler.add(MenuItemHandler mi)
Adds the specified menu item to this menu. |
protected MenuItemHandler |
MenuHandler.getShortcutMenuItem(java.awt.MenuShortcut s)
This is a helper function which will return the MenuItem in this menu which matches the MenuShortcut. |
MenuItemHandler |
MenuBarHandler.getShortcutMenuItem(java.awt.MenuShortcut shortcut)
Gets the instance of MenuItemHandler associated with the specified MenuShortcut object, or null if none has been specified. |
| Methods in amber.server.component with parameters of type MenuItemHandler | |
MenuItemHandler |
MenuHandler.add(MenuItemHandler mi)
Adds the specified menu item to this menu. |
void |
MenuHandler.insert(MenuItemHandler item,
int index)
Inserts a menu item into this menu at the specified position. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||