.. java:import:: bsh Interpreter .. java:import:: bsh.util JConsole .. java:import:: ch.epfl.leb.sass.commandline CommandLineInterface .. java:import:: ij.plugin.frame PlugInFrame BeanShellConsole ================ .. java:package:: ch.epfl.leb.sass.commandline :noindex: .. java:type:: public class BeanShellConsole extends PlugInFrame BeanShell console for execution of SASS simulation scripts :author: Marcel Stefko Constructors ------------ BeanShellConsole ^^^^^^^^^^^^^^^^ .. java:constructor:: public BeanShellConsole(String title) :outertype: BeanShellConsole Initialize the new frame :param title: name of the frame Methods ------- getInterpreter ^^^^^^^^^^^^^^ .. java:method:: public Interpreter getInterpreter() :outertype: BeanShellConsole :return: BeanShell interpreter associated with this BeanShellConsole