Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Class and Description |
---|---|
static class |
TokenItem.AbstractItem
Abstract implementation that doesn't contain chaining methods.
|
static class |
TokenItem.FilterItem
Implementation useful for delegation.
|
Modifier and Type | Field and Description |
---|---|
protected TokenItem |
TokenItem.FilterItem.delegate |
Modifier and Type | Method and Description |
---|---|
TokenItem |
TokenItem.getNext()
Get next token-item in the text.
|
TokenItem |
TokenItem.FilterItem.getNext() |
TokenItem |
TokenItem.getPrevious()
Get previous token-item in the text.
|
TokenItem |
TokenItem.FilterItem.getPrevious() |
TokenItem |
SyntaxSupport.getTokenChain(int offset)
Get the member of the chain of the tokens for the given document position.
|
TokenItem |
MarkFactory.SyntaxMark.getTokenItem()
Deprecated.
|
Constructor and Description |
---|
FilterItem(TokenItem delegate) |
Modifier and Type | Method and Description |
---|---|
TokenItem |
ExtSyntaxSupport.getTokenChain(int startOffset,
int endOffset)
Get the chain of the tokens for the given block of text.
|