Interface IEditTextComponent

    • Method Detail

      • goToLine

        void goToLine​(int lineNr)
        Corresponds to ESL function %HI_GoToLine
      • getSelectionStart

        int getSelectionStart()
        Corresponds to ESL function %HI_GetBSelEF
      • getSelectionEnd

        int getSelectionEnd()
        Corresponds to ESL function %HI_GetESelEF
      • insertText

        void insertText​(java.lang.String text)
        Corresponds to ESL function %HI_InsertTextEF
      • getLengthLimit

        int getLengthLimit()
        Corresponds to ESL function %HI_GetTextLimit
      • setLengthLimit

        void setLengthLimit​(int limit)
        Corresponds to ESL function %HI_SetTextLimit
      • setSelection

        void setSelection​(int start,
                          int end)
        Corresponds to ESL function %HI_SetSelEF
      • getCaretRow

        int getCaretRow()
        Corresponds to ESL function %HI_GetRowEF
      • getCaretCol

        int getCaretCol()
        Corresponds to ESL function %HI_GetColEF