- 所有已实现的接口:
-
PropertyChangeListener,EventListener,SynthConstants,SynthUI
为
JCheckBox提供Synth外观UI代理。
- 自版本:
- 1.7
-
Field Summary
Fields declared in class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffsetFields declared in interface javax.swing.plaf.synth.SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED -
Constructor Summary
Constructors -
Method Summary
Methods declared in class javax.swing.plaf.synth.SynthRadioButtonUI
getSizingIconMethods declared in class javax.swing.plaf.synth.SynthButtonUI
getContext, getDefaultIcon, getIcon, paint, paint, paintBorder, propertyChange, updateMethods declared in class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListenersMethods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI
-
Constructor Details
-
SynthCheckBoxUI
public SynthCheckBoxUI()构造一个SynthCheckBoxUI。
-
-
Method Details
-
createUI
为给定的组件创建一个新的UI对象。- 参数:
-
b- 要为其创建UI对象的组件 - 返回值:
- UI对象
-