Uses of Class
org.fife.ui.rsyntaxtextarea.FileLocation

Packages that use FileLocation
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
static FileLocation FileLocation.create(File file)
          Creates a FileLocation instance for the specified local file.
static FileLocation FileLocation.create(String fileFullPath)
          Creates a FileLocation instance for the specified local file.
static FileLocation FileLocation.create(URL url)
          Creates a FileLocation instance for the specified file.
 

Methods in org.fife.ui.rsyntaxtextarea with parameters of type FileLocation
 void TextEditorPane.load(FileLocation loc, String defaultEnc)
          Loads the specified file in this editor.
 void TextEditorPane.saveAs(FileLocation loc)
          Saves this file in a new local location.
 

Constructors in org.fife.ui.rsyntaxtextarea with parameters of type FileLocation
TextEditorPane(int textMode, boolean wordWrapEnabled, FileLocation loc)
          Creates a new TextEditorPane.
TextEditorPane(int textMode, boolean wordWrapEnabled, FileLocation loc, String defaultEnc)
          Creates a new TextEditorPane.
 



Copyright © 2010. All Rights Reserved.