Class AppConsole.ConsoleTextPane

    • Constructor Detail

      • ConsoleTextPane

        ConsoleTextPane​(AppConsole appConsole)
    • Method Detail

      • getCommandString

        public String getCommandString()
      • setPrompt

        public void setPrompt()
      • appendNewline

        public void appendNewline()
      • outputError

        public void outputError​(String strError)
      • outputErrorForeground

        public void outputErrorForeground​(String strError)
      • outputEcho

        public void outputEcho​(String strEcho)
      • outputStatus

        public void outputStatus​(String strStatus)
      • enterPressed

        public void enterPressed()
      • clearContent

        public void clearContent​(String text)
      • processKey

        protected void processKey​(KeyEvent ke)
      • recallCommand

        void recallCommand​(boolean up,
                           boolean pageup)
        Recall command history.
        Parameters:
        up - - history up or down
        pageup - TODO
      • checkCommand

        void checkCommand()