public class DemoModel extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
static class |
DemoModel.Mode |
Constructor and Description |
---|
DemoModel(bsh.ConsoleInterface console) |
public DemoModel(bsh.ConsoleInterface console)
public Object getData()
public DemoModel.Mode getMode()
public void setMode(DemoModel.Mode mode)
public void clear() throws bsh.EvalError
bsh.EvalError
public String help() throws IOException
IOException
public String load() throws IOException
IOException
public void parse(String text) throws IOException, bsh.EvalError
IOException
bsh.EvalError
public void run()
run
in interface Runnable
public String tip() throws IOException
IOException