|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |