|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.jet.gui.Preference
public abstract class Preference
| Field Summary | |
|---|---|
protected static Preferences |
userPrefs
The user preference node for the package edu.utep.cs.et.gui. |
| Constructor Summary | |
|---|---|
Preference()
|
|
| Method Summary | |
|---|---|
static String |
getBackground()
Returns the background user image |
static String |
getBanner()
Returns the user selected banner |
static String |
getClasspath()
Returns the classpath. |
static String |
getJava()
Returns the Java interpreter. |
static String |
getJavaCompiler()
Returns the Java compiler. |
static String |
getRawClasspath()
Returns the raw classpath. |
static String |
getRoot()
Returns the explorer root directory. |
static String |
getTheme()
Returns the user selected theme |
protected static int |
parseInt(String text,
String defaultValue)
Parses the given string for an integer value. |
protected static int |
parseNonNegativeInt(String text,
String defaultValue)
Parses the given string for a non-negative integer value. |
protected static int |
parsePositiveInt(String text,
String defaultValue)
Parses the given string for a positive integer value. |
static void |
setBackground(String newBackground)
Sets the background user image |
static void |
setBanner(String newBanner)
Sets the user selected banner |
static void |
setJava(String java)
Sets the Java interpreter. |
static void |
setJavaCompiler(String javac)
Sets the Java compiler. |
static void |
setRawClasspath(String path)
Sets the raw classpath. |
static void |
setRoot(String newRoot)
Sets the explorer root directory. |
static void |
setTheme(String newTheme)
Sets the user theme |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Preferences userPrefs
| Constructor Detail |
|---|
public Preference()
| Method Detail |
|---|
public static String getRoot()
public static void setRoot(String newRoot)
public static String getBackground()
public static void setBackground(String newBackground)
public static String getBanner()
public static void setBanner(String newBanner)
public static String getTheme()
public static void setTheme(String newTheme)
public static String getJavaCompiler()
public static void setJavaCompiler(String javac)
public static String getJava()
public static void setJava(String java)
public static String getRawClasspath()
public static String getClasspath()
public static void setRawClasspath(String path)
protected static int parseInt(String text,
String defaultValue)
protected static int parsePositiveInt(String text,
String defaultValue)
protected static int parseNonNegativeInt(String text,
String defaultValue)
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||