Public Methods | |
| TResourceSupplier (ResourceBundle tRESOURCE_BUNDLE) | |
| Color | getColor (final String kyRESOURCE_NAME) |
| String | getText (final String kyRESOURCE_NAME) |
| char | getMnemonic (final String kyRESOURCE_NAME) |
| boolean | hasMnemonic (final String kyRESOURCE_NAME) |
Protected Methods | |
| String | getResourceString (final String kyRESOURCE_NAME, final String kySUFFIX) |
Definition at line 40 of file TResourceSupplier.java.
|
|
Builds a new instance.
Definition at line 64 of file TResourceSupplier.java. |
|
|
Returns the color bound to the resource named kyRESOURCE_NAME.
Definition at line 97 of file TResourceSupplier.java. References nui::TResourceSupplier::getResourceString(). |
|
|
Returns the mnemonic bound to the resource named kyRESOURCE_NAME.
Definition at line 119 of file TResourceSupplier.java. References nui::TResourceSupplier::getResourceString(). |
|
||||||||||||
|
Returns the resource string bound to the resource named kyRESOURCE_NAME and with the suffix kySUFFIX.
Definition at line 81 of file TResourceSupplier.java. Referenced by nui::TResourceSupplier::getColor(), nui::TResourceSupplier::getMnemonic(), nui::TResourceSupplier::getText(), and nui::TResourceSupplier::hasMnemonic(). |
|
|
Returns the text bound to the resource named kyRESOURCE_NAME.
Definition at line 108 of file TResourceSupplier.java. References nui::TResourceSupplier::getResourceString(). |
|
|
Returns true if the resource named kyRESOURCE_NAME has bound a mnemonic.
Definition at line 129 of file TResourceSupplier.java. References nui::TResourceSupplier::getResourceString(). |
1.2.18