Class RadianceCheckBoxUI

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RadianceCheckBoxUI​(javax.swing.JToggleButton button)
      Simple constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.swing.plaf.basic.BasicButtonListener createButtonListener​(javax.swing.AbstractButton b)  
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent comp)  
      java.awt.Dimension getPreferredSize​(javax.swing.JComponent c)  
      protected java.lang.String getPropertyPrefix()  
      protected void installDefaults​(javax.swing.AbstractButton b)  
      void update​(java.awt.Graphics g, javax.swing.JComponent c)  
      protected void updateIcon()  
      • Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI

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

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

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

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

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

      • propertyPrefix

        private static final java.lang.String propertyPrefix
        Prefix for the checkbox-related properties in the UIManager.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RadianceCheckBoxUI

        protected RadianceCheckBoxUI​(javax.swing.JToggleButton button)
        Simple constructor.
        Parameters:
        button - The associated button.
    • Method Detail

      • createUI

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

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