com.sun.javatest.tool
Class ToolDialog.Restorer

java.lang.Object
  extended by com.sun.javatest.tool.ToolDialog.Restorer
Enclosing class:
ToolDialog

public class ToolDialog.Restorer
extends java.lang.Object


Field Summary
static int RESTORE_ALL
           
static int RESTORE_NOTHING
           
 
Constructor Summary
ToolDialog.Restorer()
           
 
Method Summary
 int getRestorePolicy()
           
 java.lang.String getWindowKey()
           
 void setRestorePolicy(int restorePolicy)
           
 void setWindowKey(java.lang.String windowKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ToolDialog.Restorer

public ToolDialog.Restorer()
Method Detail

getWindowKey

public java.lang.String getWindowKey()

setWindowKey

public void setWindowKey(java.lang.String windowKey)

getRestorePolicy

public int getRestorePolicy()

setRestorePolicy

public void setRestorePolicy(int restorePolicy)


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.