| Package | Description |
|---|---|
| org.jrebirth.af.core.resource.parameter |
Provides all classes related to JRebirth parameters loaded.
|
| org.jrebirth.af.core.resource.provided |
Provides resources used by hte JRebirth Application Framework itself.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterItemBase<T>
The class ParameterItemBase is used to build Parameterized Object.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<ParameterItem<?>,Object> |
ParameterBuilder.overriddenParametersMap
Store all overridden values defined by the call of define method.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ParameterBuilder.buildResource(ParameterItem<?> parameterItem,
ParameterParams parameterParams)
Build the resource requested.
|
void |
ParameterBuilder.define(ParameterItem<?> key,
Object forcedValue)
Override a parameter value.
|
| Modifier and Type | Field and Description |
|---|---|
static ParameterItem<String> |
JRebirthParameters.APPLICATION_NAME
The
APPLICATION_NAME field is used to define title of the application displayed by stage window. |
static ParameterItem<WebColor> |
JRebirthParameters.APPLICATION_SCENE_BG_COLOR
The application scene background color.
|
static ParameterItem<Integer> |
JRebirthParameters.APPLICATION_SCENE_HEIGHT
The application scene height.
|
static ParameterItem<Integer> |
JRebirthParameters.APPLICATION_SCENE_WIDTH
The application scene width.
|
static ParameterItem<String> |
JRebirthParameters.APPLICATION_VERSION
The
APPLICATION_VERSION field is used to define the application version. |
static ParameterItem<Boolean> |
JRebirthParameters.AUTO_REFRESH_RESOURCE
Allow to auto refresh resource when resource params is updated.
|
static ParameterItem<Integer> |
JRebirthParameters.CLOSE_RETRY_DELAY_FIRST
First Close Retry Delay in milliseconds, time to wait when application try to close the first time.
|
static ParameterItem<Integer> |
JRebirthParameters.CLOSE_RETRY_DELAY_OTHER
Close Retry Delay in milliseconds, time to wait when application try to close all other time.
|
static ParameterItem<Class> |
JRebirthParameters.COMPONENT_FACTORY
The factory used to create components.
|
static ParameterItem<StyleSheet> |
JRebirthParameters.DEFAULT_CSS
The
DEFAULT_CSS field is used to parameterize the name of the default style sheet. |
static ParameterItem<Boolean> |
JRebirthParameters.DEVELOPER_MODE
Developer provides more information when dynamic API is broken (Wave Contract).
|
static ParameterItem<Boolean> |
JRebirthParameters.FOLLOW_UP_SERVICE_TASKS
The handler used while running in developer mode to manage unprocessed wave.
|
static ParameterItem<List<String>> |
JRebirthParameters.FONT_FOLDER
Fonts default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<List<String>> |
JRebirthParameters.IMAGE_FOLDER
Images default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<Boolean> |
JRebirthParameters.LOG_RESOLUTION
When true log code will be resolved according to Message_rb properties files.
|
static ParameterItem<RelImage> |
JRebirthParameters.NOT_AVAILABLE_IMAGE
The
NOT_AVAILABLE_IMAGE field is used to define the image to use when an image is missing. |
static ParameterItem<List<String>> |
JRebirthParameters.STYLE_FOLDER
Styles default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<Float> |
JRebirthParameters.THREAD_POOL_SIZE_RATIO
Pool size of JRebirth Thread Pool.
|
static ParameterItem<String> |
JRebirthParameters.TRUE_TYPE_FONT_EXTENSION
The
TRUE_TYPE_FONT_EXTENSION field is used to define the font file extension . |
static ParameterItem<Class> |
JRebirthParameters.UNPROCESSED_WAVE_HANDLER
The handler used while running in developer mode to manage unprocessed wave.
|
static ParameterItem<String> |
JRebirthParameters.WAVE_HANDLER_PREFIX
The
WAVE_HANDLER_PREFIX field is used to add a prefix to custom wave handler method of JRebirth components. |
Copyright © 2011–2014 JRebirth OSS. All rights reserved.