|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.uniroma3.plasm.editors.util.PlasmColorProvider
This class provide to all PLaSM environment colors for syntax coloring. Here you can specify your color preferences.
Field Summary | |
static org.eclipse.swt.graphics.RGB |
COMMENT
The color used for PLaSM comments |
static org.eclipse.swt.graphics.RGB |
DEFAULT
The color used for PLaSM default text |
static org.eclipse.swt.graphics.RGB |
DIGIT
The color used for PLaSM digits |
static org.eclipse.swt.graphics.RGB |
KEYWORD
The color used for PLaSM keywords |
static org.eclipse.swt.graphics.RGB |
OPERATOR
The color used for PLaSM single character operators |
static org.eclipse.swt.graphics.RGB |
STRING
The color used for PLaSM strings |
Constructor Summary | |
PlasmColorProvider()
|
Method Summary | |
void |
dispose()
Release all of the color resources held onto by the receiver. |
org.eclipse.swt.graphics.Color |
getColor(org.eclipse.swt.graphics.RGB rgb)
Return the Color that is stored in the Color table a RGB. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.eclipse.swt.graphics.RGB COMMENT
public static final org.eclipse.swt.graphics.RGB KEYWORD
public static final org.eclipse.swt.graphics.RGB OPERATOR
public static final org.eclipse.swt.graphics.RGB STRING
public static final org.eclipse.swt.graphics.RGB DEFAULT
public static final org.eclipse.swt.graphics.RGB DIGIT
Constructor Detail |
public PlasmColorProvider()
Method Detail |
public void dispose()
public org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)
rgb
- the RGB object associated with one PLaSM environment
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |