Interface Categorized


public interface Categorized
Interface to be implemented by entities which can be separated by categories and hence have several sets of dynamic attributes.

Such entities can be displayed in DynamicAttributesPanel.

  • Method Details

    • getCategory

      Category getCategory()
    • setCategory

      void setCategory(Category category)