Class PalladioCategoryDescriptions
java.lang.Object
org.palladiosimulator.pcm.ui.provider.categoryaware.PalladioCategoryDescriptions
- All Implemented Interfaces:
ICategoryDescriptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCategoriesForObject(EObject object) Return the list of category descriptors for the given object.booleanhasCategoriesForObject(EObject object) Test whether the given object has categories or not
-
Constructor Details
-
PalladioCategoryDescriptions
public PalladioCategoryDescriptions()
-
-
Method Details
-
getCategoriesForObject
Description copied from interface:ICategoryDescriptionsReturn the list of category descriptors for the given object.- Specified by:
getCategoriesForObjectin interfaceICategoryDescriptions- Parameters:
object- The object for which the categories should be retrieved- Returns:
- The set of category descriptors characterizing the categories into which the children of the object are divided
-
hasCategoriesForObject
Description copied from interface:ICategoryDescriptionsTest whether the given object has categories or not- Specified by:
hasCategoriesForObjectin interfaceICategoryDescriptions- Parameters:
object- The object to test for categories- Returns:
- true if the given object should be displayed using categories - false otherwise
-