Uses of Class
javax.swing.plaf.ButtonUI
Packages that use ButtonUI
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
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 ButtonUI in javax.swing
Methods in javax.swing that return ButtonUIMethods in javax.swing with parameters of type ButtonUI -
Uses of ButtonUI in javax.swing.plaf
Subclasses of ButtonUI in javax.swing.plaf -
Uses of ButtonUI in javax.swing.plaf.basic
Subclasses of ButtonUI in javax.swing.plaf.basic修饰符和类Class描述class
BasicButton implementationclass
BasicCheckboxMenuItem implementationclass
CheckboxUI implementation for BasicCheckboxUIclass
BasicMenuItem implementationclass
A default L&F implementation of MenuUI.class
BasicRadioButtonMenuItem implementationclass
RadioButtonUI implementation for BasicRadioButtonUIclass
BasicToggleButton implementation -
Uses of ButtonUI in javax.swing.plaf.metal
Subclasses of ButtonUI in javax.swing.plaf.metal修饰符和类Class描述class
MetalButtonUI implementationclass
CheckboxUI implementation for MetalCheckboxUIclass
RadioButtonUI implementation for MetalRadioButtonUIclass
MetalToggleButton implementation -
Uses of ButtonUI in javax.swing.plaf.multi
Subclasses of ButtonUI in javax.swing.plaf.multi修饰符和类Class描述class
A multiplexing UI used to combineButtonUI
s.class
A multiplexing UI used to combineMenuItemUI
s. -
Uses of ButtonUI in javax.swing.plaf.synth
Subclasses of ButtonUI in javax.swing.plaf.synth修饰符和类Class描述class
Provides the Synth L&F UI delegate forJButton
.class
Provides the Synth L&F UI delegate forJCheckBoxMenuItem
.class
Provides the Synth L&F UI delegate forJCheckBox
.class
Provides the Synth L&F UI delegate forJMenuItem
.class
Provides the Synth L&F UI delegate forJMenu
.class
Provides the Synth L&F UI delegate forJRadioButtonMenuItem
.class
Provides the Synth L&F UI delegate forJRadioButton
.class
Provides the Synth L&F UI delegate forJToggleButton
.