|
Class Summary |
| ConfigurableEditorKit |
Ummm... |
| CPPView |
C++ Implementation of a View that takes care of syntax hilighting when rendering
text. |
| CSharpView |
|
| GenericView |
Ok, this is me just glorifying myself a little bit. |
| 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. |
| LineNumbers |
A custom widgets creating line numbers to the side of a JTextPane that also
provides some interaction with the text pane. |
| NoWrapJTextPane |
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. |
| ObedientViewFactory |
Obedient because it returns what I tell it to. |
| VBView |
Implementation of a Visual Basic implementation of a View that hilights syntax attributes. |