Package | Description |
---|---|
com.canto.cumulus.ui |
The Cumulus application user interface classes.
|
com.canto.cumulus.ui.events |
User Interface Listeners and Event classes available for EJPs.
|
Modifier and Type | Method and Description |
---|---|
Menu |
MenuBar.findMenu(int id)
Returns a menu based on its ID.
|
Menu |
MultiItemPane.getContextMenu()
Get the context menu for this pane.
|
Menu |
CategoriesPane.getContextMenu(java.lang.String masterCategory,
boolean selectionMenu)
Get the context menu for the given master category tab.
|
Menu |
MenuItem.getMenu()
Returns the menu to which this item is attached.
|
Menu |
MenuBar.getMenu(int index)
Returns a menu by index.
|
Menu |
MenuBar.getMenu(java.lang.String name)
Returns a menu by name.
|
Menu |
MenuBar.getMenuByID(int id)
Returns a menu by ID.
|
Menu |
MenuItem.getSubMenu()
Returns the sub menu attached to this menu item.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuBar.addMenu(int index,
Menu menu)
Adds a menu by index.
|
void |
MenuBar.addMenu(Menu menu)
Adds a menu at the end of the menu bar.
|
void |
Menu.addSubMenu(int index,
Menu subMenu)
Adds a sub menu at the specified index.
|
void |
Menu.addSubMenu(Menu subMenu)
Adds a sub menu at the end of the menu.
|
void |
MenuBar.removeMenu(Menu menu)
Removes a menu from the menu bar.
|
Modifier and Type | Method and Description |
---|---|
Menu |
ContextMenuEventObject.getMenu()
Return the menu where the event belongs to.
|
Constructor and Description |
---|
ContextMenuEventObject(ContextMenuEventObject.EventType eventType,
int collectionWindowID,
GUID paneID,
Menu menu,
boolean selectionMenu)
Internal use only.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.