| java.lang.Object edu.rice.cs.drjava.DrJavaRoot
DrJavaRoot | public class DrJavaRoot (Code) | | Main class for DrJava.
version: $Id: DrJavaRoot.java 4260 2007-10-10 20:28:34Z mgricken $ |
ADVANCED_LEVEL | final public static int ADVANCED_LEVEL(Code) | | |
ELEMENTARY_LEVEL | final public static int ELEMENTARY_LEVEL(Code) | | |
FULL_JAVA | final public static int FULL_JAVA(Code) | | |
INTERMEDIATE_LEVEL | final public static int INTERMEDIATE_LEVEL(Code) | | |
LANGUAGE_LEVEL_EXTENSIONS | final public static String[] LANGUAGE_LEVEL_EXTENSIONS(Code) | | |
TEST_DEBUGGER_CLASS | final public static String TEST_DEBUGGER_CLASS(Code) | | Class to probe to see if the debugger is available
|
consoleErr | public static PrintStream consoleErr()(Code) | | Get the actual System.err stream.
System.err |
consoleOut | public static PrintStream consoleOut()(Code) | | Get the actual System.out stream.
System.out |
dragEnter | public static void dragEnter(DropTargetDragEvent dropTargetDragEvent)(Code) | | User dragged something into the component.
|
openCommandLineFiles | static void openCommandLineFiles(MainFrame mf, String[] filesToOpen, boolean jump)(Code) | | Handle the list of files specified on the command line. Feature request #509701.
If file exists, open it in DrJava. Otherwise, ignore it.
Is there a better way to handle nonexistent files? Dialog box, maybe?
|
openCommandLineFiles | static void openCommandLineFiles(MainFrame mf, String[] filesToOpen, int len, boolean jump)(Code) | | Handle the list of files specified on the command line. Feature request #509701. If the final element in
filesToOpen is a pathSeparator, it opens the debug console. If file exists, open it in DrJava. Otherwise, ignore
it. Is there a better way to handle nonexistent files? Dialog box, maybe?
Why the wait?
|
showDrJavaDebugConsole | public static void showDrJavaDebugConsole(MainFrame mf)(Code) | | Shows a separate interactions window with a reference to DrJava's MainFrame defined as "mainFrame".
Useful for debugging DrJava.
Parameters: mf - MainFrame to define in the new window |
|
|