Class FlatCheckBoxUI


  • public class FlatCheckBoxUI
    extends FlatRadioButtonUI
    Provides the Flat LaF UI delegate for JCheckBox.
    UiDefault:
    CheckBox.font Font, CheckBox.background Color, CheckBox.foreground Color, CheckBox.border Border, CheckBox.margin Insets, CheckBox.rollover boolean, CheckBox.icon Icon , CheckBox.iconTextGap int, CheckBox.disabledText Color
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI

        icon
      • Fields inherited from class javax.swing.plaf.basic.BasicButtonUI

        defaultTextIconGap, defaultTextShiftOffset
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatCheckBoxUI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      java.lang.String getPropertyPrefix()  
      • Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI

        getDefaultIcon, installListeners, paintFocus, uninstallListeners
      • Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI

        getTextShiftOffset, paintIcon
      • Methods inherited from class javax.swing.plaf.basic.BasicButtonUI

        clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatCheckBoxUI

        public FlatCheckBoxUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      • getPropertyPrefix

        public java.lang.String getPropertyPrefix()
        Overrides:
        getPropertyPrefix in class javax.swing.plaf.basic.BasicRadioButtonUI