public class EclipseGripperUI extends BasicGripperUI
| Modifier and Type | Field | Description |
|---|---|---|
protected Color |
_darkShadowColor |
|
protected Color |
_highlight |
|
protected Color |
_lightHighlightColor |
|
protected Color |
_shadowColor |
_gripperPainter, _painter| Constructor | Description |
|---|---|
EclipseGripperUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(JComponent c) |
|
protected void |
installDefaults(Gripper s) |
|
void |
paint(Graphics g,
JComponent c) |
|
protected void |
uninstallDefaults(Gripper s) |
createMouseListener, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, installListeners, installUI, paintBackground, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, updateprotected Color _shadowColor
protected Color _darkShadowColor
protected Color _highlight
protected Color _lightHighlightColor
public static ComponentUI createUI(JComponent c)
protected void installDefaults(Gripper s)
installDefaults in class BasicGripperUIprotected void uninstallDefaults(Gripper s)
uninstallDefaults in class BasicGripperUIpublic void paint(Graphics g, JComponent c)
paint in class BasicGripperUI