public class ConstantsDesktop extends Constants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_FILE
Name of the .properties-file used to configure xAffect's desktop-version
|
static java.lang.String |
IMAGE_BW_ICON
Grayscale xAffect icon for other GUI elements.
|
static java.lang.String |
IMAGE_ICON
Colored xAffect icon, only for main GUI and system tray.
|
static java.lang.String |
IMAGE_PATH
Path to the directory for image-resources
|
static java.lang.String |
IMAGE_TRAY_ICON
xAffect tray icon.
|
static java.lang.String |
PROPERTY_CONTROL_INTERFACE
Property in CONFIG_FILE where the
Control that is supposed to be
used is specified. |
static java.lang.String |
PROPERTY_CONTROL_NETWORK_PORT
Property in CONFIG_FILE where the port used by
XAffectNetworkControl is specified. |
static java.lang.Integer |
PROPERTY_CONTROL_NETWORK_PORT_DEFAULT
Default value for the port used by
XAffectNetworkControl . |
static java.lang.String |
PROPERTY_CONTROL_WINDOW_AVAILABLE_INSTITUTION_IDS
Property in CONFIG_FILE where the available institution-ids for the
XAffectWindowControl are specified. |
static java.lang.String |
PROPERTY_CONTROL_WINDOW_AVAILABLE_STUDY_IDS
Property in CONFIG_FILE where the available study-ids for the
XAffectWindowControl are specified. |
static java.lang.String |
PROPERTY_CONTROL_WINDOW_EXCLUDE_SETUPS
Property in CONFIG_FILE where the excluded setups for the
XAffectWindowControl are specified. |
DATE, LOGGER_FILE_EXTENSION, LOGGER_FILE_PREFIX, REVISION, VERSION, VERSIONSTRING
Constructor and Description |
---|
ConstantsDesktop() |
public static final java.lang.String IMAGE_PATH
public static final java.lang.String IMAGE_ICON
public static final java.lang.String IMAGE_BW_ICON
public static final java.lang.String IMAGE_TRAY_ICON
public static final java.lang.String CONFIG_FILE
public static final java.lang.String PROPERTY_CONTROL_INTERFACE
Control
that is supposed to be
used is specified.public static final java.lang.String PROPERTY_CONTROL_NETWORK_PORT
XAffectNetworkControl
is specified.public static final java.lang.Integer PROPERTY_CONTROL_NETWORK_PORT_DEFAULT
XAffectNetworkControl
.public static final java.lang.String PROPERTY_CONTROL_WINDOW_EXCLUDE_SETUPS
XAffectWindowControl
are specified.public static final java.lang.String PROPERTY_CONTROL_WINDOW_AVAILABLE_STUDY_IDS
XAffectWindowControl
are specified.public static final java.lang.String PROPERTY_CONTROL_WINDOW_AVAILABLE_INSTITUTION_IDS
XAffectWindowControl
are specified.