| Interface | Description |
|---|---|
| GUIConsoleInterface |
Additional capabilities of an interactive console for BeanShell.
|
| NameCompletion |
The interface for name completion.
|
| Class | Description |
|---|---|
| AWTConsole |
An old AWT based console for BeanShell.
|
| AWTDemoApplet |
Run bsh as an applet for demo purposes.
|
| BshCanvas |
Scriptable Canvas with buffered graphics.
|
| ClassBrowser |
A simple class browser for the BeanShell desktop.
|
| JConsole |
A JFC/Swing based console for the BeanShell desktop.
|
| JConsole.BlockingPipedInputStream |
The overridden read method in this class will not throw "Broken pipe"
IOExceptions; It will simply wait for new writers and data.
|
| JDemoApplet |
Run bsh as an applet for demo purposes.
|
| NameCompletionTable |
NameCompletionTable is a utility that implements simple name completion for
a collection of names, NameSources, and other NameCompletionTables.
|
| Util |
Misc utilities for the bsh.util package.
|
| ValueReferenceMap<K,V> |
Implement a simple cache that automatically removes unused
entries once their key or their value is no longer otherwise
reachable.
|
| Enum | Description |
|---|---|
| ValueReferenceMap.Type |