public interface ApplicationMessages extends MessageContainer
Modifier and Type | Field and Description |
---|---|
static MessageItem |
ATTACH_JAT_UEH
"Attach JAT Uncaught Exception Handler." .
|
static MessageItem |
ATTACH_JIT_UEH
"Attach JIT Uncaught Exception Handler." .
|
static MessageItem |
CSS_LOADING_ERROR
""Impossible to load CSS: {0} using folder: {1}/".
|
static MessageItem |
INIT_ERROR
"Error while initializing the application {0} : ".
|
static MessageItem |
NO_CSS_DEFINED
"No style sheet has been added to the scene, will link the default.css".
|
static MessageItem |
OVERRIDE_FIRST_MODEL_CLASS
"You must override getFirstModelClass without calling super.".
|
static MessageItem |
START_APPLICATION
"Starting {0}" .
|
static MessageItem |
START_ERROR
"Error while starting the application {0} : ".
|
static MessageItem |
STARTED_SUCCESSFULLY
"{} has started successfully".
|
static MessageItem |
STOP_APPLICATION
"Stopping {0}" .
|
static MessageItem |
STOP_ERROR
"Error while stopping the application {0} : ".
|
static MessageItem |
STOPPED_SUCCESSFULLY
"{0} has stopped successfully".
|
static final MessageItem START_APPLICATION
static final MessageItem STARTED_SUCCESSFULLY
static final MessageItem INIT_ERROR
static final MessageItem START_ERROR
static final MessageItem STOP_APPLICATION
static final MessageItem STOPPED_SUCCESSFULLY
static final MessageItem STOP_ERROR
static final MessageItem CSS_LOADING_ERROR
static final MessageItem NO_CSS_DEFINED
static final MessageItem ATTACH_JAT_UEH
static final MessageItem ATTACH_JIT_UEH
static final MessageItem OVERRIDE_FIRST_MODEL_CLASS
Copyright © 2011–2016 JRebirth OSS. All rights reserved.