public class EclipseGripperUI extends BasicGripperUI
Modifier and Type | Field and Description |
---|---|
protected java.awt.Color |
_darkShadowColor |
protected java.awt.Color |
_highlight |
protected java.awt.Color |
_lightHighlightColor |
protected java.awt.Color |
_shadowColor |
_gripperPainter, _painter
Constructor and Description |
---|
EclipseGripperUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected void |
installDefaults(Gripper s) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
uninstallDefaults(Gripper s) |
createMouseListener, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, installListeners, installUI, paintBackground, uninstallListeners, uninstallUI
protected java.awt.Color _shadowColor
protected java.awt.Color _darkShadowColor
protected java.awt.Color _highlight
protected java.awt.Color _lightHighlightColor
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void installDefaults(Gripper s)
installDefaults
in class BasicGripperUI
protected void uninstallDefaults(Gripper s)
uninstallDefaults
in class BasicGripperUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class BasicGripperUI