public interface Saveable
| Modifier and Type | Method and Description |
|---|---|
void |
restoreState(Element el)
Restores the current state from the given DOM element.
|
void |
saveState(Element el)
Writes the current state to the given DOM element.
|
void saveState(Element el) throws SaveException
SaveExceptionvoid restoreState(Element el) throws SaveException
SaveExceptionCopyright © 2015–2022 SciJava. All rights reserved.