|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ToolMomento provides an object that can be used to store and load the state of a tool. This will be used to get the current state of a tool and write it out to the file system. This state can be used to restart the tool in the state described.
| Method Summary | |
void |
init()
Initialize the ToolMomento using the default configuration. |
void |
init(java.lang.String s)
Initialize the ToolMomemto using the given String. |
java.lang.String |
toString()
Create and return a String representation of the state. |
| Method Detail |
public void init()
public void init(java.lang.String s)
throws java.lang.Exception
s - A String representation of a state of a Tool.
java.lang.Exception - An Exception should be thrown when an error occurs
with the String given (either the format or value).public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||