|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreSource
An interface for component configurations that can be serialised to
XML and subsequently stored and restored to a backing store using
a StoreControlFrame
.
Method Summary | |
---|---|
String |
getApplicationName()
Return a name for this application. |
String |
getStoreName()
Return a name for the configuration store (without any directory information). |
String |
getTagName()
Get a name for the top-level element associated with this configuration. |
void |
restoreState(Element rootElement)
Restore a previously saved configuration created by the saveState(org.w3c.dom.Element) method. |
void |
saveState(Element rootElement)
Save the configuration with the given Element as the root of the document. |
Method Detail |
---|
void saveState(Element rootElement)
void restoreState(Element rootElement)
saveState(org.w3c.dom.Element)
method.
String getApplicationName()
String getStoreName()
String getTagName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |