Package com.sun.javatest.exec
Class WorkDirChooseTool.ChosenFileHandler
java.lang.Object
com.sun.javatest.exec.WorkDirChooseTool.ChosenFileHandler
- Enclosing class:
WorkDirChooseTool
The class is used by WorkDirChooseTool to interact with those,
who use WorkDirChooseTool in LOAD_CONFIG, LOAD_TEMPLATE modes.
An instance should be passed to the WorkDirChooseTool via
setChosenFileHandler() method before activating. When dialog
has disappeared, the instance will be filled with chosen file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFile chosen by userboolean
Flag, signaling whether user wants to edit configuration post loading -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
File chosen by user -
isEditConfig
public boolean isEditConfigFlag, signaling whether user wants to edit configuration post loading
-
-
Constructor Details
-
ChosenFileHandler
public ChosenFileHandler()
-