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描述classBasicButton implementationclassBasicCheckboxMenuItem implementationclassCheckboxUI implementation for BasicCheckboxUIclassBasicMenuItem implementationclassA default L&F implementation of MenuUI.classBasicRadioButtonMenuItem implementationclassRadioButtonUI implementation for BasicRadioButtonUIclassBasicToggleButton implementation -
Uses of ButtonUI in javax.swing.plaf.metal
Subclasses of ButtonUI in javax.swing.plaf.metal修饰符和类Class描述classMetalButtonUI implementationclassCheckboxUI implementation for MetalCheckboxUIclassRadioButtonUI implementation for MetalRadioButtonUIclassMetalToggleButton implementation -
Uses of ButtonUI in javax.swing.plaf.multi
Subclasses of ButtonUI in javax.swing.plaf.multi修饰符和类Class描述classA multiplexing UI used to combineButtonUIs.classA multiplexing UI used to combineMenuItemUIs. -
Uses of ButtonUI in javax.swing.plaf.synth
Subclasses of ButtonUI in javax.swing.plaf.synth修饰符和类Class描述classProvides the Synth L&F UI delegate forJButton.classProvides the Synth L&F UI delegate forJCheckBoxMenuItem.classProvides the Synth L&F UI delegate forJCheckBox.classProvides the Synth L&F UI delegate forJMenuItem.classProvides the Synth L&F UI delegate forJMenu.classProvides the Synth L&F UI delegate forJRadioButtonMenuItem.classProvides the Synth L&F UI delegate forJRadioButton.classProvides the Synth L&F UI delegate forJToggleButton.