Package bsh.util

Interface GUIConsoleInterface

  • All Superinterfaces:
    ConsoleInterface
    All Known Implementing Classes:
    JConsole

    public interface GUIConsoleInterface
    extends ConsoleInterface
    Additional capabilities of an interactive console for BeanShell. Although 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.

    • Method Detail

      • print

        void print​(java.lang.Object o,
                   java.awt.Color color)
      • setWaitFeedback

        void setWaitFeedback​(boolean on)
        e.g. the wait cursor