public interface IDirectoryChooserCommon extends IDisplayCommon
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDirectory()
Gets the directory that was selected by the user.
|
DialogResult |
open()
Opens the chooser and blocks until the user has pressed OK or CANCEL
|
void |
setDirectory(java.io.File file)
Sets the directory of the chooser that will be shown
when the chooser will be opened the first time.
|
getUiReference, isEnabled, setEnabled
void setDirectory(java.io.File file)
file
- The file or directory to setDialogResult open()
java.io.File getDirectory()
Siehe auch Jowidgets Nutzerhandbuch