| javax.swing.JFrame edu.rice.cs.drjava.ui.SimpleInteractionsWindow
SimpleInteractionsWindow | public class SimpleInteractionsWindow extends JFrame (Code) | | A standalone Interactions Window that provides the functionality of DrJava's Interactions Pane in a single JVM.
Useful for quickly testing small pieces of code if DrJava is not running.
version: $Id: SimpleInteractionsWindow.java 4255 2007-08-28 19:17:37Z mgricken $ |
SimpleInteractionsWindow | public SimpleInteractionsWindow()(Code) | | |
SimpleInteractionsWindow | public SimpleInteractionsWindow(String title)(Code) | | |
close | protected void close()(Code) | | Terminates this process. This is overridden in DrJava so that is disposes of itself instead of calling
System.exit(0).
|
defineConstant | public void defineConstant(String name, Object value)(Code) | | Defines a final variable in this window to the given value.
|
defineVariable | public void defineVariable(String name, Object value)(Code) | | Defines a variable in this window to the given value.
|
main | public static void main(String[] args)(Code) | | Main method to create a SimpleInteractionsWindow from the console. Doesn't take any command line arguments.
|
setInterpreterPrivateAccessible | public void setInterpreterPrivateAccessible(boolean accessible)(Code) | | Sets whether protected and private variables and methods can be accessed from within the interpreter.
|
|
|