Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.jidesoft.editor Classes and Interfaces - 143 results found.
NameDescriptionTypePackageFramework
AbstractCodeEditorIntelliHintsAbstractCodeEditorIntelliHints is an abstract implementation of IntelliHints for CodeEditor.Classcom.jidesoft.editorJideSoft
AbstractCodeEditorStatusBarItemAn abstract implementation of CodeEditorStatusBarItem.Classcom.jidesoft.editor.statusJideSoft
AbstractLineMarginAn abstract class which is the base of any line margins such as LineNumberMargin.Classcom.jidesoft.editor.marginJideSoft
AbstractLineMarginPainterAn abstract implementation of LineMarginPainter interface.Classcom.jidesoft.editor.marginJideSoft
AbstractListCodeEditorIntelliHintsAbstractListCodeEditorIntelliHints extends AbstractCodeEditorIntelliHints and further implement most of the methods in interface IntelliHints.Classcom.jidesoft.editorJideSoft
AbstractMarginAbstractMargin is a component that usually appears on the left side of a code editor.Classcom.jidesoft.editor.marginJideSoft
AbstractMarginPainterAn abstract implementation of MarginPainter interface.Classcom.jidesoft.editor.marginJideSoft
BatchFileTokenMarkerBatch file token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
BraceMatchingMarginPainterBraceMatchingMarginPainter is a margin painter that can paint the brace matching information on any margin.Classcom.jidesoft.editor.marginJideSoft
CaretEventThe event to represent a caret position change.Classcom.jidesoft.editor.caretJideSoft
CaretListenerThe listener for caret change event in CaretModel.Interfacecom.jidesoft.editor.caretJideSoft
CaretModelThe model class for the caret position.Interfacecom.jidesoft.editor.caretJideSoft
CaretModelPositionStatusBarItemA StatusBarItem to show the caret model position of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
CaretOffsetStatusBarItemA StatusBarItem to show the caret offset property of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
CaretOverwriteStatusBarItemA StatusBarItem to show the caret overwrite or insert mode of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
CaretPositionThis class is used to represent a caret position as in CodeEditor.Classcom.jidesoft.editor.caretJideSoft
CaretStatusBarItemA special StatusBarItem which is used to show the information about caret position.Classcom.jidesoft.editor.statusJideSoft
CaretViewPositionStatusBarItemA StatusBarItem to show the caret view position of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
CCTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
ClipboardsDialogA dialog to display multiple clipboards and user can select which clipboard to paste.Classcom.jidesoft.editorJideSoft
CodeEditorCodeEditor is a text component for source code viewing and editing.Classcom.jidesoft.editorJideSoft
CodeEditor .DefaultUIResourceHighlighterClasscom.jidesoft.editorJideSoft
CodeEditorDocumentComponentCodeEditorDocumentComponent is a DocumentComponent for CodeEditor.Classcom.jidesoft.editorJideSoft
CodeEditorDocumentPaneCodeEditorDocumentPane is a special DocumentPane for CodeEditors.Classcom.jidesoft.editorJideSoft
CodeEditorDocumentPaneFindAndReplaceTargetA FindAndReplaceTarget implementation for CodeEditorDocumentPane.Classcom.jidesoft.editorJideSoft
CodeEditorFindAndReplaceTargetA FindAndReplaceTarget implementation for CodeEditor.Classcom.jidesoft.editorJideSoft
CodeEditorIconsFactoryA helper class to contain icons for CodeEditor.Classcom.jidesoft.editorJideSoft
CodeEditorIconsFactory .ClipboardClasscom.jidesoft.editorJideSoft
CodeEditorIconsFactory .StatusBarClasscom.jidesoft.editorJideSoft
CodeEditorMarginSupportCodeEditorMarginSupport provides the margin support for CodeEditor and its subclasses.Classcom.jidesoft.editorJideSoft
CodeEditorMarkerSupportClasscom.jidesoft.editorJideSoft
CodeEditorPainterThe text area repaint manager.Classcom.jidesoft.editorJideSoft
CodeEditorResourceClasscom.jidesoft.editorJideSoft
CodeEditorRowMarginSupportCodeEditorRowMarginSupport provides the margin support for CodeEditor and its subclasses.Classcom.jidesoft.editorJideSoft
CodeEditorSearchableCodeEditorSearchable is an concrete implementation of Searchable that enables the search function in CodeEditor.Classcom.jidesoft.editorJideSoft
CodeEditorSelectionFindAndReplaceTargetA FindAndReplaceTarget implementation for the selection in CodeEditor.Classcom.jidesoft.editorJideSoft
CodeEditorSettingsCodeEditorSettings contains all the possible settings for CodeEditor.Interfacecom.jidesoft.editorJideSoft
CodeEditorStatusBarCodeEditorStatusBar is a status bar for CodeEditor.Classcom.jidesoft.editor.statusJideSoft
CodeEditorStatusBarItemAn interface of any StatusBarItem for CodeEditor.Interfacecom.jidesoft.editor.statusJideSoft
CodeEditorTransferHandlerThe TransferHandler for CodeEditor.Classcom.jidesoft.editorJideSoft
CodeFoldingMarginA margin component for code folding.Classcom.jidesoft.editor.marginJideSoft
CodeFoldingMargin .HitInfoClasscom.jidesoft.editor.marginJideSoft
CodeFoldingPainterA painter interface to paint the code folding.Interfacecom.jidesoft.editor.marginJideSoft
CodeInspectorAn interface to inspect the code.Interfacecom.jidesoft.editorJideSoft
ColorStyleColorStyle is an interface for colors.Interfacecom.jidesoft.editorJideSoft
ColumnGuideColumnGuide a line to indicate the certain columns that have special meaning.Classcom.jidesoft.editorJideSoft
CSharpTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
CTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
DefaultCaretModelThe default implementation of CaretModel.Classcom.jidesoft.editor.caretJideSoft
DefaultCodeEditorSettingsDefault implementation of CodeEditorSettings.Classcom.jidesoft.editorJideSoft
DefaultCodeFoldingPainterThe default painter for code folding.Classcom.jidesoft.editor.marginJideSoft
DefaultFoldingModelDefault implementation of FoldingModel.Classcom.jidesoft.editor.foldingJideSoft
DefaultFoldingSpanClasscom.jidesoft.editor.foldingJideSoft
DefaultHighlighter It does not paint the layered hightlighter like DefaultHighlightPainter.Classcom.jidesoft.editor.highlightJideSoft
DefaultHighlighter .DefaultHighlightPainterSimple highlight painter that fills a highlighted area with a solid color.Classcom.jidesoft.editor.highlightJideSoft
DefaultInputHandlerThe default input handler.Classcom.jidesoft.editor.actionJideSoft
DefaultMarkerModelClasscom.jidesoft.editor.markerJideSoft
DefaultSelectionModelClasscom.jidesoft.editor.selectionJideSoft
DefaultSettingsDefaultSetting creates a singleton for DefaultCodeEditorSettings so that you can change the settings for CodeEditors globally.Classcom.jidesoft.editorJideSoft
DefaultSpanDefault implementation of the interface Span.Classcom.jidesoft.editorJideSoft
DocumentListenerExInterfacecom.jidesoft.editorJideSoft
EditableStatusBarItemA StatusBarItem to show the editable property of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
EditorDragGestureRecognizerDefault drag gesture recognition for drag operations performed by classes that have a dragEnabled property.Classcom.jidesoft.editorJideSoft
EditorShortcutSchemaEditorShortcutSchema is a ShortcutSchema that defines the shortcut keys for CodeEditor.Classcom.jidesoft.editor.actionJideSoft
EffectStyleEffectStyle is an interface for special effects.Interfacecom.jidesoft.editorJideSoft
EiffelTokenMarkerEiffel token Marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
FoldingModelThe interface to represent the code folding information.Interfacecom.jidesoft.editor.foldingJideSoft
FoldingSpanAn interface to represent a code folding span in the document.Interfacecom.jidesoft.editor.foldingJideSoft
FoldingSpanEventA event to represent a change in the folding model.Classcom.jidesoft.editor.foldingJideSoft
FoldingSpanListenerThe listener interface for receiving folding span events.Interfacecom.jidesoft.editor.foldingJideSoft
FontPanelA panel to configure the font property for a CodeEditor.Classcom.jidesoft.editor.settingsJideSoft
FontStyleFontStyle is an interface for font.Interfacecom.jidesoft.editorJideSoft
HighlighterAn interface for an object that allows one to mark up the background with colored areas.Interfacecom.jidesoft.editor.highlightJideSoft
Highlighter .HighlightInterfacecom.jidesoft.editor.highlightJideSoft
Highlighter .HighlightPainterInterfacecom.jidesoft.editor.highlightJideSoft
HTMLTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
IDLTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
InputHandlerAn input handler converts the user's key strokes into concrete actions.Classcom.jidesoft.editor.actionJideSoft
InputHandler .MacroRecorderInterfacecom.jidesoft.editor.actionJideSoft
InputHandler .NonRecordableInterfacecom.jidesoft.editor.actionJideSoft
InputHandler .NonRepeatableInterfacecom.jidesoft.editor.actionJideSoft
InputHandler .WrapperInterfacecom.jidesoft.editor.actionJideSoft
JavaScriptTokenMarkerJavaScript token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
JavaTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
KeywordMapA KeywordMap is similar to a hashtable in that it maps keys to values.Classcom.jidesoft.editorJideSoft
LanguageSpecLanguageSpec defines the necessary properties for a language type.Classcom.jidesoft.editor.languageJideSoft
LanguageSpecManagerLanguageSpecManager keeps a list of known LanguageSpec.Classcom.jidesoft.editor.languageJideSoft
LayeredHighlighterClasscom.jidesoft.editor.highlightJideSoft
LayeredHighlighter .LayerPainterLayered highlight renderer.Classcom.jidesoft.editor.highlightJideSoft
LazyLoadDocumentThis class is to provide lazy loading feature for CodeEditor to edit extremely large document.Classcom.jidesoft.editorJideSoft
LineBreakAn interface defined all kind of constants related to line breaks.Interfacecom.jidesoft.editorJideSoft
LineBreakStatusBarItemA StatusBarItem to show the line break style property of a CodeEditor.Classcom.jidesoft.editor.statusJideSoft
LineMarginPainterA painter interface to paint the margin area line by line.Interfacecom.jidesoft.editor.marginJideSoft
LineNumberMarginA margin component for line numbers.Classcom.jidesoft.editor.marginJideSoft
LineOffsetMarginA margin component for line offset.Classcom.jidesoft.editor.marginJideSoft
ListDataCodeEditorIntelliHintsListDataCodeEditorIntelliHints is a concrete implementation of IntelliHints.Classcom.jidesoft.editorJideSoft
MacOSXEditorShortcutSchemaMacOSXEditorShortcutSchema is a ShortcutSchema for Code Editor on Mac OSX.Classcom.jidesoft.editor.actionJideSoft
MakefileTokenMarkerMakefile token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
MarginAn interface for the margin component.Interfacecom.jidesoft.editor.marginJideSoft
MarginAreaA container for Margin.Classcom.jidesoft.editor.marginJideSoft
MarginPainterA painter interface to paint the margin area.Interfacecom.jidesoft.editor.marginJideSoft
MarkerMarker represents a range of text in code editor used by the MarkerModel.Classcom.jidesoft.editor.markerJideSoft
MarkerAreaMarkerArea is an area next to code editor to display markers for error, warning, or whatever information in the code you would like to display.Classcom.jidesoft.editor.markerJideSoft
MarkerEventMarkerEvent is used to notify interested parties that marker has been changed in theSee Also:Serialized FormClasscom.jidesoft.editor.markerJideSoft
MarkerEyeMarkerEye is a panel to indicate the inspecting status.Classcom.jidesoft.editor.markerJideSoft
MarkerEyePainterInterfacecom.jidesoft.editor.markerJideSoft
MarkerListenerInterfacecom.jidesoft.editor.markerJideSoft
MarkerModelAn interface to store the marker information in an editor.Interfacecom.jidesoft.editor.markerJideSoft
MarkerStripeMarkerStripe is a panel to display all the markers in a marker model.Classcom.jidesoft.editor.markerJideSoft
MarkerStripePainterAn interface to paint the marker stripes.Interfacecom.jidesoft.editor.markerJideSoft
PageLoadEventClasscom.jidesoft.editorJideSoft
PageLoadListenerInterfacecom.jidesoft.editorJideSoft
PatchTokenMarkerPatch/diff token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
PerlTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
PHPTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
PlainTokenMarkerPlain TokenMarker that marks all texts as normal text.Classcom.jidesoft.editor.tokenmarkerJideSoft
PLSQLTokenMarkerOracle PL-SQL token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
PredefinedSyntaxStyleSchemaDefines a few syntax style schema that mimic other famous code editors.Classcom.jidesoft.editorJideSoft
ProductInterfacecom.jidesoft.editorJideSoft
PropsTokenMarkerJava properties/DOS INI token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
PythonTokenMarkerPython token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
SelectionEventSelectionEvent is used to notify interested parties that selection has been changed in the SelectionModel.Classcom.jidesoft.editor.selectionJideSoft
SelectionListenerThe listener interface for receiving selection change event in SelectionModel.Interfacecom.jidesoft.editor.selectionJideSoft
SelectionModelAn interface to represent the selection in CodeEditor.Interfacecom.jidesoft.editor.selectionJideSoft
ShellScriptTokenMarkerShell script token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
SpanAn interface to represent a span of text in the document.Interfacecom.jidesoft.editorJideSoft
SQLTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
StyleInterfacecom.jidesoft.editorJideSoft
StyleListPanelA panel to have the list of available styles.Classcom.jidesoft.editor.settingsJideSoft
StylePanelA panel to configure the style property for a CodeEditor.Classcom.jidesoft.editor.settingsJideSoft
SyntaxDocumentA document implementation that can be tokenized by the syntax highlighting system.Classcom.jidesoft.editorJideSoft
SyntaxStyleA simple text style class.Classcom.jidesoft.editorJideSoft
SyntaxStyleSchemaSyntaxStyleSchema contains a list of SyntaxStyles that can be used by CodeEditor.Classcom.jidesoft.editorJideSoft
SyntaxUtilsClass with several utility functions used by CodeEditor's syntax colorizing subsystem.Classcom.jidesoft.editorJideSoft
TeXTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
TextUtilsClass with several utility functions used by the CodeEditor.Classcom.jidesoft.editorJideSoft
TokenA linked list of tokens.Classcom.jidesoft.editor.tokenmarkerJideSoft
TokenMarkerA token marker splits lines of text into tokens.Classcom.jidesoft.editor.tokenmarkerJideSoft
TSQLTokenMarkerTransact-SQL token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
VBDotNetTokenMarkerVB.Classcom.jidesoft.editor.tokenmarkerJideSoft
VerilogTokenMarkerVerilog token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
VHDLTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
XMLTokenMarkerXML Token Marker RewriteVersion:$Id: XMLTokenMarker.Classcom.jidesoft.editor.tokenmarkerJideSoft