bsh.util
public interface GUIConsoleInterface extends ConsoleInterface
Note: we may want to express the command line history, editing, and cut & paste functionality here as well at some point.
| Method Summary | |
|---|---|
| void | print(String s, Color color) |
| void | setNameCompletion(NameCompletion nc) |
| void | setWaitFeedback(boolean on) e.g. the wait cursor |