Class RuneLiteCheckBoxUI

  • All Implemented Interfaces:
    com.formdev.flatlaf.ui.FlatStylingSupport.StyleableUI

    public class RuneLiteCheckBoxUI
    extends com.formdev.flatlaf.ui.FlatCheckBoxUI
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI

        com.formdev.flatlaf.ui.FlatRadioButtonUI.FlatRadioButtonListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float rolloverIconAlpha  
      • Fields inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI

        disabledText, iconTextGap
      • Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI

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

        defaultTextIconGap, defaultTextShiftOffset
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RuneLiteCheckBoxUI​(boolean shared)  
    • 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)  
      void installDefaults​(javax.swing.AbstractButton b)  
      protected void paintIcon​(java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle iconRect)  
      • Methods inherited from class com.formdev.flatlaf.ui.FlatCheckBoxUI

        getPropertyPrefix
      • Methods inherited from class com.formdev.flatlaf.ui.FlatRadioButtonUI

        applyStyle, applyStyleProperty, createButtonListener, getBaseline, getPreferredSize, getStyleableInfos, getStyleableValue, installStyle, installUI, paint, paintText, propertyChange, uninstallDefaults, uninstallUI
      • Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI

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

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

        clearTextShiftOffset, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners
      • 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
    • Field Detail

      • rolloverIconAlpha

        protected float rolloverIconAlpha
    • Constructor Detail

      • RuneLiteCheckBoxUI

        protected RuneLiteCheckBoxUI​(boolean shared)
    • Method Detail

      • createUI

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

        public void installDefaults​(javax.swing.AbstractButton b)
        Overrides:
        installDefaults in class com.formdev.flatlaf.ui.FlatRadioButtonUI
      • paintIcon

        protected void paintIcon​(java.awt.Graphics g,
                                 javax.swing.JComponent c,
                                 java.awt.Rectangle iconRect)
        Overrides:
        paintIcon in class javax.swing.plaf.basic.BasicButtonUI