Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.db.permissions | |
com.canto.cumulus.ui |
The Cumulus application user interface classes.
|
Modifier and Type | Method and Description |
---|---|
CategoryItem |
CategoryItem.createCategoryItem(java.lang.String name)
Create a sub-category for this category item with a given name.
|
CategoryItem |
CategoryItem.createCategoryItems(java.lang.String categoryTreePath)
Create category items along the given path and return the bottom-most category item.
|
CategoryItem |
CategoryItem.createDirectoryCategoryItem(int volID,
int dirID,
java.lang.String name)
Create a new category item that represents a Mac OS directory on disk.
|
CategoryItem |
CategoryItem.createPathDirectoryCategoryItem(java.lang.String path,
java.lang.String name)
Create a new category item that represents a Windows directory on disk.
|
CategoryItem |
CategoryItem.createRelatedCategoryItem(CategoryItem original,
java.lang.String name)
Create a related category item for the given original category.
|
CategoryItem |
CategoryItem.createURLDirectoryCategoryItem(java.lang.String URL,
java.lang.String name)
Create a new category item that represents a URL or Unix directory on disk.
|
CategoryItem |
CategoryItemCollection.getCategoryItemByID(int categoryID)
Return a CategoryItem specified by ID.
|
CategoryItem |
MultiCategoryItemCollection.getCategoryItemByID(int catalogID,
int categoryID)
Return a category item specified by catalog ID and item ID.
|
CategoryItem |
MultiCategoryItemCollection.getCategoryItemByID(ItemIdentifier identifier)
Return a category item specified by identifier.
|
CategoryItem |
CategoryItemCollection.getCategoryTreeCatalogRootCategory()
Get the CategoryItem that represents the root of the category tree of the given catalog.
|
CategoryItem |
CategoryItemCollection.getCategoryTreeItemByIndex(int index,
java.util.Set<java.lang.Integer> expandedCategoryIDs)
Get the ID of the category specified by index in the tree assuming a set of categories being expanded.
|
CategoryItem |
CategoryItem.getFirstChildCategoryItem()
Get the first sub-category item for this category.
|
CategoryItem |
CategoryItem.getNextSiblingCategoryItem()
Get the next sibling category of this category item.
|
CategoryItem |
CategoryItem.getOriginalCategory()
Return the category item representing the original category for this related category.
|
CategoryItem |
CategoryItem.getParentCategoryItem()
Get the category item that contains this category as a sub-category making it a parent category for this category.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CategoryItem.canBeChildOf(CategoryItem potentialParentCategoryItem)
Return whether this category item could be made a sub-category of the given category item.
|
CategoryItem |
CategoryItem.createRelatedCategoryItem(CategoryItem original,
java.lang.String name)
Create a related category item for the given original category.
|
int |
CategoryItemCollection.getCategoryTreeItemIDByPath(CategoryItem parent,
java.lang.String path)
Returns the ID of the category with the given relative tree path underneath a given category.
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.applyPermissionTemplate(CategoryItem categoryItem,
PermissionTemplate permissionTemplate)
Applies the given permission template on to the given category.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CategoryItem> |
CategoriesPane.iterator()
Return an iterator that iterates over all selected category items in the current master category tab.
|
java.util.Iterator<CategoryItem> |
CategoriesPane.iterator(java.lang.String masterCategoryTab)
Return an iterator that iterates over all selected category items in the given master category tab.
|
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.