Uses of Class
org.fife.ui.rsyntaxtextarea.FileLocation
Packages that use FileLocation
-
Uses of FileLocation in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea that return FileLocationModifier and TypeMethodDescriptionstatic FileLocationCreates aFileLocationinstance for the specified local file.static FileLocationCreates aFileLocationinstance for the specified local file.static FileLocationCreates aFileLocationinstance for the specified file.Methods in org.fife.ui.rsyntaxtextarea with parameters of type FileLocationModifier and TypeMethodDescriptionvoidTextEditorPane.load(FileLocation loc) Loads the specified file in this editor.voidTextEditorPane.load(FileLocation loc, String defaultEnc) Loads the specified file in this editor.voidTextEditorPane.load(FileLocation loc, Charset defaultEnc) Loads the specified file in this editor.voidTextEditorPane.saveAs(FileLocation loc) Saves this file in a new local 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.