Interface TethysUIDirectorySelector
- All Known Implementing Classes:
TethysUICoreDirectorySelector
public interface TethysUIDirectorySelector
Directory Selector.
-
Method Summary
Modifier and TypeMethodDescriptionSelect directory via dialog.voidsetInitialDirectory(File pDir) Set the initial directory.voidSet the title.
-
Method Details
-
setTitle
Set the title.- Parameters:
pTitle- the title
-
setInitialDirectory
Set the initial directory.- Parameters:
pDir- the directory
-
selectDirectory
File selectDirectory()Select directory via dialog.- Returns:
- the selected directory or null.
-