Package editor

Interface IScriptEditor

    • Method Detail

      • getComponent

        javax.swing.JComponent getComponent()
      • read

        void read​(IScriptPartId ctx,
                  java.lang.String strSource)
           throws java.io.IOException
        Specified by:
        read in interface IEditorHost
        Throws:
        java.io.IOException
      • parse

        void parse()
      • handleCompleteCode

        void handleCompleteCode()
      • gotoNextError

        void gotoNextError()
      • getDeepestLocationAtCaret

        IParseTree getDeepestLocationAtCaret()
      • getDeepestStatementLocationAtCaret

        IParseTree getDeepestStatementLocationAtCaret()
      • getStatementAtLineAtCaret

        IParseTree getStatementAtLineAtCaret()
      • getStatementAtLine

        IParseTree getStatementAtLine​(int iLine)
      • gotoDeclarationAtCursor

        void gotoDeclarationAtCursor()
      • getSelectedText

        java.lang.String getSelectedText()
      • getStatementAtLineOrExpression

        IParseTree getStatementAtLineOrExpression​(int iLine)
      • getStatementAtLineAtCaretOrExpression

        IParseTree getStatementAtLineAtCaretOrExpression()