|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnapshotAutomation
The contract for snapshot automation of controls. recall() and store() are suitable for user snapshots. It is intended that as well as user snapshots a project will have a default snapshot. configure() is intended for use with this default project snapshot and should be called prior to recall() in this case. configure() should modify the control structure to suit the snapshot.
Method Summary | |
---|---|
void |
configure(java.lang.String name)
Modify the controls structure to suit the named snapshot. |
java.lang.String[] |
list()
List stored snapshot names. |
void |
recall(java.lang.String name)
Recall a controls snapshot. |
void |
store(java.lang.String name)
Store a controls snapshot. |
Method Detail |
---|
void configure(java.lang.String name)
void recall(java.lang.String name)
void store(java.lang.String name)
java.lang.String[] list()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |