public interface JRebirthParameters
| Modifier and Type | Field and Description |
|---|---|
static ParameterItem<String> |
APPLICATION_NAME
The
APPLICATION_NAME field is used to define title of the application displayed by stage window. |
static ParameterItem<WebColor> |
APPLICATION_SCENE_BG_COLOR
The application scene background color.
|
static ParameterItem<Integer> |
APPLICATION_SCENE_HEIGHT
The application scene height.
|
static ParameterItem<Integer> |
APPLICATION_SCENE_WIDTH
The application scene width.
|
static ParameterItem<String> |
APPLICATION_VERSION
The
APPLICATION_VERSION field is used to define the application version. |
static String |
AUTO_REFRESH_NAME
The name of the AUTO_REFRESH parameter which is quite special because it modify how other parameters will be processed.
|
static ParameterItem<Boolean> |
AUTO_REFRESH_RESOURCE
Allow to auto refresh resource when resource params is updated.
|
static ParameterItem<Integer> |
CLOSE_RETRY_DELAY_FIRST
First Close Retry Delay in milliseconds, time to wait when application try to close the first time.
|
static ParameterItem<Integer> |
CLOSE_RETRY_DELAY_OTHER
Close Retry Delay in milliseconds, time to wait when application try to close all other time.
|
static ParameterItem<Class> |
COMPONENT_FACTORY
The factory used to create components.
|
static ParameterItem<StyleSheet> |
DEFAULT_CSS
The
DEFAULT_CSS field is used to parameterize the name of the default style sheet. |
static ParameterItem<Boolean> |
DEVELOPER_MODE
Developer provides more information when dynamic API is broken (Wave Contract).
|
static ParameterItem<Boolean> |
FOLLOW_UP_SERVICE_TASKS
The handler used while running in developer mode to manage unprocessed wave.
|
static ParameterItem<List<String>> |
FONT_FOLDER
Fonts default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<List<String>> |
IMAGE_FOLDER
Images default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<Boolean> |
LOG_RESOLUTION
When true log code will be resolved according to Message_rb properties files.
|
static ParameterItem<RelImage> |
NOT_AVAILABLE_IMAGE
The
NOT_AVAILABLE_IMAGE field is used to define the image to use when an image is missing. |
static String |
NOT_AVAILABLE_IMAGE_NAME
The image name of the NOT_AVAILABLE_IMAGE parameter, this image can lead to StackOverFlowError when it was not available.
|
static ParameterItem<List<String>> |
STYLE_FOLDER
Styles default folder, Multiple folder can be managed by separating them with a comma ','.
|
static ParameterItem<Float> |
THREAD_POOL_SIZE_RATIO
Pool size of JRebirth Thread Pool.
|
static ParameterItem<String> |
TRUE_TYPE_FONT_EXTENSION
The
TRUE_TYPE_FONT_EXTENSION field is used to define the font file extension . |
static ParameterItem<Class> |
UNPROCESSED_WAVE_HANDLER
The handler used while running in developer mode to manage unprocessed wave.
|
static ParameterItem<String> |
WAVE_HANDLER_PREFIX
The
WAVE_HANDLER_PREFIX field is used to add a prefix to custom wave handler method of JRebirth components. |
static final String AUTO_REFRESH_NAME
static final String NOT_AVAILABLE_IMAGE_NAME
static final ParameterItem<Boolean> AUTO_REFRESH_RESOURCE
static final ParameterItem<Boolean> DEVELOPER_MODE
static final ParameterItem<Boolean> FOLLOW_UP_SERVICE_TASKS
static final ParameterItem<Boolean> LOG_RESOLUTION
static final ParameterItem<Class> UNPROCESSED_WAVE_HANDLER
static final ParameterItem<Class> COMPONENT_FACTORY
static final ParameterItem<Integer> CLOSE_RETRY_DELAY_FIRST
static final ParameterItem<Integer> CLOSE_RETRY_DELAY_OTHER
static final ParameterItem<Float> THREAD_POOL_SIZE_RATIO
static final ParameterItem<String> WAVE_HANDLER_PREFIX
WAVE_HANDLER_PREFIX field is used to add a prefix to custom wave handler method of JRebirth components. They will be named like this : doMyAction(Wave) after being renamed in
camel case.static final ParameterItem<List<String>> FONT_FOLDER
static final ParameterItem<List<String>> IMAGE_FOLDER
static final ParameterItem<RelImage> NOT_AVAILABLE_IMAGE
NOT_AVAILABLE_IMAGE field is used to define the image to use when an image is missing.static final ParameterItem<List<String>> STYLE_FOLDER
static final ParameterItem<StyleSheet> DEFAULT_CSS
DEFAULT_CSS field is used to parameterize the name of the default style sheet.static final ParameterItem<String> TRUE_TYPE_FONT_EXTENSION
TRUE_TYPE_FONT_EXTENSION field is used to define the font file extension .static final ParameterItem<String> APPLICATION_NAME
APPLICATION_NAME field is used to define title of the application displayed by stage window.static final ParameterItem<String> APPLICATION_VERSION
APPLICATION_VERSION field is used to define the application version.static final ParameterItem<Integer> APPLICATION_SCENE_WIDTH
static final ParameterItem<Integer> APPLICATION_SCENE_HEIGHT
static final ParameterItem<WebColor> APPLICATION_SCENE_BG_COLOR
Copyright © 2011–2014 JRebirth OSS. All rights reserved.