Package com.sun.javatest.tool
Class ToolDialog.Restorer
- java.lang.Object
-
- com.sun.javatest.tool.ToolDialog.Restorer
-
- Enclosing class:
- ToolDialog
public class ToolDialog.Restorer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESTORE_ALL
static int
RESTORE_NOTHING
-
Constructor Summary
Constructors Constructor Description Restorer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRestorePolicy()
java.lang.String
getWindowKey()
void
setRestorePolicy(int restorePolicy)
void
setWindowKey(java.lang.String windowKey)
-
-
-
Field Detail
-
RESTORE_NOTHING
public static final int RESTORE_NOTHING
- See Also:
- Constant Field Values
-
RESTORE_ALL
public static final int RESTORE_ALL
- See Also:
- Constant Field Values
-
-