public interface StoreSource
StoreControlFrame
.Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getApplicationName() |
Return a name for this application.
|
java.lang.String |
getStoreName() |
Return a name for the configuration store (without any
directory information).
|
java.lang.String |
getTagName() |
Get a name for the top-level element associated with this
configuration.
|
void |
restoreState(org.w3c.dom.Element rootElement) |
Restore a previously saved configuration created by the
saveState(org.w3c.dom.Element) method. |
void |
saveState(org.w3c.dom.Element rootElement) |
Save the configuration with the given Element as the root of
the document.
|
void saveState(org.w3c.dom.Element rootElement)
void restoreState(org.w3c.dom.Element rootElement)
saveState(org.w3c.dom.Element)
method.java.lang.String getApplicationName()
java.lang.String getStoreName()
java.lang.String getTagName()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.