public interface SaveToFile
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSavable()
Replies the savable state of the layer (i.e.
|
void |
onPostSaveToFile()
Initializes the layer after a successful save of data to a file.
|
boolean |
requiresSaveToFile()
Determines if the data managed by this layer needs to be saved to
a file.
|
boolean isSavable()
SaveToFile interface must return true.true if the layer can be saved to a file; false, otherwiseboolean requiresSaveToFile()
true if the data managed by this layer needs to be saved to a file; false, otherwisevoid onPostSaveToFile()