A B C D E F G H I L N P R S T U V X Y 
All Classes All Packages

A

add(TranslatedValue) - Method in class be.yildizgames.common.client.translation.LanguageProvider
Add a translation text.
add(TranslatedValueProvider) - Method in class be.yildizgames.common.client.translation.LanguageProvider
 
add(TranslatedValuesProvider) - Method in class be.yildizgames.common.client.translation.LanguageProvider
Add several translation texts.
add(TranslationKey) - Method in class be.yildizgames.common.client.translation.TranslationKey.MultiKey
Add a new TranslationKey to this MultiKey
add(String, Language, String) - Method in class be.yildizgames.common.client.translation.LanguageProvider
 
add(String, String, String) - Method in class be.yildizgames.common.client.translation.FrenchEnglishLanguageProvider
 
addLanguage(Language, LanguageProvider) - Method in class be.yildizgames.common.client.translation.Translation
Associate a language and its property file.
AUTHENTICATION_HOST_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for the authentication host address.
AUTHENTICATION_PORT_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for the authentication port number.

B

be.yildizgames.common.client - module be.yildizgames.common.client
 
be.yildizgames.common.client.config - package be.yildizgames.common.client.config
Contains the common elements used by the configuration across the clients.
be.yildizgames.common.client.debug - package be.yildizgames.common.client.debug
 
be.yildizgames.common.client.translation - package be.yildizgames.common.client.translation
Contains the classes to translate text.

C

chooseLanguage(Language) - Method in class be.yildizgames.common.client.translation.Translation
Set the current language to use.
Configuration - Class in be.yildizgames.common.client.config
Configuration data, data are retrieved by parsing the property file.
ConsoleDebugListener - Class in be.yildizgames.common.client.debug
 
ConsoleDebugListener() - Constructor for class be.yildizgames.common.client.debug.ConsoleDebugListener
 

D

DEBUG_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key to check the debug mode.
DebugListener - Interface in be.yildizgames.common.client.debug
Listener to get debug informations.
displayDebugMessage(Object) - Method in class be.yildizgames.common.client.debug.ConsoleDebugListener
 
displayDebugMessage(Object) - Method in interface be.yildizgames.common.client.debug.DebugListener
Display a debug message.
displayDebugMessage(Object) - Method in class be.yildizgames.common.client.debug.NoDebugListener
 

E

EMPTY - Static variable in interface be.yildizgames.common.client.debug.DebugListener
 
equals(Object) - Method in class be.yildizgames.common.client.translation.TranslationKey
 

F

FrenchEnglishLanguageProvider - Class in be.yildizgames.common.client.translation
Example language provider supporting french and english languages, to have additional support, simply create other implementations.
FrenchEnglishLanguageProvider() - Constructor for class be.yildizgames.common.client.translation.FrenchEnglishLanguageProvider
 

G

get(TranslationKey...) - Static method in class be.yildizgames.common.client.translation.TranslationKey
Create a new instance of MultiKey to use several translation at once.
get(Language) - Method in class be.yildizgames.common.client.translation.LanguageProvider
Provide a properties containing the language translation.
get(String) - Static method in class be.yildizgames.common.client.translation.TranslationKey
Create a new instance of TranslationKey with a key and no arguments.
get(String, Object...) - Static method in class be.yildizgames.common.client.translation.TranslationKey
Create a new instance of TranslationKey with a key and arguments.
get(List<TranslationKey>) - Static method in class be.yildizgames.common.client.translation.TranslationKey
 
getAuthenticationHost() - Method in class be.yildizgames.common.client.config.Configuration
 
getAuthenticationPort() - Method in class be.yildizgames.common.client.config.Configuration
 
getEnglish(String) - Method in class be.yildizgames.common.client.translation.FrenchEnglishLanguageProvider
 
getFrench(String) - Method in class be.yildizgames.common.client.translation.FrenchEnglishLanguageProvider
 
getInstance() - Static method in class be.yildizgames.common.client.config.Configuration
 
getInstance() - Static method in class be.yildizgames.common.client.translation.Translation
 
getKey() - Method in class be.yildizgames.common.client.translation.TranslatedValue
 
getLanguage() - Method in class be.yildizgames.common.client.config.Configuration
 
getLanguage() - Method in class be.yildizgames.common.client.translation.TranslatedValue
 
getLogin() - Method in class be.yildizgames.common.client.config.Configuration
 
getPassword() - Method in class be.yildizgames.common.client.config.Configuration
 
getServerHost() - Method in class be.yildizgames.common.client.config.Configuration
 
getServerPort() - Method in class be.yildizgames.common.client.config.Configuration
 
getTranslatedValue() - Method in class be.yildizgames.common.client.translation.SimpleTranslatedValueProvider
 
getTranslatedValue() - Method in interface be.yildizgames.common.client.translation.TranslatedValueProvider
 
getValue() - Method in class be.yildizgames.common.client.translation.TranslatedValue
 

H

hashCode() - Method in class be.yildizgames.common.client.translation.TranslationKey
 

