| pnuts.tools.PnutsConsole org.pnuts.tools.SwingPnutsConsole
SwingPnutsConsole | public class SwingPnutsConsole extends PnutsConsole (Code) | | Utility class for Swing-based PnutsConsole
This class is used by NetBeans Pnuts module.
|
getInstance | public static PnutsConsole getInstance(Container container, String[] modules, ClassLoader cl, String inputlog, boolean greeting, Runnable terminationCallback, int priority)(Code) | | Creates a new PnutsConsole specifying a container
Parameters: container - the Container object into which the console UI is embedded Parameters: modules - the initial modules to be used Parameters: cl - the class loader Parameters: inputlog - the input log Parameters: terminationCallback - the command object that is called when the console session terminates Parameters: priority - the priority of the interpreter thread |
requestFocus | public void requestFocus()(Code) | | |
|
|