Class Nano.Buffer

  • Enclosing class:
    Nano

    protected class Nano.Buffer
    extends java.lang.Object
    • Constructor Detail

      • Buffer

        protected Buffer​(java.lang.String file)
    • Method Detail

      • moveTo

        public void moveTo​(int x,
                           int y)
      • gotoLine

        public void gotoLine​(int x,
                             int y)
      • getDisplayedCursor

        public int getDisplayedCursor()
      • prevWord

        public void prevWord()
      • nextWord

        public void nextWord()
      • beginningOfLine

        public void beginningOfLine()
      • endOfLine

        public void endOfLine()
      • prevPage

        public void prevPage()
      • nextPage

        public void nextPage()
      • scrollUp

        public void scrollUp​(int lines)
      • scrollDown

        public void scrollDown​(int lines)
      • firstLine

        public void firstLine()
      • lastLine

        public void lastLine()
      • highlightStart

        protected int[] highlightStart()
      • highlightEnd

        protected int[] highlightEnd()
      • matching

        public void matching()