|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| InputHandler.MacroRecorder | Macro recorder. |
| InputHandler.NonRecordable | If an action implements this interface, it should not be recorded by the macro recorder. |
| InputHandler.NonRepeatable | If an action implements this interface, it should not be repeated. |
| InputHandler.Wrapper | For use by EditAction.Wrapper only. |
| TextAreaPainter.Highlight | Highlight interface. |
| Class Summary | |
|---|---|
| BatchFileTokenMarker | Batch file token marker. |
| CCTokenMarker | C++ token marker. |
| CTokenMarker | C token marker. |
| DefaultInputHandler | The default input handler. |
| HTMLTokenMarker | HTML token marker. |
| InputHandler | An input handler converts the user's key strokes into concrete actions. |
| InputHandler.Backspace | |
| InputHandler.BackspaceWord | |
| InputHandler.ClipCopy | |
| InputHandler.ClipCut | |
| InputHandler.ClipPaste | |
| InputHandler.Delete | |
| InputHandler.DeleteWord | |
| InputHandler.DocumentEnd | |
| InputHandler.DocumentHome | |
| InputHandler.End | |
| InputHandler.Home | |
| InputHandler.insert_char | |
| InputHandler.InsertBreak | |
| InputHandler.InsertTab | |
| InputHandler.NextChar | |
| InputHandler.NextLine | |
| InputHandler.NextPage | |
| InputHandler.NextWord | |
| InputHandler.Overwrite | |
| InputHandler.PrevChar | |
| InputHandler.PrevLine | |
| InputHandler.PrevPage | |
| InputHandler.PrevWord | |
| InputHandler.Repeat | |
| InputHandler.SelectAll | |
| InputHandler.ToggleRect | |
| JavaScriptTokenMarker | JavaScript token marker. |
| JavaTokenMarker | Java token marker. |
| JEditTextArea | jEdit's text area component. |
| KeywordMap | A KeywordMap is similar to a hashtable in that it maps keys to values. |
| MakefileTokenMarker | Makefile token marker. |
| PatchTokenMarker | Patch/diff token marker. |
| PerlTokenMarker | Perl token marker. |
| PHPTokenMarker | PHP token marker. |
| PropsTokenMarker | Java properties/DOS INI token marker. |
| PythonTokenMarker | Python token marker. |
| ShellScriptTokenMarker | Shell script token marker. |
| SQLTokenMarker | SQL token marker. |
| SyntaxDocument | A document implementation that can be tokenized by the syntax highlighting system. |
| SyntaxStyle | A simple text style class. |
| SyntaxUtilities | Class with several utility functions used by jEdit's syntax colorizing subsystem. |
| TextAreaDefaults | Encapsulates default settings for a text area. |
| TextAreaPainter | The text area repaint manager. |
| TeXTokenMarker | TeX token marker. |
| TextUtilities | Class with several utility functions used by the text area component. |
| Token | A linked list of tokens. |
| TokenMarker | A token marker that splits lines of text into tokens. |
| TokenMarker.LineInfo | Inner class for storing information about tokenized lines. |
| TSQLTokenMarker | Transact-SQL token marker. |
| XMLTokenMarker | XML Token Marker Rewrite |
This package contains a text editor supporting syntax highlighting.
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||