I

isDebug() - Method in class be.yildizgames.common.client.config.Configuration
Flag to check if the application must be run in debug mode, this flag is hard coded.
isEmpty() - Method in class be.yildizgames.common.client.translation.TranslationKey
Check if the key is empty.
isSaveCredentialsChecked() - Method in class be.yildizgames.common.client.config.Configuration
 

L

LANGUAGE_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for language.
LanguageProvider - Class in be.yildizgames.common.client.translation
Provide a translation contained in a properties for a given language.
LanguageProvider() - Constructor for class be.yildizgames.common.client.translation.LanguageProvider
Build a new language provider, it will hold the property files for EN and FR.
LOGIN_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for login.

N

NoDebugListener - Class in be.yildizgames.common.client.debug
 
NoDebugListener() - Constructor for class be.yildizgames.common.client.debug.NoDebugListener
 

P

PWD_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for password.

R

readFromProperties(Properties) - Method in class be.yildizgames.common.client.config.Configuration
Test if the configuration has been loaded from the file and return it.
registerLanguage(Language) - Method in class be.yildizgames.common.client.translation.LanguageProvider
Add a supported language.
RES_1024X768 - be.yildizgames.common.client.config.Resolution
1024*768(4/3).
RES_1280X768 - be.yildizgames.common.client.config.Resolution
1280*768.
RES_1280X800 - be.yildizgames.common.client.config.Resolution
1280*800.
RES_1366X768 - be.yildizgames.common.client.config.Resolution
1366*768.
RES_1920X1080 - be.yildizgames.common.client.config.Resolution
1920*1080(16/9) HD.
RES_800X600 - be.yildizgames.common.client.config.Resolution
800*600(4/3).
Resolution - Enum in be.yildizgames.common.client.config
List of resolutions supported by the game.

S

SAVE_CREDENTIALS_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for save credentials.
SERVER_HOST_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for the server host address.
SERVER_PORT_KEY - Static variable in class be.yildizgames.common.client.config.Configuration
Property key for the server port number.
setAuthenticationHost(String) - Method in class be.yildizgames.common.client.config.Configuration
 
setAuthenticationPort(int) - Method in class be.yildizgames.common.client.config.Configuration
 
setLanguage(Language) - Method in class be.yildizgames.common.client.config.Configuration
Change the language to use.
setLogin(String) - Method in class be.yildizgames.common.client.config.Configuration
 
setPassword(String) - Method in class be.yildizgames.common.client.config.Configuration
 
setSaveCredentialsChecked(boolean) - Method in class be.yildizgames.common.client.config.Configuration
 
setServerHost(String) - Method in class be.yildizgames.common.client.config.Configuration
 
setServerPort(int) - Method in class be.yildizgames.common.client.config.Configuration
 
SimpleTranslatedValueProvider - Class in be.yildizgames.common.client.translation
 
SimpleTranslatedValueProvider(TranslatedValue) - Constructor for class be.yildizgames.common.client.translation.SimpleTranslatedValueProvider
 
swapSaveCredentialsChecked() - Method in class be.yildizgames.common.client.config.Configuration
Invert the flag to save or not the credentials on the client computer.

T

toString() - Method in enum be.yildizgames.common.client.config.Resolution
 
translate(TranslationKey) - Method in class be.yildizgames.common.client.translation.Translation
Get the translated value.
translate(TranslationKey.MultiKey) - Method in class be.yildizgames.common.client.translation.Translation
 
translate(TranslationKey, String...) - Method in class be.yildizgames.common.client.translation.Translation
 
TranslatedValue - Class in be.yildizgames.common.client.translation
 
TranslatedValue(String, Language, String) - Constructor for class be.yildizgames.common.client.translation.TranslatedValue
 
TranslatedValueProvider - Interface in be.yildizgames.common.client.translation
 
TranslatedValuesProvider - Interface in be.yildizgames.common.client.translation
 
Translation - Class in be.yildizgames.common.client.translation
Manage different languages, use properties to get the translation.
TranslationKey - Class in be.yildizgames.common.client.translation
A TranslationKey is a value meant to be translated, it is composed of a key, and optional arguments.
TranslationKey.MultiKey - Class in be.yildizgames.common.client.translation
A multi key is composed of several keys to provide the possibility to use several translation in one go.

U

updateFps(float) - Method in class be.yildizgames.common.client.debug.ConsoleDebugListener
 
updateFps(float) - Method in interface be.yildizgames.common.client.debug.DebugListener
Update with the last debug information.
updateFps(float) - Method in class be.yildizgames.common.client.debug.NoDebugListener
 

V

valueOf(String) - Static method in enum be.yildizgames.common.client.config.Resolution
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.yildizgames.common.client.config.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.

X

x - Variable in enum be.yildizgames.common.client.config.Resolution
X value of the resolution, immutable.

Y

y - Variable in enum be.yildizgames.common.client.config.Resolution
Y value of the resolution, immutable.
A B C D E F G H I L N P R S T U V X Y 
All Classes All Packages