Package | Description |
---|---|
com.canto.cumulus.ui |
The Cumulus application user interface classes.
|
Modifier and Type | Method and Description |
---|---|
static Application |
Application.getInstance()
Returns the global application instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.addCatalogListener(CatalogListener<Application> listener)
Add a listener that gets called whenever a catalog is opened or closed.
|
void |
Application.addCollectionWindowListener(CollectionWindowListener<Application> listener)
Add a listener that gets called whenever a collection window is opened, is about to close or was brought to front.
|
void |
Application.addContextMenuListener(ContextMenuListener<Application> listener)
Add a listener that gets called whenever a catalog is opened or closed.
|
void |
Application.addSelectionListener(SelectionListener<Application> listener)
Add a listener that gets called whenever the selection of items (records, categories, sub-table items) changed.
|
void |
Application.removeCatalogListener(CatalogListener<Application> listener)
Remove a listener previously added using
addCatalogListener(com.canto.cumulus.ui.events.CatalogListener) . |
void |
Application.removeCollectionWindowListener(CollectionWindowListener<Application> listener)
Remove a listener previously added using
addCollectionWindowListener(com.canto.cumulus.ui.events.CollectionWindowListener) |
void |
Application.removeContextMenuListener(ContextMenuListener<Application> listener)
Remove a listener previously added using
addContextMenuListener(com.canto.cumulus.ui.events.ContextMenuListener) . |
void |
Application.removeSelectionListener(SelectionListener<Application> listener)
Remove a listener previously added using
addSelectionListener(com.canto.cumulus.ui.events.SelectionListener) . |
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.