Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
S
scrollPane
- Variable in class syntaxhighlight.
JTextComponentRowHeader
The JScrollPane that it be added into.
setBackground(Color)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The background of the panel.
setBackground(Color)
- Method in class syntaxhighlight.
Style
Set the background color.
setBackground(Color)
- Method in class syntaxhighlight.
Theme
The background color of the script text area.
setBasePos(int)
- Method in class prettify.parser.
Job
Set the starting point of the source code.
setBold(boolean)
- Method in class syntaxhighlight.
Style
setBorderColor(Color)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The color of the border that joint the gutter and the script text area.
setBorderWidth(int)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The width of the border that joint the gutter and the script text area.
setColor(Color)
- Method in class syntaxhighlight.
Style
setContent(File)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set the content of the syntax highlighter.
setContent(String)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set the content of the syntax highlighter.
setContent(String)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set the content of the syntax highlighter.
setDecorations(List<Object>)
- Method in class prettify.parser.
Job
Set the parsed results.
setExtendedLangs(List<Lang>)
- Method in class prettify.lang.
Lang
Set extended languages.
setFallthroughStylePatterns(List<List<Object>>)
- Method in class prettify.lang.
Lang
setFirstLine(int)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set the line number of the first line.
setFont(Font)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The font of the line number.
setFont(Font, boolean, boolean)
- Static method in class syntaxhighlight.
SyntaxHighlighterPane
Set the
font
according to
bold
and
italic
.
setFont(Font)
- Method in class syntaxhighlight.
Theme
The font of the script text.
setForeground(Color)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The color of the line number.
setGutterBorderColor(Color)
- Method in class syntaxhighlight.
Theme
The color of the border that joint the gutter and the script text area.
setGutterBorderWidth(int)
- Method in class syntaxhighlight.
Theme
The width of the border that joint the gutter and the script text area.
setGutterText(Color)
- Method in class syntaxhighlight.
Theme
The color of the gutter text.
setGutterTextFont(Font)
- Method in class syntaxhighlight.
Theme
The font of the gutter text.
setGutterTextPaddingLeft(int)
- Method in class syntaxhighlight.
Theme
The minimum padding from 'the leftmost of the line number text' to 'the left margin'.
setGutterTextPaddingRight(int)
- Method in class syntaxhighlight.
Theme
The minimum padding from 'the rightmost of the line number text' to 'the right margin' (not to the gutter border).
setGutterVisible(boolean)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set the visibility of the gutter.
setHighlightedBackground(Color)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set the color of the highlighted background.
setHighlightedBackground(Color)
- Method in class syntaxhighlight.
Theme
The background color of the highlighted line of script text.
setHighlightedColor(Color)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The background of the highlighted row.
setHighlightedLineList(List<Integer>)
- Method in class syntaxhighlight.
JTextComponentRowHeader
Set highlighted lines.
setHighlightedLineList(List<Integer>)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set highlighted lines.
setHighlightedLineList(List<Integer>)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set highlighted lines.
setHighlighter(Highlighter)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
setHighlightOnMouseOver(boolean)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set turn on the mouse-over highlight effect or not.
setHighlightOnMouseOver(boolean)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set turn on the mouse-over highlight effect or not.
setItalic(boolean)
- Method in class syntaxhighlight.
Style
setLength(int)
- Method in class syntaxhighlight.
ParseResult
The length of the content.
setLineNumberOffset(int)
- Method in class syntaxhighlight.
JTextComponentRowHeader
Set the line number offset.
setLineNumberOffset(int)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set the line number offset.
setListenToDocumentUpdate(boolean)
- Method in class syntaxhighlight.
JTextComponentRowHeader
Set to listen to document change events or not.
setOffset(int)
- Method in class syntaxhighlight.
ParseResult
The start position of the content.
setPaddingLeft(int)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The minimum padding from 'the leftmost of the line number text' to the 'left margin'.
setPaddingRight(int)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The minimum padding from the 'rightmost of the line number text' to the 'right margin' (not to the gutter border).
setPlain(Style)
- Method in class syntaxhighlight.
Theme
Set the default style.
setShortcutStylePatterns(List<List<Object>>)
- Method in class prettify.lang.
Lang
setSourceCode(String)
- Method in class prettify.parser.
Job
Set the source code.
setStyle(List<ParseResult>)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
setStyleKeys(List<String>)
- Method in class syntaxhighlight.
ParseResult
The style keys of the content.
setTextAntiAliasing(Object)
- Method in class syntaxhighlight.
JTextComponentRowHeader
The anti-aliasing setting of the line number text.
setTheme(Theme)
- Method in class syntaxhighlight.
SyntaxHighlighter
Set the theme.
setTheme(Theme)
- Method in class syntaxhighlight.
SyntaxHighlighterPane
Set the theme.
setTheme(JTextComponentRowHeader)
- Method in class syntaxhighlight.
Theme
Apply the theme to the row header panel.
setUnderline(boolean)
- Method in class syntaxhighlight.
Style
SH_KEYWORDS
- Static variable in class prettify.parser.
Prettify
shortcuts
- Variable in class prettify.parser.
Prettify.CreateSimpleLexer
shortcutStylePatterns
- Variable in class prettify.lang.
Lang
Similar to those in JavaScript prettify.js.
sourceCode
- Variable in class prettify.parser.
Job
The source code.
sourceDecorator(Map<String, Object>)
- Method in class prettify.parser.
Prettify
returns a function that produces a list of decorations from source text.
Style
- Class in
syntaxhighlight
The style used by
syntaxhiglight.Theme
as those of CSS styles.
Style()
- Constructor for class syntaxhighlight.
Style
Constructor.
styleKeys
- Variable in class syntaxhighlight.
ParseResult
The style keys of the content.
styleList
- Variable in class syntaxhighlight.
SyntaxHighlighterPane
The style list.
styles
- Variable in class syntaxhighlight.
Theme
The styles of this theme.
syntaxhighlight
- package syntaxhighlight
SyntaxHighlighter
- Class in
syntaxhighlight
The syntax highlighter.
SyntaxHighlighter(Parser, Theme)
- Constructor for class syntaxhighlight.
SyntaxHighlighter
Constructor.
SyntaxHighlighter(Parser, Theme, SyntaxHighlighterPane)
- Constructor for class syntaxhighlight.
SyntaxHighlighter
Constructor.
SyntaxHighlighterPane
- Class in
syntaxhighlight
The text pane for displaying the script text.
SyntaxHighlighterPane()
- Constructor for class syntaxhighlight.
SyntaxHighlighterPane
Constructor.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V