public class SelectPathDialogInstance extends java.lang.Object implements SelectPathDialogDelegate
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
selectedPath
The path which was selected from the selectPathDialog window.
|
Constructor and Description |
---|
SelectPathDialogInstance() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getSelectedPath()
Returns the path which was selected during the selectPathDialog
|
void |
pathSelected(java.io.File selectedFile)
The callback function with which the selected path from SelectPathDialog is returned.
|
void |
showSelectPathDialog()
Creates and shows the selectPathDialogWindow.
|
java.io.File selectedPath
public void showSelectPathDialog()
public void pathSelected(java.io.File selectedFile)
SelectPathDialogDelegate
pathSelected
in interface SelectPathDialogDelegate
public java.io.File getSelectedPath()