|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gjt.universe.AlphaOptions
This class is used to enable/disable parts of code at runtime. Starting the program with a "-alpha" brings up a dialog whick allows the user to enable/disable the values of this class.
GUIAlphaOptionsAWT| Field Summary | |
private static boolean[] |
Values
|
| Constructor Summary | |
private |
AlphaOptions()
|
| Method Summary | |
static void |
clearValue(int idx)
|
static boolean |
getValue(int idx)
|
static void |
setValue(int idx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static boolean[] Values
| Constructor Detail |
private AlphaOptions()
| Method Detail |
public static boolean getValue(int idx)
public static void setValue(int idx)
public static void clearValue(int idx)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||