|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UiBundleException | |
com.retek.commons.gui.core | |
com.retek.commons.gui.util |
Uses of UiBundleException in com.retek.commons.gui.core |
Methods in com.retek.commons.gui.core that throw UiBundleException | |
void |
ThemeManager.setTheme(java.lang.String filename)
Assigns the font and color scheme based on the input filename of the properties file containing the scheme information. |
Uses of UiBundleException in com.retek.commons.gui.util |
Methods in com.retek.commons.gui.util that throw UiBundleException | |
boolean |
TranslatorManager.setBundle(java.lang.String filename)
Uses the filename to create a property bundle to retrieve translations from. |
void |
RPropertyBundle.loadPropertyBundle(java.lang.String filename)
Loads a file into the property resource bundle, parsing the KEY-VALUE information stored within the file and stores it internally. |
void |
RPropertyBundle.loadPropertyBundle(java.lang.String filename,
java.lang.String encoding)
Loads a file into the property resource bundle, parsing the KEY-VALUE information stored within the file and storing it internally. |
Constructors in com.retek.commons.gui.util that throw UiBundleException | |
MessageTranslator(java.lang.String filename)
Returns new MessageManager object. |
|
MessageTranslator(java.util.Locale locale,
java.lang.String filename)
Returns new MessageManager object. |
|
MnemonicTranslator(java.lang.String filename)
Returns new MnemonicManager object. |
|
MnemonicTranslator(java.util.Locale locale,
java.lang.String filename)
Returns new MnemonicManager object. |
|
LanguageTranslator(java.lang.String filename)
Returns new LanguageManager object. |
|
LanguageTranslator(java.util.Locale locale,
java.lang.String filename)
Returns new LanguageManager object. |
|
TranslatorManager(java.lang.String filename)
Returns new TranslatorManager object. |
|
TranslatorManager(java.util.Locale locale,
java.lang.String filename)
Returns new LanguageManager object. |
|
RPropertyBundle(java.lang.String filename)
Creates and returns a new RPropertyBundle object. |
|
RPropertyBundle(java.lang.String filename,
java.lang.String encoding)
Creates and returns a new RPropertyBundle object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |