Package | Description |
---|---|
org.jeditor.app |
A class showing the use of the package.
|
org.jeditor.diff |
The diff package, allowing to present differences between two text files.
|
org.jeditor.gui |
The presentation package for managing scripts presentation and modification.
|
Modifier and Type | Field and Description |
---|---|
protected JEditor |
FilePane.ed |
Modifier and Type | Method and Description |
---|---|
JEditor |
JAppEditor.getCurrentEditor()
Return the currently selected Editor.
|
JEditor |
FilePane.getFromEditor() |
Modifier and Type | Field and Description |
---|---|
protected JEditor |
JDiffTextPanel.leftText
The left text editor.
|
protected JEditor |
JDiffTextPanel.rightText
The right text editor.
|
Modifier and Type | Method and Description |
---|---|
JEditor |
JDiffTextPanel.getLeftEditor()
Return the left editor.
|
JEditor |
JDiffTextPanel.getRightEditor()
Return the right editor.
|
Modifier and Type | Field and Description |
---|---|
protected JEditor |
AbstractContextEditorPopup.editor
The JEditor.
|
protected JEditor |
AbstractEditorPopup.editor
The JEditor.
|
Modifier and Type | Method and Description |
---|---|
JEditor |
AbstractContextEditorPopup.getEditor()
Return the editor.
|
JEditor |
AbstractEditorPopup.getEditor()
Return the editor.
|
JEditor |
CodeEditorPainter.getEditor()
Return the JEditor.
|
JEditor |
EditorPopup.getEditor()
Return the editor.
|
JEditor |
Gutter.getEditor()
Return the Editor.
|
static JEditor |
InputHandler.getTextArea(java.util.EventObject evt)
Returns the text area that fired the specified event.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeEditorPainter.Highlight.init(JEditor editor,
CodeEditorPainter.Highlight next)
Called after the highlight painter has been added.
|
void |
AbstractContextEditorPopup.setEditor(JEditor editor)
Set the editor.
|
void |
AbstractEditorPopup.setEditor(JEditor editor)
Set the editor.
|
void |
EditorPopup.setEditor(JEditor editor)
Set the editor.
|
void |
SearchEngine.setSearch(java.lang.String text,
JEditor editor)
Set the search parameters.
|
void |
SearchEngine.setSearch(java.lang.String text,
JEditor editor,
int offset)
Set the search parameters.
|
Constructor and Description |
---|
CodeEditorPainter(JEditor editor,
CodeEditorDefaults defaults)
Creates a new repaint manager.
|
Gutter(JEditor editor,
CodeEditorDefaults defaults) |
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence