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 voidinstallDefaults(javax.swing.AbstractButton b)voidpaint(java.awt.Graphics g, javax.swing.JComponent c)protected voiduninstallDefaults(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:
installDefaultsin classUnifiedToolbarButtonUI
-
uninstallDefaults
protected void uninstallDefaults(javax.swing.AbstractButton b)
- Overrides:
uninstallDefaultsin classUnifiedToolbarButtonUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
paintin classjavax.swing.plaf.basic.BasicButtonUI
-
-