| Package | Description |
|---|---|
| bsh | |
| bsh.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsoleAssignable
The capabilities of an assignable console for BeanShell.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Interpreter.Console |
| Modifier and Type | Method and Description |
|---|---|
void |
Interpreter.setConsole(ConsoleInterface console)
Overloaded to accept a read only console.
|
| Constructor and Description |
|---|
Console(ConsoleInterface console) |
Interpreter(ConsoleInterface console)
An interactive interpreter attached to a console, no namespace or parent.
|
Interpreter(ConsoleInterface console,
Interpreter parent)
An interactive interpreter attached to a console using parent namesepace.
|
Interpreter(ConsoleInterface console,
NameSpace globalNameSpace)
An interactive interpreter attached to a console with supplied namespace.
|
Interpreter(ConsoleInterface console,
NameSpace namespace,
Interpreter parent)
An interactive interpreter attached to the specified console.
|
| 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.
|