| |
|
| java.lang.Object org.beryl.gui.GUIUtils
GUIUtils | public class GUIUtils (Code) | | Miscellaneous functions to get the XML GUI ready for use and to perform common tasks
|
KUNSTSTOFF_LNF | final public static String KUNSTSTOFF_LNF(Code) | | |
defaultInitialization | public static void defaultInitialization(Locale locale) throws GUIException(Code) | | Initialize everything using the given locale
|
defaultInitialization | public static void defaultInitialization() throws GUIException(Code) | | Initialize everything while taking the default locale
|
getStringForThrowable | public static String getStringForThrowable(Throwable throwable)(Code) | | Convert a Throwable into a String
Parameters: throwable - The Throwable to convert A String describing the Throwable |
initializeBase | public static void initializeBase() throws GUIException(Code) | | Add the core internationalization & icons to the search path
|
initializeEventQueue | public static void initializeEventQueue()(Code) | | Initialize the event queue
|
initializeLogging | public static void initializeLogging() throws GUIException(Code) | | Initialize log4j with a basic console appender
|
initializeLookAndFeel | public static void initializeLookAndFeel(String className) throws GUIException(Code) | | Initialize a custom look and feel
|
initializeOSX | public static void initializeOSX()(Code) | | MacOS X specific initialization
|
register | public static void register(Widget widget)(Code) | | Internally used by Frame/Dialogs to register themselves
when they are created. Needed for dynamic Look And Feel
changes
|
unregister | public static void unregister(Widget widget)(Code) | | Internally used by Frame/Dialogs to unregister themselves
when they are finalized. Needed for dynamic Look And Feel
changes
|
updateAllWidgets | public static void updateAllWidgets()(Code) | | Dynamically update the look and feel of all widgets
|
|
|
|