Uses of Interface
bsh.ConsoleInterface
Packages that use ConsoleInterface
-
Uses of ConsoleInterface in bsh
Classes in bsh that implement ConsoleInterfaceMethods in bsh with parameters of type ConsoleInterfaceModifier and TypeMethodDescriptionvoid
Interpreter.setConsole
(ConsoleInterface console) Attach a console Note: this method is incomplete.Constructors in bsh with parameters of type ConsoleInterfaceModifierConstructorDescriptionInterpreter
(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. -
Uses of ConsoleInterface in bsh.util
Subinterfaces of ConsoleInterface in bsh.utilModifier and TypeInterfaceDescriptioninterface
Additional capabilities of an interactive console for BeanShell.Classes in bsh.util that implement ConsoleInterfaceModifier and TypeClassDescriptionclass
An old AWT based console for BeanShell.class
A JFC/Swing based console for the BeanShell desktop.