Uses of Interface
org.gjt.sp.jedit.bsh.ConsoleInterface
Packages that use ConsoleInterface
-
Uses of ConsoleInterface in org.gjt.sp.jedit.bsh
Classes in org.gjt.sp.jedit.bsh that implement ConsoleInterfaceMethods in org.gjt.sp.jedit.bsh with parameters of type ConsoleInterfaceModifier and TypeMethodDescriptionvoid
Interpreter.setConsole
(ConsoleInterface console) Attach a console Note: this method is incomplete.Constructors in org.gjt.sp.jedit.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.