|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextEditor
An interface to be implemented by all TextEditors
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |