Class DefaultPaletteDefinitionProviders
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.components.palette.DefaultPaletteDefinitionProviders
-
public class DefaultPaletteDefinitionProviders extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultPaletteDefinitionProviders.CategoryDefinitionstatic classDefaultPaletteDefinitionProviders.CategoryDefinitionProviderThe attributes holder for rendering a category in the palette.static classDefaultPaletteDefinitionProviders.DefaultCategoryMessageProviderIt uses the translator service to obtain the category message, by following the conventionClass+ "." + id static classDefaultPaletteDefinitionProviders.DefaultCustomGroupMessageProviderIt uses the translator service to obtain the custom groups messages given the group id..static classDefaultPaletteDefinitionProviders.DefaultItemMessageProviderIt uses the translator service to obtain the definition's title and description,static classDefaultPaletteDefinitionProviders.DefaultMessageProviderIt uses the identifier argument as title and description.static classDefaultPaletteDefinitionProviders.DefaultMorphGroupMessageProviderIt uses the translator service to obtain the group message as for a morph base type (class) by following the conventionClass
-
Field Summary
Fields Modifier and Type Field Description static Function<String,org.kie.workbench.common.stunner.core.definition.shape.Glyph>DEFAULT_CATEGORY_GLYPH_PROVIDER
-
Constructor Summary
Constructors Constructor Description DefaultPaletteDefinitionProviders()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetId(Class<?> type)static Predicate<String>isType(Class<?> type)
-