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
SaveException
void restoreState(Element el) throws SaveException
SaveException
Copyright © 2015–2022 SciJava. All rights reserved.