Class CLIOutput

    • Constructor Detail

      • CLIOutput

        public CLIOutput()
    • Method Detail

      • postCommandWithResponse

        public void postCommandWithResponse​(String command,
                                            String response)
      • post

        public void post​(String text)
      • postAt

        public int postAt​(String text,
                          int position)
      • postBold

        public void postBold​(String text)
      • postBoldAt

        public int postBoldAt​(String text,
                              int position)
      • postAttributed

        public int postAttributed​(String text,
                                  int position,
                                  AttributeSet attribs)