public class EclipseGripperUI extends BasicGripperUI
| Modifier and Type | Field | Description |
|---|---|---|
protected java.awt.Color |
_darkShadowColor |
|
protected java.awt.Color |
_highlight |
|
protected java.awt.Color |
_lightHighlightColor |
|
protected java.awt.Color |
_shadowColor |
_gripperPainter, _painter| Constructor | Description |
|---|---|
EclipseGripperUI() |
| Modifier and Type | Method | 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, uninstallUIprotected 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 BasicGripperUIprotected void uninstallDefaults(Gripper s)
uninstallDefaults in class BasicGripperUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class BasicGripperUI