站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.editor.SyntaxSupport (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.SyntaxSupport

Packages that use SyntaxSupport
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Uses of SyntaxSupport in org.netbeans.editor
 

Methods in org.netbeans.editor that return SyntaxSupport
 SyntaxSupport BaseKit.createSyntaxSupport(BaseDocument doc)
          Create syntax support
protected  SyntaxSupport SyntaxSupport.createSyntaxSupport(Class syntaxSupportClass)
           
 SyntaxSupport SyntaxSupport.get(Class syntaxSupportClass)
          Get the support that fits the requested support class in the best way.
 SyntaxSupport BaseDocument.getSyntaxSupport()
           
static SyntaxSupport Utilities.getSyntaxSupport(JTextComponent target)
          Get the syntax-support class that belongs to the document of the given component.
 

Uses of SyntaxSupport in org.netbeans.editor.ext
 

Subclasses of SyntaxSupport in org.netbeans.editor.ext
 class ExtSyntaxSupport
          Support methods for syntax analyzes
 

Methods in org.netbeans.editor.ext that return SyntaxSupport
 SyntaxSupport ExtKit.createSyntaxSupport(BaseDocument doc)
           
 

Methods in org.netbeans.editor.ext with parameters of type SyntaxSupport
 CompletionQuery.Result CompletionQuery.query(JTextComponent component, int offset, SyntaxSupport support)
          Perform the query on the given component.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.