public interface PageStorage extends Service, GUIUpdateSource
| Modifier and Type | Method and Description |
|---|---|
boolean |
saveAvailable()
Checks whether the save function is available (i.e. the
storage is ready).
|
void |
saveCurrentPage()
Saves the current page (including the area tree and the logical tree
if available) as the new entity in the storage.
|
boolean |
updateAvailable()
Checks whether the current page may be updated in the storage, i.e.
|
void |
updateCurrentPage()
Updates the current page in the storage.
|
getDescription, getId, getNameregisterGUIUpdateListenerboolean saveAvailable()
true when the storage is ready to save the new page.void saveCurrentPage()
boolean updateAvailable()
true when the page may be updated in the storagevoid updateCurrentPage()
Copyright © 2016. All rights reserved.