public class Constants
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static org.eclipse.swt.graphics.RGB |
BLACK |
Deprecated.
|
static org.eclipse.swt.graphics.RGB |
BLUE |
Deprecated.
|
static org.eclipse.swt.graphics.RGB |
DARK_GRAY |
Deprecated.
|
static org.eclipse.swt.graphics.RGB |
GRAY |
Deprecated.
|
static int |
LARGE_FONT_SIZE |
the large font size
|
static org.eclipse.swt.graphics.RGB |
LIGHT_BLUE |
Deprecated.
|
static int |
MEDIUM_FONT_SIZE |
the medium font size
|
static int |
SMALL_FONT_SIZE |
the small font size
|
static org.eclipse.swt.graphics.RGB |
WHITE |
Deprecated.
|
Constructor | Description |
---|---|
Constants() |
public static final int LARGE_FONT_SIZE
public static final int MEDIUM_FONT_SIZE
public static final int SMALL_FONT_SIZE
@Deprecated public static final org.eclipse.swt.graphics.RGB LIGHT_BLUE
@Deprecated public static final org.eclipse.swt.graphics.RGB BLUE
@Deprecated public static final org.eclipse.swt.graphics.RGB WHITE
@Deprecated public static final org.eclipse.swt.graphics.RGB GRAY
@Deprecated public static final org.eclipse.swt.graphics.RGB DARK_GRAY
@Deprecated public static final org.eclipse.swt.graphics.RGB BLACK