| java.lang.Object using.Active
Active | public class Active (Code) | | |
Method Summary | |
public static void | describe(Object x) Describe the contents of Object x. | public static void | gcMonitor() | public static void | inspect(Object x) Inspect the object, x using a JTable. | public static void | interact(Object it) Interact with, object it in an interactive JScheme window. |
describe | public static void describe(Object x)(Code) | | Describe the contents of Object x. *
|
gcMonitor | public static void gcMonitor()(Code) | | Start a detatched garbage collection panel *
|
inspect | public static void inspect(Object x)(Code) | | Inspect the object, x using a JTable. *
|
interact | public static void interact(Object it)(Code) | | Interact with, object it in an interactive JScheme window. *
|
|
|