Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Method and Description |
---|---|
SyntaxSupport |
BaseKit.createSyntaxSupport(BaseDocument doc)
Deprecated.
Please use Lexer instead, for details see
Lexer.
|
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()
Deprecated.
Please use Lexer instead, for details see
Lexer.
|
static SyntaxSupport |
Utilities.getSyntaxSupport(JTextComponent target)
Get the syntax-support class that belongs to the document of the given
component.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtSyntaxSupport
Support methods for syntax analyzes
|
Modifier and Type | Method and Description |
---|---|
SyntaxSupport |
ExtKit.createSyntaxSupport(BaseDocument doc) |