Package editor

Class StandardEditor

All Implemented Interfaces:
IEditorHost, ImageObserver, MenuContainer, Serializable, Accessible

public class StandardEditor extends EditorHost
See Also:
  • Constructor Details

  • Method Details

    • handleDot

      protected void handleDot(ISymbolTable transientSymTable)
      Specified by:
      handleDot in class EditorHost
    • getSymbolTableAtCursor

      public ISymbolTable getSymbolTableAtCursor()
      Specified by:
      getSymbolTableAtCursor in class EditorHost
    • gotoDeclaration

      public void gotoDeclaration()
    • canAddBreakpoint

      public boolean canAddBreakpoint(int line)
    • refresh

      public void refresh(String content)
    • getEditor

      public EditorHostTextPane getEditor()
    • getScroller

      public EditorScrollPane getScroller()
    • getLineCommentDelimiter

      public String getLineCommentDelimiter()
    • getOffsetOfDeepestStatementLocationAtPos

      public int getOffsetOfDeepestStatementLocationAtPos(int caretPosition, boolean strict)
    • getTypeAtLine

      public String getTypeAtLine(int line)
    • getTooltipMessage

      public String getTooltipMessage(MouseEvent event)
    • getIssues

      public IIssueContainer getIssues()
    • getDocHandler

      public DocumentListener getDocHandler()
    • getFeedbackPanel

      public JComponent getFeedbackPanel()
    • parse

      public void parse(String strText, boolean forceCodeCompletion, boolean changed)