Uses of Class
org.fife.ui.rsyntaxtextarea.FileLocation
Packages that use FileLocation
-
Uses of FileLocation in org.fife.ui.rsyntaxtextarea
Subclasses of FileLocation in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescription(package private) class
The location of a local file.(package private) class
The location of a file at a (remote) URL.Fields in org.fife.ui.rsyntaxtextarea declared as FileLocationModifier and TypeFieldDescriptionprivate FileLocation
TextEditorPane.loc
The location of the file being edited.Methods in org.fife.ui.rsyntaxtextarea that return FileLocationModifier and TypeMethodDescriptionstatic FileLocation
Creates aFileLocation
instance for the specified local file.static FileLocation
Creates aFileLocation
instance for the specified local file.static FileLocation
Creates aFileLocation
instance for the specified file.Methods in org.fife.ui.rsyntaxtextarea with parameters of type FileLocationModifier and TypeMethodDescriptionprivate void
TextEditorPane.init
(FileLocation loc, String defaultEnc) Initializes this editor with the specified file location.void
TextEditorPane.load
(FileLocation loc) Loads the specified file in this editor.void
TextEditorPane.load
(FileLocation loc, String defaultEnc) Loads the specified file in this editor.void
TextEditorPane.load
(FileLocation loc, Charset defaultEnc) Loads the specified file in this editor.void
TextEditorPane.saveAs
(FileLocation loc) Saves this file in a new local location.private void
TextEditorPane.saveImpl
(FileLocation loc) Saves the text in this editor to the specified location.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type FileLocationModifierConstructorDescriptionTextEditorPane
(int textMode, boolean wordWrapEnabled, FileLocation loc) Creates a newTextEditorPane
.TextEditorPane
(int textMode, boolean wordWrapEnabled, FileLocation loc, String defaultEnc) Creates a newTextEditorPane
.