|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxStyle | |
|---|---|
| edu.utep.cs.jet.gui.editor | Contains the source code for a editor that can open a single Java/JML source code file at a time and supports a primitive form of syntax coloring. |
| edu.utep.cs.jet.gui.editor.syn | Contains the source code for Java syntax highlighting. |
| Uses of SyntaxStyle in edu.utep.cs.jet.gui.editor |
|---|
| Methods in edu.utep.cs.jet.gui.editor with parameters of type SyntaxStyle | |
|---|---|
static void |
Preference.copyEditorStylesTo(SyntaxStyle[] styles)
Copies the editor's style to the argument. |
static void |
Preference.setEditorStyles(SyntaxStyle[] styles)
Returns the editor's style. |
| Uses of SyntaxStyle in edu.utep.cs.jet.gui.editor.syn |
|---|
| Fields in edu.utep.cs.jet.gui.editor.syn declared as SyntaxStyle | |
|---|---|
protected SyntaxStyle[] |
TextAreaPainter.styles
|
SyntaxStyle[] |
TextAreaDefaults.styles
|
| Methods in edu.utep.cs.jet.gui.editor.syn that return SyntaxStyle | |
|---|---|
static SyntaxStyle[] |
SyntaxUtilities.getDefaultSyntaxStyles()
Returns the default style table. |
SyntaxStyle[] |
TextAreaPainter.getStyles()
Returns the syntax styles used to paint colorized text. |
| Methods in edu.utep.cs.jet.gui.editor.syn with parameters of type SyntaxStyle | |
|---|---|
static int |
SyntaxUtilities.paintSyntaxLine(Segment line,
Token tokens,
SyntaxStyle[] styles,
TabExpander expander,
Graphics gfx,
int x,
int y)
Paints the specified line onto the graphics context. |
void |
TextAreaPainter.setStyles(SyntaxStyle[] styles)
Sets the syntax styles used to paint colorized text. |
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||