Uses of Class
javax.swing.UIDefaults
Packages that use UIDefaults
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Synth is a skinnable look and feel in which all painting is delegated.
-
Uses of UIDefaults in javax.swing
Methods in javax.swing that return UIDefaults修饰符和类方法描述LookAndFeel.getDefaults()Returns the look and feel defaults.static UIDefaultsUIManager.getDefaults()Returns the defaults.static UIDefaultsUIManager.getLookAndFeelDefaults()Returns theUIDefaultsfrom the current look and feel, that were obtained at the time the look and feel was installed.Methods in javax.swing with parameters of type UIDefaults修饰符和类方法描述UIDefaults.ActiveValue.createValue(UIDefaults table) Creates the value retrieved from theUIDefaultstable.UIDefaults.LazyInputMap.createValue(UIDefaults table) Creates anInputMapwith the bindings that are passed in.UIDefaults.LazyValue.createValue(UIDefaults table) Creates the actual value retrieved from theUIDefaultstable.UIDefaults.ProxyLazyValue.createValue(UIDefaults table) Creates the value retrieved from theUIDefaultstable. -
Uses of UIDefaults in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return UIDefaultsMethods in javax.swing.plaf.basic with parameters of type UIDefaults修饰符和类方法描述protected voidBasicLookAndFeel.initClassDefaults(UIDefaults table) Populatestablewith mappings fromuiClassIDto the fully qualified name of the ui class.protected voidBasicLookAndFeel.initComponentDefaults(UIDefaults table) Populatestablewith the defaults for the basic look and feel.protected voidBasicLookAndFeel.initSystemColorDefaults(UIDefaults table) Populatestablewith system colors.protected voidBasicLookAndFeel.loadSystemColors(UIDefaults table, String[] systemColors, boolean useNative) Populatestablewith thename-colorpairs insystemColors. -
Uses of UIDefaults in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal that return UIDefaultsMethods in javax.swing.plaf.metal with parameters of type UIDefaults修饰符和类方法描述voidMetalTheme.addCustomEntriesToTable(UIDefaults table) Adds values specific to this theme to the defaults table.voidOceanTheme.addCustomEntriesToTable(UIDefaults table) Add this theme's custom entries to the defaults table.protected voidMetalLookAndFeel.initClassDefaults(UIDefaults table) Populatestablewith mappings fromuiClassIDto the fully qualified name of the ui class.protected voidMetalLookAndFeel.initComponentDefaults(UIDefaults table) Populatestablewith the defaults for metal.protected voidMetalLookAndFeel.initSystemColorDefaults(UIDefaults table) Populatestablewith system colors. -
Uses of UIDefaults in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi that return UIDefaults修饰符和类方法描述MultiLookAndFeel.getDefaults()Creates, initializes, and returns the look and feel specific defaults. -
Uses of UIDefaults in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth that return UIDefaults