Class PalladioCategoryDescriptions

java.lang.Object
org.palladiosimulator.pcm.ui.provider.categoryaware.PalladioCategoryDescriptions
All Implemented Interfaces:
ICategoryDescriptions

public class PalladioCategoryDescriptions extends Object implements ICategoryDescriptions
  • Constructor Details

    • PalladioCategoryDescriptions

      public PalladioCategoryDescriptions()
  • Method Details

    • getCategoriesForObject

      public Collection<CategoryDescriptor> getCategoriesForObject(EObject object)
      Description copied from interface: ICategoryDescriptions
      Return the list of category descriptors for the given object.
      Specified by:
      getCategoriesForObject in interface ICategoryDescriptions
      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

      public boolean hasCategoriesForObject(EObject object)
      Description copied from interface: ICategoryDescriptions
      Test whether the given object has categories or not
      Specified by:
      hasCategoriesForObject in interface ICategoryDescriptions
      Parameters:
      object - The object to test for categories
      Returns:
      true if the given object should be displayed using categories - false otherwise