Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 © 2003–2015. All rights reserved.