|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Editor | |
|---|---|
| edu.utep.cs.jet.gui | Contains the source code for a graphics user interface to the JML-based unit testing tool for Java. |
| edu.utep.cs.jet.gui.editor | Contains the source code for a editor that can open a single Java/JML source code file at a time and supports a primitive form of syntax coloring. |
| Uses of Editor in edu.utep.cs.jet.gui |
|---|
| Methods in edu.utep.cs.jet.gui that return Editor | |
|---|---|
Editor |
Mainable.editor()
Returns the editor of this GUI. |
Editor |
Main.editor()
Returns the editor of this GUI. |
| Uses of Editor in edu.utep.cs.jet.gui.editor |
|---|
| Classes in edu.utep.cs.jet.gui.editor that implement Editor | |
|---|---|
class |
DefaultEditor
A simple source code editor that support single document editing and primitive syntax hightligting. |
class |
LineNumberedEditor
An editor that displays the line numbers. |
| Constructors in edu.utep.cs.jet.gui.editor with parameters of type Editor | |
|---|---|
GotoDialog(Editor editor)
Creates a new dialog associated with the given editor. |
|
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||