|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxDocument | |
|---|---|
| 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. |
| edu.utep.cs.jet.gui.editor.syn | Contains the source code for Java syntax highlighting. |
| Uses of SyntaxDocument in edu.utep.cs.jet.gui.editor |
|---|
| Methods in edu.utep.cs.jet.gui.editor that return SyntaxDocument | |
|---|---|
SyntaxDocument |
DefaultEditor.document()
Returns the document being edited. |
| Uses of SyntaxDocument in edu.utep.cs.jet.gui.editor.syn |
|---|
| Fields in edu.utep.cs.jet.gui.editor.syn declared as SyntaxDocument | |
|---|---|
SyntaxDocument |
TextAreaDefaults.document
|
protected SyntaxDocument |
JEditTextArea.document
|
| Methods in edu.utep.cs.jet.gui.editor.syn that return SyntaxDocument | |
|---|---|
SyntaxDocument |
JEditTextArea.getDocument()
Returns the document this text area is editing. |
| Methods in edu.utep.cs.jet.gui.editor.syn with parameters of type SyntaxDocument | |
|---|---|
void |
JEditTextArea.setDocument(SyntaxDocument document)
Sets the document this text area is editing. |
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||