|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDefReader
public class DefReader
Reads out the color-properties in moe.defs, the tabsize-property and the syntax-hilighting-property in bluej.defs resp. bluej.properties.
Field Summary | |
---|---|
static java.lang.String |
DIR
The Path of BlueJ\Home - Directory. |
static java.lang.String |
USERDIR
The Path of bluej.properties . |
Constructor Summary | |
---|---|
DefReader()
Default Konstruktor |
Method Summary | |
---|---|
static java.awt.Color |
getCommentColor()
Returns the color for comments |
static java.awt.Color |
getJavadocColor()
Returns the color for javadoc |
static java.awt.Color |
getKeyword1Color()
Returns the color for keyword1 |
static java.awt.Color |
getKeyword2Color()
Returns the color for keyword2 |
static java.awt.Color |
getKeyword3Color()
Returns the color for keyword3 |
static java.awt.Color |
getPrimitiveColor()
Returns the color for the primitive types |
static java.awt.Color |
getStringColor()
Returns the color for strings and chars |
static boolean |
getSyntaxEnabled()
Returns if syntax-highlighting is enabled |
static int |
getTabSize()
Returns the tabsize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String DIR
public static java.lang.String USERDIR
Constructor Detail |
---|
DefReader()
Method Detail |
---|
public static java.awt.Color getCommentColor()
public static java.awt.Color getJavadocColor()
public static java.awt.Color getKeyword1Color()
public static java.awt.Color getKeyword2Color()
public static java.awt.Color getKeyword3Color()
public static java.awt.Color getPrimitiveColor()
public static java.awt.Color getStringColor()
public static boolean getSyntaxEnabled()
public static int getTabSize()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |