Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B G I L N O S

B

bundle - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
Bundle containing language's data

G

get(String) - Method in interface org.javahispano.canyamo.services.i18n.Language
Gets the "translated" value of the given key

Same as getValue
get(String) - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
Gets the "translated" value of the given key

Same as getValue
getLanguage(String) - Method in class org.javahispano.canyamo.services.i18n.I18nManager
Retrieves the language for the given locale (land code)
getLongDateFormat() - Method in interface org.javahispano.canyamo.services.i18n.Language
Gets a long-date formatter for this language
which can be used to format dates according to the selected language

Example: 01-23-2002
getLongDateFormat() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
Gets a long-date formatter for this language
which can be used to format dates according to the selected language

Example: 01-23-2002
getName() - Method in class org.javahispano.canyamo.services.i18n.I18nManager
Retrives manager's name
getName() - Method in interface org.javahispano.canyamo.services.i18n.Language
Gets langauge's name
getName() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
Gets langauge's name, in this case "file name"_"locale"
getShortDateFormat() - Method in interface org.javahispano.canyamo.services.i18n.Language
Gets a short-date formatter for this language
which can be used to format dates according to the selected language

Example: 01-23-02
getShortDateFormat() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
Gets a short-date formatter for this language
which can be used to format dates according to the selected language

Example: 01-23-02
getValue(String) - Method in interface org.javahispano.canyamo.services.i18n.Language
Gets the "translated" value of the given key

Same as get
getValue(String) - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
Gets the "translated" value of the given key

Same as get

I

I18nManager - class org.javahispano.canyamo.services.i18n.I18nManager.
Manages internationalitation related stuff.
I18nManager(String) - Constructor for class org.javahispano.canyamo.services.i18n.I18nManager
Constructor for the I18nManager object

L

Language - interface org.javahispano.canyamo.services.i18n.Language.
This interface represents a Language which can be managed by I18nManager.
LanguageImpl - class org.javahispano.canyamo.services.i18n.LanguageImpl.
This class created a Language based on a .properties file and a ResourceBundle
LanguageImpl(String, String) - Constructor for class org.javahispano.canyamo.services.i18n.LanguageImpl
Constructor for the LanguageImpl object
languages - Variable in class org.javahispano.canyamo.services.i18n.I18nManager
HashMap with all languages
long_date - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
A short-date formatter for this locale

N

name - Variable in class org.javahispano.canyamo.services.i18n.I18nManager
Name of this Manager.
name - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
Language's name.

O

org.javahispano.canyamo.services.i18n - package org.javahispano.canyamo.services.i18n
 

S

short_date - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
A short-date formatter for this locale

B G I L N O S