Package | Description |
---|---|
bsh | |
bsh.util |
Modifier and Type | Class and Description |
---|---|
class |
Interpreter
The BeanShell script interpreter.
|
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.setConsole(ConsoleInterface console)
Attach a console
Note: this method is incomplete.
|
Constructor and 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 and Description |
---|---|
interface |
GUIConsoleInterface
Additional capabilities of an interactive console for BeanShell.
|
Modifier and Type | Class and 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 :-)