程序包 bsh.util
接口 GUIConsoleInterface
- 所有超级接口:
ConsoleInterface
- 所有已知实现类:
JConsole
Additional capabilities of an interactive console for BeanShell.
Althought this is called "GUIConsoleInterface" it might just as well be
used by a more sophisticated text-only command line.
Note: we may want to express the command line history, editing, and cut & paste functionality here as well at some point.
-
方法概要
-
方法详细资料
-
print
-
setNameCompletion
-
setWaitFeedback
void setWaitFeedback(boolean on) e.g. the wait cursor
-