public class UnifiedToolbarButtonUI extends BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
UnifiedToolbarButtonUI() |
Modifier and Type | Method and Description |
---|---|
protected void |
installDefaults(AbstractButton b) |
protected void |
paintIcon(Graphics g,
JComponent c,
Rectangle iconRect) |
protected void |
paintText(Graphics g,
JComponent c,
Rectangle textRect,
String text) |
protected void |
uninstallDefaults(AbstractButton b) |
clearTextShiftOffset, createButtonListener, createUI, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paint, paintButtonPressed, paintFocus, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
protected void installDefaults(AbstractButton b)
installDefaults
in class BasicButtonUI
protected void uninstallDefaults(AbstractButton b)
uninstallDefaults
in class BasicButtonUI
protected void paintIcon(Graphics g, JComponent c, Rectangle iconRect)
paintIcon
in class BasicButtonUI
protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text)
paintText
in class BasicButtonUI