public interface TextEditor
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Gett the file being editor
|
String |
getMimeType()
Get the associated mime-type
|
String |
getText()
Get the text from the editor, as a String.
|
String |
getTitle()
Get the title of the editor
|
boolean |
isModified()
Test if the text in the editor has been modified
|
void |
saveText()
Save the text being edited.
|
File getFile()
null
if no file is associated with the editorboolean isModified()
true
if the text has been modifiedString getMimeType()
String getTitle()
String getText()
void saveText()
Copyright © 2018. All rights reserved.