Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rsyntaxtextarea.modes |
Scanners that tokenize source in
RSyntaxTextArea . |
Modifier and Type | Class and Description |
---|---|
class |
HtmlOccurrenceMarker
Marks occurrences of the current token for HTML.
|
class |
XmlOccurrenceMarker
Marks occurrences of the current token for XML.
|
Modifier and Type | Method and Description |
---|---|
protected OccurrenceMarker |
TokenMakerBase.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.
|
OccurrenceMarker |
TokenMaker.getOccurrenceMarker()
Returns the object in charge of marking all occurrences of the token
at the current caret position, if it is a relevant token.
|
OccurrenceMarker |
TokenMakerBase.getOccurrenceMarker()
Returns the object in charge of marking all occurrences of the token
at the current caret position, if it is a relevant token.
|
Modifier and Type | Method and Description |
---|---|
static Token |
HtmlOccurrenceMarker.getTagNameTokenForCaretOffset(RSyntaxTextArea textArea,
OccurrenceMarker occurrenceMarker)
If the caret is inside of a tag, this method returns the token
representing the tag name; otherwise,
null is returned. |
Modifier and Type | Method and Description |
---|---|
protected OccurrenceMarker |
XMLTokenMaker.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.
|
protected OccurrenceMarker |
HTMLTokenMaker.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.
|
protected OccurrenceMarker |
JSPTokenMaker.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.
|
protected OccurrenceMarker |
PHPTokenMaker.createOccurrenceMarker()
Returns the occurrence marker to use for this token maker.
|
Copyright © 2003–2015. All rights reserved.