| java.lang.Object net.sourceforge.squirrel_sql.plugins.laf.LAFRegister
LAFRegister | class LAFRegister (Code) | | Register of Look and Feels.
author: Colin Bell |
LAFRegister | LAFRegister(IApplication app, LAFPlugin plugin) throws IllegalArgumentException(Code) | | Ctor. Load all Look and Feels from the Look and Feel folder. Set the
current Look and Feel to that specified in the application preferences.
Parameters: app - Application API. Parameters: plugin - The LAF plugin. throws: IllegalArgumentException - If IApplication, or LAFPlugin are null. |
applyPreferences | void applyPreferences()(Code) | | |
getLookAndFeelClassLoader | ClassLoader getLookAndFeelClassLoader()(Code) | | Return the class loader used to load the Look and Feels.
the ClassLoader used to load the look and feels. |
getLookAndFeelController | ILookAndFeelController getLookAndFeelController(String lafClassName)(Code) | | Get a Look and Feel Controller for the passed L&F class name.
Parameters: lafClassName - Look and Feel class name to get controller for. L&F Controller. throws: IllegalArgumentException - Thrown if nulllafClassName passed. |
updateApplicationFonts | void updateApplicationFonts()(Code) | | Update the applications fonts.
|
updateStatusBarFont | void updateStatusBarFont()(Code) | | Set the font that the application uses for statusbars.
|
|
|