public class DefaultFlatTheme extends DelegatingLookAndFeel
systemLookAndFeel
Constructor and Description |
---|
DefaultFlatTheme() |
Modifier and Type | Method and Description |
---|---|
javax.swing.UIDefaults |
getDefaults() |
java.lang.String |
getDescription() |
java.lang.String |
getID() |
java.lang.String |
getName() |
static void |
loadPlugins() |
static javax.swing.UIDefaults |
setDefaults(javax.swing.UIDefaults defaults,
java.lang.String lafId)
Apply theme default values to the supplied
UIDefaults object. |
static void |
unloadPlugins() |
getDisabledIcon, getDisabledSelectedIcon, getIcon, getLayoutStyle, getSupportsWindowDecorations, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, uninitialize
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
public DefaultFlatTheme() throws java.lang.Exception
java.lang.Exception
public static void loadPlugins()
public static void unloadPlugins()
public java.lang.String getName()
getName
in class javax.swing.LookAndFeel
public java.lang.String getID()
getID
in class javax.swing.LookAndFeel
public java.lang.String getDescription()
getDescription
in class javax.swing.LookAndFeel
public javax.swing.UIDefaults getDefaults()
getDefaults
in class DelegatingLookAndFeel
public static javax.swing.UIDefaults setDefaults(javax.swing.UIDefaults defaults, java.lang.String lafId)
UIDefaults
object.
Suitable for third-party themes that want to modify the default theme.defaults
- the UIDefaults
object such as from
LookAndFeel.getDefaults()
lafId
- the ID of the LAF that will make use of the defaults (from
LookAndFeel.getID()
)UIDefaults
object