|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI com.jidesoft.plaf.GripperUI com.jidesoft.plaf.basic.BasicGripperUI com.jidesoft.plaf.eclipse.EclipseGripperUI
public class EclipseGripperUI
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 |
---|
protected Color _shadowColor
protected Color _darkShadowColor
protected Color _highlight
protected Color _lightHighlightColor
Constructor Detail |
---|
public EclipseGripperUI()
Method Detail |
---|
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
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |