|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.csstudio.ui.util.SWTConstants
public class SWTConstants
SWT Constants. Some SWT constants doesn't exist in org.eclipse.rap.ui, but exist in org.eclipse.draw2d.rap.swt. So I copy them to here to achieve the compatibility.
Field Summary | |
---|---|
static int |
IMAGE_DISABLE
The Image constructor argument indicating that the new image
should have the appearance of a "disabled" (using the platform's rules for
how this should look) copy of the image provided as an argument (value is
1). |
static int |
IMAGE_GRAY
The Image constructor argument indicating that the new image
should have the appearance of a "gray scaled" copy of the image provided as
an argument (value is 2). |
static int |
LINE_CUSTOM
Line drawing style for custom dashed lines (value is 6). |
static int |
LINE_DASH
Line drawing style for dashed lines (value is 2). |
static int |
LINE_DASHDOT
Line drawing style for alternating dash-dot lines (value is 4). |
static int |
LINE_DASHDOTDOT
Line drawing style for dash-dot-dot lines (value is 5). |
static int |
LINE_DOT
Line drawing style for dotted lines (value is 3). |
static int |
LINE_SOLID
Line drawing style for solid lines (value is 1). |
Constructor Summary | |
---|---|
SWTConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LINE_SOLID
public static final int LINE_DASH
public static final int LINE_DOT
public static final int LINE_DASHDOT
public static final int LINE_DASHDOTDOT
public static final int LINE_CUSTOM
org.eclipse.swt.graphics.GC#setLineDash(int[])
,
org.eclipse.swt.graphics.GC#getLineDash()
,
Constant Field Valuespublic static final int IMAGE_DISABLE
Image
constructor argument indicating that the new image
should have the appearance of a "disabled" (using the platform's rules for
how this should look) copy of the image provided as an argument (value is
1).
public static final int IMAGE_GRAY
Image
constructor argument indicating that the new image
should have the appearance of a "gray scaled" copy of the image provided as
an argument (value is 2).
Constructor Detail |
---|
public SWTConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |