Class PreferencesTabBarButtonUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.basic.BasicButtonUI
-
- com.explodingpixels.macwidgets.plaf.UnifiedToolbarButtonUI
-
- com.explodingpixels.macwidgets.plaf.PreferencesTabBarButtonUI
-
public class PreferencesTabBarButtonUI extends UnifiedToolbarButtonUI
-
-
Constructor Summary
Constructors Constructor Description PreferencesTabBarButtonUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
installDefaults(javax.swing.AbstractButton b)
void
paint(java.awt.Graphics g, javax.swing.JComponent c)
protected void
uninstallDefaults(javax.swing.AbstractButton b)
-
Methods inherited from class com.explodingpixels.macwidgets.plaf.UnifiedToolbarButtonUI
paintIcon, paintText
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, createUI, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
installDefaults
protected void installDefaults(javax.swing.AbstractButton b)
- Overrides:
installDefaults
in classUnifiedToolbarButtonUI
-
uninstallDefaults
protected void uninstallDefaults(javax.swing.AbstractButton b)
- Overrides:
uninstallDefaults
in classUnifiedToolbarButtonUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
- Overrides:
paint
in classjavax.swing.plaf.basic.BasicButtonUI
-
-