Top Description Constructors Methods
javax.swing.plaf.multi

pack-priv Class MultiUIDefaults

Located in compilation unit of javax.swing.plaf.multi.MultiLookAndFeel.

extends UIDefaults
Class Inheritance
Annotations
@SuppressWarnings:serial

We want the Multiplexing LookAndFeel to be quiet and fallback gracefully if it cannot find a UI. This class overrides the getUIError method of UIDefaults, which is the method that emits error messages when it cannot find a UI class in the LAF.

Constructor Summary

AccessConstructor and Description
pack-priv
MultiUIDefaults(int initialCapacity, float loadFactor)

Method Summary

Modifier and TypeMethod and Description
protected void
getUIError(String
message string to print
msg
)

Overrides javax.swing.UIDefaults.getUIError.

If getUI() fails for any reason, it calls this method before returning null.
Inherited from javax.swing.UIDefaults:
addPropertyChangeListeneraddResourceBundlefirePropertyChangegetgetgetBooleangetBooleangetBordergetBordergetColorgetColorgetDefaultLocalegetDimensiongetDimensiongetFontgetFontgetIcongetIcongetInsetsgetInsetsgetIntgetIntgetPropertyChangeListenersgetStringgetStringgetUIgetUIClassgetUIClassputputDefaultsremovePropertyChangeListenerremoveResourceBundlesetDefaultLocale

Constructor Detail

MultiUIDefaultsback to summary
pack-priv MultiUIDefaults(int initialCapacity, float loadFactor)

Method Detail

getUIErrorback to summary
protected void getUIError(String msg)

Overrides javax.swing.UIDefaults.getUIError.

Doc from javax.swing.UIDefaults.getUIError.

If getUI() fails for any reason, it calls this method before returning null. Subclasses may choose to do more or less here.

Parameters
msg:String

message string to print