|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Debugger
Constructor Summary | |
Debugger(java.lang.String name)
overloaded constructor, passes default boolean value to real constructor |
|
Debugger(java.lang.String name,
boolean initialState)
constructor sets boolean value and adds instantiation to the list |
Method Summary | |
static void |
dump()
prints each Debugger object |
static java.util.Enumeration |
elements()
a static method that returns an Enumeration of the instances |
boolean |
on()
a shortcut method to the super.booleanValue() |
void |
set(boolean newState)
a setter method for the boolean value |
java.lang.String |
toString()
print the Debugger object |
static void |
turn(java.lang.String key,
boolean true_false)
a static method to set value of one the instances |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Debugger(java.lang.String name, boolean initialState)
public Debugger(java.lang.String name)
Method Detail |
public void set(boolean newState)
public static java.util.Enumeration elements()
public static void turn(java.lang.String key, boolean true_false)
public boolean on()
public java.lang.String toString()
public static void dump()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |