类 JythonLanguageSupport

    • 构造器详细资料

      • JythonLanguageSupport

        public JythonLanguageSupport()
        Constructor.
    • 方法详细资料

      • getProvider

        public JythonCompletionProvider getProvider()
        Get Jython completion provider
        返回:
        Jython completion provider
      • install

        public void install​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
        Installs this support.
        参数:
        textArea - The text area to install onto.
        另请参阅:
        LanguageSupport.uninstall(RSyntaxTextArea)
      • uninstall

        public void uninstall​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
        Uninstalls this support.
        参数:
        textArea - The text area to uninstall from.
        另请参阅:
        LanguageSupport.install(RSyntaxTextArea)