|
Class Summary |
| CodePane |
This class was originally just a hack on JTextPane to stop it from wrapping
lines, as there is no setting or method to do this normally. |
| ConfigurableEditorKit |
It's configurable because you can "Configure" the kind of View its
ViewFactory returns. |
| CPPView |
C++ Implementation of a View that takes care of syntax hilighting when
rendering text. |
| CSharpView |
|
| EditorPanel |
This class represents a CodePane with line numbers and scroll bars. |
| GenericView |
Superclass of all language-specific views in KawigiEdit. |
| Interval |
Represents a block of code that is logically delimited (like by parentheses, curly braces, or other
matched constructs). |
| JavaView |
Java implementation of a View that does syntax hilighting on the fly. |
| KawigiEditKeyMap |
Keymap implementation used by KawigiEdit's CodePanes. |
| LineNumbers |
A custom widgets creating line numbers to the side of a JTextPane that also
provides some interaction with the text pane. |
| ObedientViewFactory |
Obedient because it returns what I tell it to. |
| VBView |
Implementation of a Visual Basic implementation of a View that hilights
syntax attributes. |