JIDE 3.5.15

Package com.jidesoft.editor

The main package for JIDE Code Editor product.

See:
          Description

Interface Summary
CodeEditorSettings CodeEditorSettings contains all the possible settings for CodeEditor.
CodeInspector An interface to inspect the code.
ColorStyle ColorStyle is an interface for colors.
DocumentListenerEx  
EffectStyle EffectStyle is an interface for special effects.
FontStyle FontStyle is an interface for font.
LineBreak An interface defined all kind of constants related to line breaks.
PageLoadListener  
Product  
Span An interface to represent a span of text in the document.
Style Style is a markup interface for styles.
 

Class Summary
AbstractCodeEditorIntelliHints AbstractCodeEditorIntelliHints is an abstract implementation of IntelliHints for CodeEditor.
AbstractListCodeEditorIntelliHints AbstractListCodeEditorIntelliHints extends AbstractCodeEditorIntelliHints and further implement most of the methods in interface IntelliHints.
ClipboardsDialog A dialog to display multiple clipboards and user can select which clipboard to paste.
CodeEditor CodeEditor is a text component for source code viewing and editing.
CodeEditor.DefaultUIResourceHighlighter  
CodeEditorDocumentComponent CodeEditorDocumentComponent is a DocumentComponent for CodeEditor.
CodeEditorDocumentPane CodeEditorDocumentPane is a special DocumentPane for CodeEditors.
CodeEditorDocumentPaneFindAndReplaceTarget A FindAndReplaceTarget implementation for CodeEditorDocumentPane.
CodeEditorFindAndReplaceTarget A FindAndReplaceTarget implementation for CodeEditor.
CodeEditorIconsFactory A helper class to contain icons for CodeEditor.
CodeEditorIconsFactory.Clipboard  
CodeEditorIconsFactory.StatusBar  
CodeEditorMarginSupport CodeEditorMarginSupport provides the margin support for CodeEditor and its subclasses.
CodeEditorMarkerSupport  
CodeEditorPainter The text area repaint manager.
CodeEditorResource  
CodeEditorRowMarginSupport CodeEditorRowMarginSupport provides the margin support for CodeEditor and its subclasses.
CodeEditorSearchable CodeEditorSearchable is an concrete implementation of Searchable that enables the search function in CodeEditor.
CodeEditorSelectionFindAndReplaceTarget A FindAndReplaceTarget implementation for the selection in CodeEditor.
CodeEditorTransferHandler The TransferHandler for CodeEditor.
ColumnGuide ColumnGuide a line to indicate the certain columns that have special meaning.
DefaultCodeEditorSettings Default implementation of CodeEditorSettings.
DefaultSettings DefaultSetting creates a singleton for DefaultCodeEditorSettings so that you can change the settings for CodeEditors globally.
DefaultSpan Default implementation of the interface Span.
EditorDragGestureRecognizer Default drag gesture recognition for drag operations performed by classes that have a dragEnabled property.
KeywordMap A KeywordMap is similar to a hashtable in that it maps keys to values.
LazyLoadDocument This class is to provide lazy loading feature for CodeEditor to edit extremely large document.
ListDataCodeEditorIntelliHints<T> ListDataCodeEditorIntelliHints is a concrete implementation of IntelliHints.
PageLoadEvent  
PredefinedSyntaxStyleSchema Defines a few syntax style schema that mimic other famous code editors.
SyntaxDocument A document implementation that can be tokenized by the syntax highlighting system.
SyntaxStyle A simple text style class.
SyntaxStyleSchema SyntaxStyleSchema contains a list of SyntaxStyles that can be used by CodeEditor.
SyntaxUtils Class with several utility functions used by CodeEditor's syntax colorizing subsystem.
TextUtils Class with several utility functions used by the CodeEditor.
 

Package com.jidesoft.editor Description

The main package for JIDE Code Editor product.


JIDE 3.5.15