| Package | Description | 
|---|---|
| org.jeditor.core | 
 This package contains the core syntax classes of the library. 
 | 
| org.jeditor.gui | 
 The presentation package for managing scripts presentation and modification. 
 | 
| org.jeditor.scripts.base | 
 Contains the generic package for syntax management. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
SyntaxStyle[] | 
CodeEditorDefaults.styles  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SyntaxStyle[] | 
CodeEditorPainter.styles  | 
| Modifier and Type | Method and Description | 
|---|---|
SyntaxStyle[] | 
CodeEditorPainter.getStyles()
Returns the syntax styles used to paint colorized text. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodeEditorPainter.setStyles(SyntaxStyle[] styles)
Sets the syntax styles used to paint colorized text. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SyntaxStyle[] | 
SyntaxUtilities.getDefaultSyntaxStyles()
Returns the default style table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
SyntaxUtilities.paintSyntaxLine(javax.swing.text.Segment line,
               Token tokens,
               SyntaxStyle[] styles,
               javax.swing.text.TabExpander expander,
               java.awt.Graphics gfx,
               int x,
               int y)
Paints the specified line onto the graphics context. 
 | 
| Constructor and Description | 
|---|
SyntaxStyle(SyntaxStyle style)
Copy a SyntaxStyle. 
 | 
Copyright © 2016, 2017, 2018, 2019, 2023, 2025 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence