Package | Description |
---|---|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
de.innovationgate.wga.modules.properties |
Module definition property classes for the OpenWGA module registry
|
Constructor and Description |
---|
LocalizedOptionCategoryDefinition(java.lang.Class<? extends ModuleType> moduleType,
java.lang.String key,
LocalisationBundleLoader bundleLoader) |
LocalizedOptionDefinition(java.lang.String name,
OptionType optionType,
LocalisationBundleLoader bundleLoader) |
LocalizedOptionValueProvider(java.lang.String optionName,
LocalisationBundleLoader loader) |
MultiPredefinedValuesOptionType(LocalisationBundleLoader loader,
java.lang.String optionName) |
PredefinedValuesOptionType(LocalisationBundleLoader loader,
java.lang.String optionName) |
Modifier and Type | Method and Description |
---|---|
LocalisationBundleLoader |
DesignSourceProperties.getSingletonTitleBundleLoader()
Returns the bundle loader to retrieve the singleton title
|
Modifier and Type | Method and Description |
---|---|
void |
DesignSourceProperties.setSingletonTitleBundleLoader(LocalisationBundleLoader singletonTitleBundleLoader)
Sets a bundle loader to provide localized singleton titles and descriptions.
|