com.jidesoft.plaf.xerto
Class XertoJideButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
com.jidesoft.plaf.JideButtonUI
com.jidesoft.plaf.basic.BasicJideButtonUI
com.jidesoft.plaf.xerto.XertoJideButtonUI
public class XertoJideButtonUI
- extends BasicJideButtonUI
Fields inherited from class com.jidesoft.plaf.basic.BasicJideButtonUI |
_darkShadowColor, _focusColor, _highlight, _isFloatingIcon, _lightHighlightColor, _painter, _shadowColor, defaultTextIconGap, defaultTextShiftOffset, iconRect, textRect, viewRect |
Methods inherited from class com.jidesoft.plaf.basic.BasicJideButtonUI |
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getFocusColor, getForegroundOfState, getIcon, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, isFloatingIcon, paintBackground, paintIcon, paintText, paintText, setTextShiftOffset, shouldWrapText, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, updateMargin |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XertoJideButtonUI
public XertoJideButtonUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class BasicJideButtonUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI
in class BasicJideButtonUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class BasicJideButtonUI