JIDE 3.5.15

com.jidesoft.plaf.xerto
Class XertoJideButtonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by com.jidesoft.plaf.JideButtonUI
              extended by com.jidesoft.plaf.basic.BasicJideButtonUI
                  extended by com.jidesoft.plaf.xerto.XertoJideButtonUI

public class XertoJideButtonUI
extends BasicJideButtonUI


Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicJideButtonUI
_darkShadowColor, _focusColor, _highlight, _isFloatingIcon, _lightHighlightColor, _painter, _shadowColor, defaultTextIconGap, defaultTextShiftOffset, iconRect, textRect, viewRect
 
Constructor Summary
XertoJideButtonUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void installUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 void uninstallUI(JComponent c)
           
 
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 javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XertoJideButtonUI

public XertoJideButtonUI()
Method Detail

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

JIDE 3.5.15