Uses of Class javax.swing.UIDefaults

Uses in package javax.swing.plaf.multi

Methods with return type javax.swing.UIDefaults

UIDefaults
Creates and returns the UI defaults for this look and feel.

Uses in package javax.swing

Methods with parameter type javax.swing.UIDefaults

Object
Object
Object
Object

Methods with return type javax.swing.UIDefaults

UIDefaults
Creates and returns a look-and-feel specific defaults table.
UIDefaults
Returns the default values for this look and feel.
UIDefaults
Returns the UIDefaults table of the currently active look and feel.

Uses in package javax.swing.plaf.metal

Methods with parameter type javax.swing.UIDefaults

void
Adds custom entries to the UI defaults table.
void
Adds customized entries to the UIDefaults table.
void
Sets the ComponentUI classes for all Swing components to the Metal implementations.
void
Initializes the component defaults for the Metal Look & Feel.
void
Initializes the system color defaults.

Methods with return type javax.swing.UIDefaults

UIDefaults
Creates and returns a new instance of the default resources for this look and feel.

Uses in package javax.swing.plaf.basic

Methods with parameter type javax.swing.UIDefaults

void
Populates the defaults table with mappings between class IDs and fully qualified class names for the UI delegates.
void
Populates the defaults table with UI default values for colors, fonts, keybindings and much more.
void
Populates the defaults table with system color defaults.
void
BasicLookAndFeel.loadSystemColors(UIDefaults defaults, String[] systemColors, boolean useNative)
Populates the defaults table with the system colors.

Methods with return type javax.swing.UIDefaults

UIDefaults
Creates and returns a new instance of the default resources for this look and feel.

Uses in package javax.swing.plaf.synth

Methods with return type javax.swing.UIDefaults

UIDefaults
Returns the UI defaults of this look and feel.