Package | Description |
---|---|
bsh | |
bsh.util |
Modifier and Type | Class | Description |
---|---|---|
class |
Interpreter |
The BeanShell script interpreter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Interpreter.setConsole(ConsoleInterface console) |
Attach a console
Note: this method is incomplete.
|
Constructor | Description |
---|---|
Interpreter(ConsoleInterface console) |
Construct a new interactive interpreter attached to the specified
console.
|
Interpreter(ConsoleInterface console,
NameSpace globalNameSpace) |
Construct a new interactive interpreter attached to the specified
console using the specified parent namespace.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
GUIConsoleInterface |
Additional capabilities of an interactive console for BeanShell.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AWTConsole |
An old AWT based console for BeanShell.
|
class |
JConsole |
A JFC/Swing based console for the BeanShell desktop.
|
? 2000-2005 pat@pat.net :-)