Uses of Class
org.fife.ui.rsyntaxtextarea.FileLocation
-
Packages that use FileLocation Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of FileLocation in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea that return FileLocation Modifier and Type Method Description static FileLocationFileLocation. create(File file)Creates aFileLocationinstance for the specified local file.static FileLocationFileLocation. create(String fileFullPath)Creates aFileLocationinstance for the specified local file.static FileLocationFileLocation. create(URL url)Creates aFileLocationinstance for the specified file.Methods in org.fife.ui.rsyntaxtextarea with parameters of type FileLocation Modifier and Type Method Description voidTextEditorPane. load(FileLocation loc, String 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 FileLocation Constructor Description TextEditorPane(int textMode, boolean wordWrapEnabled, FileLocation loc)Creates a newTextEditorPane.TextEditorPane(int textMode, boolean wordWrapEnabled, FileLocation loc, String defaultEnc)Creates a newTextEditorPane.
-