|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConsoleInterface | |
| bsh | |
| bsh.util | |
| Uses of ConsoleInterface in bsh |
| Classes in bsh that implement ConsoleInterface | |
class |
Interpreter
The BeanShell script interpreter. |
| Methods in bsh with parameters of type ConsoleInterface | |
void |
Interpreter.setConsole(ConsoleInterface console)
Attach a console Note: this method is incomplete. |
| Constructors in bsh with parameters of type ConsoleInterface | |
Interpreter(ConsoleInterface console,
NameSpace globalNameSpace)
Construct a new interactive interpreter attached to the specified console using the specified parent namespace. |
|
Interpreter(ConsoleInterface console)
Construct a new interactive interpreter attached to the specified console. |
|
| Uses of ConsoleInterface in bsh.util |
| Subinterfaces of ConsoleInterface in bsh.util | |
interface |
GUIConsoleInterface
Additional capabilities of an interactive console for BeanShell. |
| Classes in bsh.util that implement ConsoleInterface | |
class |
AWTConsole
An old AWT based console for BeanShell. |
class |
JConsole
A JFC/Swing based console for the BeanShell desktop. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||