| Name | Description | Type | Package | Framework |
| AbstractCodeEditorIntelliHints | AbstractCodeEditorIntelliHints is an abstract implementation of IntelliHints for CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| AbstractCodeEditorStatusBarItem | An abstract implementation of CodeEditorStatusBarItem. | Class | com.jidesoft.editor.status | JideSoft |
| AbstractLineMargin | An abstract class which is the base of any line margins such as LineNumberMargin. | Class | com.jidesoft.editor.margin | JideSoft |
| AbstractLineMarginPainter | An abstract implementation of LineMarginPainter interface. | Class | com.jidesoft.editor.margin | JideSoft |
| AbstractListCodeEditorIntelliHints | AbstractListCodeEditorIntelliHints extends AbstractCodeEditorIntelliHints and further implement most of the methods in interface IntelliHints. | Class | com.jidesoft.editor | JideSoft |
| AbstractMargin | AbstractMargin is a component that usually appears on the left side of a code editor. | Class | com.jidesoft.editor.margin | JideSoft |
| AbstractMarginPainter | An abstract implementation of MarginPainter interface. | Class | com.jidesoft.editor.margin | JideSoft |
| BatchFileTokenMarker | Batch file token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| BraceMatchingMarginPainter | BraceMatchingMarginPainter is a margin painter that can paint the brace matching information on any margin. | Class | com.jidesoft.editor.margin | JideSoft |
| CaretEvent | The event to represent a caret position change. | Class | com.jidesoft.editor.caret | JideSoft |
| CaretListener | The listener for caret change event in CaretModel. | Interface | com.jidesoft.editor.caret | JideSoft |
| CaretModel | The model class for the caret position. | Interface | com.jidesoft.editor.caret | JideSoft |
| CaretModelPositionStatusBarItem | A StatusBarItem to show the caret model position of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| CaretOffsetStatusBarItem | A StatusBarItem to show the caret offset property of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| CaretOverwriteStatusBarItem | A StatusBarItem to show the caret overwrite or insert mode of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| CaretPosition | This class is used to represent a caret position as in CodeEditor. | Class | com.jidesoft.editor.caret | JideSoft |
| CaretStatusBarItem | A special StatusBarItem which is used to show the information about caret position. | Class | com.jidesoft.editor.status | JideSoft |
| CaretViewPositionStatusBarItem | A StatusBarItem to show the caret view position of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| CCTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| ClipboardsDialog | A dialog to display multiple clipboards and user can select which clipboard to paste. | Class | com.jidesoft.editor | JideSoft |
| CodeEditor | CodeEditor is a text component for source code viewing and editing. | Class | com.jidesoft.editor | JideSoft |
| CodeEditor .DefaultUIResourceHighlighter | Class | com.jidesoft.editor | JideSoft | |
| CodeEditorDocumentComponent | CodeEditorDocumentComponent is a DocumentComponent for CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorDocumentPane | CodeEditorDocumentPane is a special DocumentPane for CodeEditors. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorDocumentPaneFindAndReplaceTarget | A FindAndReplaceTarget implementation for CodeEditorDocumentPane. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorFindAndReplaceTarget | A FindAndReplaceTarget implementation for CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorIconsFactory | A helper class to contain icons for CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorIconsFactory .Clipboard | Class | com.jidesoft.editor | JideSoft | |
| CodeEditorIconsFactory .StatusBar | Class | com.jidesoft.editor | JideSoft | |
| CodeEditorMarginSupport | CodeEditorMarginSupport provides the margin support for CodeEditor and its subclasses. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorMarkerSupport | Class | com.jidesoft.editor | JideSoft | |
| CodeEditorPainter | The text area repaint manager. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorResource | Class | com.jidesoft.editor | JideSoft | |
| CodeEditorRowMarginSupport | CodeEditorRowMarginSupport provides the margin support for CodeEditor and its subclasses. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorSearchable | CodeEditorSearchable is an concrete implementation of Searchable that enables the search function in CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorSelectionFindAndReplaceTarget | A FindAndReplaceTarget implementation for the selection in CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeEditorSettings | CodeEditorSettings contains all the possible settings for CodeEditor. | Interface | com.jidesoft.editor | JideSoft |
| CodeEditorStatusBar | CodeEditorStatusBar is a status bar for CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| CodeEditorStatusBarItem | An interface of any StatusBarItem for CodeEditor. | Interface | com.jidesoft.editor.status | JideSoft |
| CodeEditorTransferHandler | The TransferHandler for CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| CodeFoldingMargin | A margin component for code folding. | Class | com.jidesoft.editor.margin | JideSoft |
| CodeFoldingMargin .HitInfo | Class | com.jidesoft.editor.margin | JideSoft | |
| CodeFoldingPainter | A painter interface to paint the code folding. | Interface | com.jidesoft.editor.margin | JideSoft |
| CodeInspector | An interface to inspect the code. | Interface | com.jidesoft.editor | JideSoft |
| ColorStyle | ColorStyle is an interface for colors. | Interface | com.jidesoft.editor | JideSoft |
| ColumnGuide | ColumnGuide a line to indicate the certain columns that have special meaning. | Class | com.jidesoft.editor | JideSoft |
| CSharpTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| CTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| DefaultCaretModel | The default implementation of CaretModel. | Class | com.jidesoft.editor.caret | JideSoft |
| DefaultCodeEditorSettings | Default implementation of CodeEditorSettings. | Class | com.jidesoft.editor | JideSoft |
| DefaultCodeFoldingPainter | The default painter for code folding. | Class | com.jidesoft.editor.margin | JideSoft |
| DefaultFoldingModel | Default implementation of FoldingModel. | Class | com.jidesoft.editor.folding | JideSoft |
| DefaultFoldingSpan | Class | com.jidesoft.editor.folding | JideSoft | |
| DefaultHighlighter | It does not paint the layered hightlighter like DefaultHighlightPainter. | Class | com.jidesoft.editor.highlight | JideSoft |
| DefaultHighlighter .DefaultHighlightPainter | Simple highlight painter that fills a highlighted area with a solid color. | Class | com.jidesoft.editor.highlight | JideSoft |
| DefaultInputHandler | The default input handler. | Class | com.jidesoft.editor.action | JideSoft |
| DefaultMarkerModel | Class | com.jidesoft.editor.marker | JideSoft | |
| DefaultSelectionModel | Class | com.jidesoft.editor.selection | JideSoft | |
| DefaultSettings | DefaultSetting creates a singleton for DefaultCodeEditorSettings so that you can change the settings for CodeEditors globally. | Class | com.jidesoft.editor | JideSoft |
| DefaultSpan | Default implementation of the interface Span. | Class | com.jidesoft.editor | JideSoft |
| DocumentListenerEx | Interface | com.jidesoft.editor | JideSoft | |
| EditableStatusBarItem | A StatusBarItem to show the editable property of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| EditorDragGestureRecognizer | Default drag gesture recognition for drag operations performed by classes that have a dragEnabled property. | Class | com.jidesoft.editor | JideSoft |
| EditorShortcutSchema | EditorShortcutSchema is a ShortcutSchema that defines the shortcut keys for CodeEditor. | Class | com.jidesoft.editor.action | JideSoft |
| EffectStyle | EffectStyle is an interface for special effects. | Interface | com.jidesoft.editor | JideSoft |
| EiffelTokenMarker | Eiffel token Marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| FoldingModel | The interface to represent the code folding information. | Interface | com.jidesoft.editor.folding | JideSoft |
| FoldingSpan | An interface to represent a code folding span in the document. | Interface | com.jidesoft.editor.folding | JideSoft |
| FoldingSpanEvent | A event to represent a change in the folding model. | Class | com.jidesoft.editor.folding | JideSoft |
| FoldingSpanListener | The listener interface for receiving folding span events. | Interface | com.jidesoft.editor.folding | JideSoft |
| FontPanel | A panel to configure the font property for a CodeEditor. | Class | com.jidesoft.editor.settings | JideSoft |
| FontStyle | FontStyle is an interface for font. | Interface | com.jidesoft.editor | JideSoft |
| Highlighter | An interface for an object that allows one to mark up the background with colored areas. | Interface | com.jidesoft.editor.highlight | JideSoft |
| Highlighter .Highlight | Interface | com.jidesoft.editor.highlight | JideSoft | |
| Highlighter .HighlightPainter | Interface | com.jidesoft.editor.highlight | JideSoft | |
| HTMLTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| IDLTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| InputHandler | An input handler converts the user's key strokes into concrete actions. | Class | com.jidesoft.editor.action | JideSoft |
| InputHandler .MacroRecorder | Interface | com.jidesoft.editor.action | JideSoft | |
| InputHandler .NonRecordable | Interface | com.jidesoft.editor.action | JideSoft | |
| InputHandler .NonRepeatable | Interface | com.jidesoft.editor.action | JideSoft | |
| InputHandler .Wrapper | Interface | com.jidesoft.editor.action | JideSoft | |
| JavaScriptTokenMarker | JavaScript token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| JavaTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| KeywordMap | A KeywordMap is similar to a hashtable in that it maps keys to values. | Class | com.jidesoft.editor | JideSoft |
| LanguageSpec | LanguageSpec defines the necessary properties for a language type. | Class | com.jidesoft.editor.language | JideSoft |
| LanguageSpecManager | LanguageSpecManager keeps a list of known LanguageSpec. | Class | com.jidesoft.editor.language | JideSoft |
| LayeredHighlighter | Class | com.jidesoft.editor.highlight | JideSoft | |
| LayeredHighlighter .LayerPainter | Layered highlight renderer. | Class | com.jidesoft.editor.highlight | JideSoft |
| LazyLoadDocument | This class is to provide lazy loading feature for CodeEditor to edit extremely large document. | Class | com.jidesoft.editor | JideSoft |
| LineBreak | An interface defined all kind of constants related to line breaks. | Interface | com.jidesoft.editor | JideSoft |
| LineBreakStatusBarItem | A StatusBarItem to show the line break style property of a CodeEditor. | Class | com.jidesoft.editor.status | JideSoft |
| LineMarginPainter | A painter interface to paint the margin area line by line. | Interface | com.jidesoft.editor.margin | JideSoft |
| LineNumberMargin | A margin component for line numbers. | Class | com.jidesoft.editor.margin | JideSoft |
| LineOffsetMargin | A margin component for line offset. | Class | com.jidesoft.editor.margin | JideSoft |
| ListDataCodeEditorIntelliHints | ListDataCodeEditorIntelliHints is a concrete implementation of IntelliHints. | Class | com.jidesoft.editor | JideSoft |
| MacOSXEditorShortcutSchema | MacOSXEditorShortcutSchema is a ShortcutSchema for Code Editor on Mac OSX. | Class | com.jidesoft.editor.action | JideSoft |
| MakefileTokenMarker | Makefile token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| Margin | An interface for the margin component. | Interface | com.jidesoft.editor.margin | JideSoft |
| MarginArea | A container for Margin. | Class | com.jidesoft.editor.margin | JideSoft |
| MarginPainter | A painter interface to paint the margin area. | Interface | com.jidesoft.editor.margin | JideSoft |
| Marker | Marker represents a range of text in code editor used by the MarkerModel. | Class | com.jidesoft.editor.marker | JideSoft |
| MarkerArea | MarkerArea is an area next to code editor to display markers for error, warning, or whatever information in the code you would like to display. | Class | com.jidesoft.editor.marker | JideSoft |
| MarkerEvent | MarkerEvent is used to notify interested parties that marker has been changed in theSee Also:Serialized Form | Class | com.jidesoft.editor.marker | JideSoft |
| MarkerEye | MarkerEye is a panel to indicate the inspecting status. | Class | com.jidesoft.editor.marker | JideSoft |
| MarkerEyePainter | Interface | com.jidesoft.editor.marker | JideSoft | |
| MarkerListener | Interface | com.jidesoft.editor.marker | JideSoft | |
| MarkerModel | An interface to store the marker information in an editor. | Interface | com.jidesoft.editor.marker | JideSoft |
| MarkerStripe | MarkerStripe is a panel to display all the markers in a marker model. | Class | com.jidesoft.editor.marker | JideSoft |
| MarkerStripePainter | An interface to paint the marker stripes. | Interface | com.jidesoft.editor.marker | JideSoft |
| PageLoadEvent | Class | com.jidesoft.editor | JideSoft | |
| PageLoadListener | Interface | com.jidesoft.editor | JideSoft | |
| PatchTokenMarker | Patch/diff token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| PerlTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| PHPTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| PlainTokenMarker | Plain TokenMarker that marks all texts as normal text. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| PLSQLTokenMarker | Oracle PL-SQL token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| PredefinedSyntaxStyleSchema | Defines a few syntax style schema that mimic other famous code editors. | Class | com.jidesoft.editor | JideSoft |
| Product | Interface | com.jidesoft.editor | JideSoft | |
| PropsTokenMarker | Java properties/DOS INI token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| PythonTokenMarker | Python token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| SelectionEvent | SelectionEvent is used to notify interested parties that selection has been changed in the SelectionModel. | Class | com.jidesoft.editor.selection | JideSoft |
| SelectionListener | The listener interface for receiving selection change event in SelectionModel. | Interface | com.jidesoft.editor.selection | JideSoft |
| SelectionModel | An interface to represent the selection in CodeEditor. | Interface | com.jidesoft.editor.selection | JideSoft |
| ShellScriptTokenMarker | Shell script token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| Span | An interface to represent a span of text in the document. | Interface | com.jidesoft.editor | JideSoft |
| SQLTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| Style | Interface | com.jidesoft.editor | JideSoft | |
| StyleListPanel | A panel to have the list of available styles. | Class | com.jidesoft.editor.settings | JideSoft |
| StylePanel | A panel to configure the style property for a CodeEditor. | Class | com.jidesoft.editor.settings | JideSoft |
| SyntaxDocument | A document implementation that can be tokenized by the syntax highlighting system. | Class | com.jidesoft.editor | JideSoft |
| SyntaxStyle | A simple text style class. | Class | com.jidesoft.editor | JideSoft |
| SyntaxStyleSchema | SyntaxStyleSchema contains a list of SyntaxStyles that can be used by CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| SyntaxUtils | Class with several utility functions used by CodeEditor's syntax colorizing subsystem. | Class | com.jidesoft.editor | JideSoft |
| TeXTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| TextUtils | Class with several utility functions used by the CodeEditor. | Class | com.jidesoft.editor | JideSoft |
| Token | A linked list of tokens. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| TokenMarker | A token marker splits lines of text into tokens. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| TSQLTokenMarker | Transact-SQL token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| VBDotNetTokenMarker | VB. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| VerilogTokenMarker | Verilog token marker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |
| VHDLTokenMarker | Class | com.jidesoft.editor.tokenmarker | JideSoft | |
| XMLTokenMarker | XML Token Marker RewriteVersion:$Id: XMLTokenMarker. | Class | com.jidesoft.editor.tokenmarker | JideSoft |