public class DefaultPaletteDefinitionProviders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultPaletteDefinitionProviders.CategoryDefinition |
static class |
DefaultPaletteDefinitionProviders.CategoryDefinitionProvider
The attributes holder for rendering a category in the palette.
|
static class |
DefaultPaletteDefinitionProviders.DefaultCategoryMessageProvider
It uses the translator service to obtain the category message,
by following the convention
Class |
static class |
DefaultPaletteDefinitionProviders.DefaultCustomGroupMessageProvider
It uses the translator service to obtain the custom groups messages given the group id..
|
static class |
DefaultPaletteDefinitionProviders.DefaultItemMessageProvider
It uses the translator service to obtain the definition's title and description,
|
static class |
DefaultPaletteDefinitionProviders.DefaultMessageProvider
It uses the identifier argument as title and description.
|
static class |
DefaultPaletteDefinitionProviders.DefaultMorphGroupMessageProvider
It uses the translator service to obtain the group message as for a morph base type (class)
by following the convention
Class |
| Modifier and Type | Field and Description |
|---|---|
static Function<String,Glyph> |
DEFAULT_CATEGORY_GLYPH_PROVIDER |
| Constructor and Description |
|---|
DefaultPaletteDefinitionProviders() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getId(Class<?> type) |
static Predicate<String> |
isType(Class<?> type) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.