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, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
protected 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 BasicGripperUI
protected void uninstallDefaults(Gripper s)
uninstallDefaults
in class BasicGripperUI
public void paint(Graphics g, JComponent c)
paint
in class BasicGripperUI