public class AquaLookAndFeelHandler extends LookAndFeelHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
plafName
Look & feel class name.
|
PLAF_FAMILY, PLAF_NAME, themes
Constructor and Description |
---|
AquaLookAndFeelHandler()
Constructor method just setting the supported look & feel class name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
activateLookAndFeel(java.lang.String theme)
Activates the look & feel optionally by setting a certain theme.
|
boolean |
isActive(java.lang.String theme)
Is the look & feel and the theme currently used by the gui?
|
boolean |
isConfigurable()
Does the implementation provide support for adding new themes?
|
void |
setupUIDefaults()
Adds some new ui default values used by the package classes.
|
addTheme, getDisplayName, getFamily, getName, getSimpleName, getThemeProperties, getThemes, isActive, updateComponentTreeUIs
public static final java.lang.String plafName
public AquaLookAndFeelHandler()
public boolean isConfigurable()
isConfigurable
in class LookAndFeelHandler
public boolean activateLookAndFeel(java.lang.String theme)
activateLookAndFeel
in class LookAndFeelHandler
theme
- The theme of the specific look & feel, may be null
java.lang.IllegalArgumentException
- If theme is not supportedpublic boolean isActive(java.lang.String theme)
isActive
in class LookAndFeelHandler
theme
- The interesting themepublic void setupUIDefaults()
setupUIDefaults
in class LookAndFeelHandler
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.