gruntspud.editor |
|
Java Source File Name | Type | Comment |
Conflict.java | Class | Encapsulate a conflict and its positions in the file. |
ConflictNavigator.java | Class | A component that provides a 'gutter' that represents the entire file and
shows where conflicts exist. |
LineNumber.java | Class | This code was based on a thread
found on the JavaSoft forums. |
Match.java | Class | Encapsulate a match for a string in the text file being editied. |
MiniTextEditor.java | Class | Simple text editor editor that also doubles up as a conflict resolver. |
SearchCriteria.java | Class | Encapulates everything needed to search a Document |
Searcher.java | Class | Searches a text document for a given pattern. |
SearchPane.java | Class | A panel that may be used to edit a Search criteria
object. |