|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.moss.model.AbstractDocument
org.homeunix.thecave.moss.i18n.LanguageEditorDocument
public class LanguageEditorDocument
| Constructor Summary | |
|---|---|
LanguageEditorDocument()
|
|
| Method Summary | |
|---|---|
void |
save()
Save the data file to the current file (obtained by getFile()). |
void |
saveAs(java.io.File file)
Prompt the user for a different file, and save the model to that file. |
| Methods inherited from class org.homeunix.thecave.moss.model.AbstractDocument |
|---|
addDocumentChangeListener, finishBatchChange, fireDocumentChangeEvent, getFile, getGeneratedUid, getMinimumChangeEventPeriod, isBatchChange, isChanged, removeDocumentChangeListener, resetChanged, setChanged, setFile, setMinimumChangeEventPeriod, startBatchChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LanguageEditorDocument()
| Method Detail |
|---|
public void save()
throws DocumentSaveException
StandardDocument
DocumentSaveException
public void saveAs(java.io.File file)
throws DocumentSaveException
StandardDocument
file - File to save to
DocumentSaveException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||