- fastOffsetToX(int, int) - Method in class org.jeditor.gui.JEditor
-
Converts an offset in a line into an x co-ordinate.
- file - Variable in class org.jeditor.app.FilePane.TextFile
-
- file0 - Variable in class org.jeditor.diff.DiffBase
-
- file0 - Variable in class org.jeditor.diff.DiffPrint.Base
-
Set to the lines of the files being compared.
- file1 - Variable in class org.jeditor.diff.DiffBase
-
- file1 - Variable in class org.jeditor.diff.DiffPrint.Base
-
Set to the lines of the files being compared.
- FilePane - Class in org.jeditor.app
-
A Panel showing the contents of a text file.
- FilePane(JAppEditor, String, String) - Constructor for class org.jeditor.app.FilePane
-
Default private constructor.
- FilePane(JAppEditor, File) - Constructor for class org.jeditor.app.FilePane
-
Constructor for files comparison.
- FilePane(JAppEditor, File, File) - Constructor for class org.jeditor.app.FilePane
-
Constructor for files comparison.
- FilePane(JAppEditor, File, File, short) - Constructor for class org.jeditor.app.FilePane
-
Constructor for files comparison.
- FilePane(JAppEditor, FilePane.TextFile, FilePane.TextFile) - Constructor for class org.jeditor.app.FilePane
-
Constructor for files comparison.
- FilePane(JAppEditor, FilePane.TextFile, FilePane.TextFile, short) - Constructor for class org.jeditor.app.FilePane
-
Constructor for files comparison.
- FilePane.TextFile - Class in org.jeditor.app
-
The text file associated with the file pane.
- filetype - Variable in class org.jeditor.app.JAppEditor
-
- findMatchingBracket(Document, int) - Static method in class org.jeditor.core.TextUtilities
-
Returns the offset of the bracket matching the one at the
specified offset of the document, or -1 if the bracket is
unmatched (or if the character is not a bracket).
- findWordEnd(String, int, String) - Static method in class org.jeditor.core.TextUtilities
-
Locates the end of the word at the specified position.
- findWordStart(String, int, String) - Static method in class org.jeditor.core.TextUtilities
-
Locates the start of the word at the specified position.
- fireCaretEvent() - Method in class org.jeditor.gui.JEditor
-
- fireInsertUpdate(DocumentEvent) - Method in class org.jeditor.core.SyntaxDocument
-
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
- fireRemoveUpdate(DocumentEvent) - Method in class org.jeditor.core.SyntaxDocument
-
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
- first0 - Variable in class org.jeditor.diff.Change
-
The position of the Change in the left text.
- first0 - Variable in class org.jeditor.diff.DiffBase
-
- first0 - Variable in class org.jeditor.diff.DiffPrint.Base
-
- first1 - Variable in class org.jeditor.diff.Change
-
The position of the Change in the right text.
- first1 - Variable in class org.jeditor.diff.DiffBase
-
- first1 - Variable in class org.jeditor.diff.DiffPrint.Base
-
- firstToken - Variable in class org.jeditor.scripts.base.TokenMarker
-
The first token in the list.
- fm - Variable in class org.jeditor.gui.CodeEditorPainter
-
- font - Variable in class org.jeditor.core.CodeEditorDefaults
-
The document Font.
- FortranTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
Custom TokenMarker for UNISYS's ASCII FORTRAN 77.
- FortranTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.FortranTokenMarker
-
Constructor, with a wee bit of initialization.
- frame - Variable in class org.jeditor.app.SettingsDialog
-
- fromfile - Variable in class org.jeditor.app.FilePane
-