JIDE 3.5.15

com.jidesoft.plaf.eclipse
Class EclipseGripperUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jidesoft.plaf.GripperUI
          extended by com.jidesoft.plaf.basic.BasicGripperUI
              extended by com.jidesoft.plaf.eclipse.EclipseGripperUI

public class EclipseGripperUI
extends BasicGripperUI


Field Summary
protected  Color _darkShadowColor
           
protected  Color _highlight
           
protected  Color _lightHighlightColor
           
protected  Color _shadowColor
           
 
Fields inherited from class com.jidesoft.plaf.basic.BasicGripperUI
_gripperPainter, _painter
 
Constructor Summary
EclipseGripperUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void installDefaults(Gripper s)
           
 void paint(Graphics g, JComponent c)
           
protected  void uninstallDefaults(Gripper s)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicGripperUI
createMouseListener, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, installListeners, installUI, paintBackground, uninstallListeners, uninstallUI
 
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
 

Field Detail

_shadowColor

protected Color _shadowColor

_darkShadowColor

protected Color _darkShadowColor

_highlight

protected Color _highlight

_lightHighlightColor

protected Color _lightHighlightColor
Constructor Detail

EclipseGripperUI

public EclipseGripperUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults(Gripper s)
Overrides:
installDefaults in class BasicGripperUI

uninstallDefaults

protected void uninstallDefaults(Gripper s)
Overrides:
uninstallDefaults in class BasicGripperUI

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicGripperUI

JIDE 3.5.15