protected static class ColorButtonBase.ColorButtonUI extends StickyButtonUI<ColorButtonBase>
Modifier | Constructor and Description |
---|---|
protected |
ColorButtonUI() |
Modifier and Type | Method and Description |
---|---|
protected int |
getArcSize() |
protected java.awt.Color |
getBackgroundColor(ColorButtonBase button) |
protected java.awt.Color |
getFocusColor(ColorButtonBase button) |
protected java.awt.Color |
getRolloverColor(ColorButtonBase button) |
protected java.awt.Color |
getSelectionColor(ColorButtonBase button) |
getUnfocusedBorderColor, installDefaults, paint
createUI, getPropertyPrefix, getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
protected java.awt.Color getBackgroundColor(ColorButtonBase button)
getBackgroundColor
in class StickyButtonUI<ColorButtonBase>
protected java.awt.Color getFocusColor(ColorButtonBase button)
getFocusColor
in class StickyButtonUI<ColorButtonBase>
protected java.awt.Color getSelectionColor(ColorButtonBase button)
getSelectionColor
in class StickyButtonUI<ColorButtonBase>
protected java.awt.Color getRolloverColor(ColorButtonBase button)
getRolloverColor
in class StickyButtonUI<ColorButtonBase>
protected int getArcSize()
getArcSize
in class StickyButtonUI<ColorButtonBase>