- cancel() - Method in class org.jeditor.gui.AbstractDialogPane
-
Do nothing by default.
- cancelaction - Variable in class org.jeditor.app.SettingsDialog
-
- cancelaction - Variable in class org.jeditor.gui.AbstractDialogPane
-
- canRedo() - Method in class org.jeditor.gui.JEditor
-
Return true if redos are allowed.
- canUndo() - Method in class org.jeditor.gui.JEditor
-
Return true if undos are allowed.
- CaretBlinker() - Constructor for class org.jeditor.gui.JEditor.CaretBlinker
-
- caretBlinks - Variable in class org.jeditor.core.CodeEditorDefaults
-
True if the caret is blinking.
- caretColor - Variable in class org.jeditor.core.CodeEditorDefaults
-
The Caret color.
- caretColor - Variable in class org.jeditor.gui.CodeEditorPainter
-
- caretMarkColor - Variable in class org.jeditor.core.CodeEditorDefaults
-
- caretVisible - Variable in class org.jeditor.core.CodeEditorDefaults
-
True if the caret is visible.
- CCTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
C++ token marker.
- CCTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.CCTokenMarker
-
- CENTER - Static variable in class org.jeditor.gui.JEditor
-
- Change - Class in org.jeditor.diff
-
Represents a Change between the left text and the right text.
- Change(int) - Constructor for class org.jeditor.diff.Change
-
- Change(int, int, int, int, int) - Constructor for class org.jeditor.diff.Change
-
- change_letter(int, int) - Method in class org.jeditor.diff.DiffBase
-
- changedUpdate(DocumentEvent) - Method in class org.jeditor.gui.JEditor.DocumentHandler
-
- changeLetter(int, int) - Static method in class org.jeditor.diff.DiffPrint.Base
-
- changes - Variable in class org.jeditor.diff.DiffBase
-
- clear() - Method in class org.jeditor.gui.AbstractGutterHandler
-
Clear the relationship between image names and line numbers.
- clear() - Method in class org.jeditor.gui.CodeEditorHighlighter
-
Clear all highlights.
- CODE - Static variable in interface org.jeditor.scripts.SyntaxType
-
Represents a code type.
- CodeEditorDefaults - Class in org.jeditor.core
-
Encapsulates default settings for a text area.
- CodeEditorDefaults() - Constructor for class org.jeditor.core.CodeEditorDefaults
-
- CodeEditorDefaults(CodeEditorDefaults) - Constructor for class org.jeditor.core.CodeEditorDefaults
-
- CodeEditorHighlighter - Class in org.jeditor.gui
-
Manage the highlighting of text.
- CodeEditorHighlighter() - Constructor for class org.jeditor.gui.CodeEditorHighlighter
-
Constructor.
- CodeEditorHighlighter(boolean) - Constructor for class org.jeditor.gui.CodeEditorHighlighter
-
Constructor.
- CodeEditorHighlighter.Highlight - Class in org.jeditor.gui
-
Represents a highlight on a line which encompass the entire line.
- CodeEditorHighlighter.HighlightZone - Class in org.jeditor.gui
-
Represents a highlight on a zone in a line.
- CodeEditorHighlighter.ZoneHighlight - Class in org.jeditor.gui
-
Represents a highlight on a line which can encompass several zones on the line.
- CodeEditorPainter - Class in org.jeditor.gui
-
The text area repaint manager.
- CodeEditorPainter(JEditor, CodeEditorDefaults) - Constructor for class org.jeditor.gui.CodeEditorPainter
-
Creates a new repaint manager.
- CodeEditorPainter.Highlight - Interface in org.jeditor.gui
-
Highlight interface.
- cols - Variable in class org.jeditor.core.CodeEditorDefaults
-
The number of columns of the editor.
- cols - Variable in class org.jeditor.gui.CodeEditorPainter
-
- COMMENT1 - Static variable in class org.jeditor.scripts.base.Token
-
Comment 1 token id.
- COMMENT2 - Static variable in class org.jeditor.scripts.base.Token
-
Comment 2 token id.
- compareTo(CodeEditorHighlighter.HighlightZone) - Method in class org.jeditor.gui.CodeEditorHighlighter.HighlightZone
-
- copy() - Method in class org.jeditor.gui.DefaultInputHandler
-
Returns a copy of this input handler that shares the same
key bindings.
- copy() - Method in class org.jeditor.gui.InputHandler
-
Returns a copy of this input handler that shares the same key bindings.
- copy() - Method in class org.jeditor.gui.JEditor
-
Places the selected text into the clipboard.
- copyAction - Variable in class org.jeditor.gui.AbstractContextEditorPopup
-
The copy Action.
- copyAction - Variable in class org.jeditor.gui.DefaultEditorPopup
-
The copy Action.
- copyColor(Color) - Static method in class org.jeditor.core.CodeEditorDefaults
-
Copy a color value.
- copyFont(Font) - Static method in class org.jeditor.core.CodeEditorDefaults
-
Copy a font value.
- count() - Method in class org.jeditor.gui.CodeEditorHighlighter
-
Return the number of highlights.
- createDefaultPopupItems() - Method in class org.jeditor.gui.AbstractContextEditorPopup
-
Create a default Cut, Copy,Paste, and Search items.
- createDefaultTokenMarker() - Method in class org.jeditor.scripts.SyntaxMapper
-
Return a default TokenMarker.
- createDialog(Component, String) - Method in class org.jeditor.app.SettingsDialog
-
- createDialogPanels() - Method in class org.jeditor.gui.AbstractDialogPane
-
Create the internal panels.
- createDialogPanels() - Method in class org.jeditor.gui.SearchDialog
-
Create the internal panels.
- createDiffResult() - Method in interface org.jeditor.diff.DiffEngine
-
Create the diff rsult.
- createFrame(Component) - Method in class org.jeditor.app.SettingsDialog
-
- createPanel(String) - Method in class org.jeditor.app.SettingsDialog
-
- createPanel(JComponent, JComponent, int) - Method in class org.jeditor.diff.JDiffTextPanel
-
- createPanelImpl(JComponent, JComponent, int) - Method in class org.jeditor.diff.JDiffTextPanel
-
- createPopupItems(int, int, int, int) - Method in class org.jeditor.gui.AbstractContextEditorPopup
-
Create the Popup items.
- createPopupItems() - Method in class org.jeditor.gui.AbstractEditorPopup
-
Add the Popup items.
- createPopupItems() - Method in class org.jeditor.gui.DefaultEditorPopup
-
Create the default Cut, Copy,Paste, and Search items.
- createTokenMarker() - Method in class org.jeditor.scripts.Syntax
-
Create the TokenMarker.
- createTokenMarker(String) - Method in class org.jeditor.scripts.SyntaxMapper
-
Create the TokenMarker associated with a specified syntax.
- createYesNoPanel() - Method in class org.jeditor.app.SettingsDialog
-
- CSharpTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
CSharp token marker.
- CSharpTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.CSharpTokenMarker
-
- CSSTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
CSS token marker.
- CSSTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.CSSTokenMarker
-
- Csv2TokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
CSV token marker with semi-colons as delimiters.
- Csv2TokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.Csv2TokenMarker
-
- CsvTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
CSV token marker with commas as delimiters.
- CsvTokenMarker(char) - Constructor for class org.jeditor.scripts.tokenmarkers.CsvTokenMarker
-
- CsvTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.CsvTokenMarker
-
- CTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
C token marker.
- CTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.CTokenMarker
-
- CTokenMarker(boolean, boolean, KeywordMap) - Constructor for class org.jeditor.scripts.tokenmarkers.CTokenMarker
-
- cut() - Method in class org.jeditor.gui.JEditor
-
Deletes the selected text from the editor and places it into the clipboard.
- cutAction - Variable in class org.jeditor.gui.AbstractContextEditorPopup
-
The cut Action.
- cutAction - Variable in class org.jeditor.gui.DefaultEditorPopup
-
The cut Action.