Module org.jhotdraw8.application
Class DirectoryURIChooser
java.lang.Object
org.jhotdraw8.application.controls.urichooser.DirectoryURIChooser
- All Implemented Interfaces:
URIChooser
FileURIChooser.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull javafx.stage.DirectoryChoosershowDialog(javafx.stage.Window parent) Pops up an URI chooser dialog.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.application.controls.urichooser.URIChooser
getDataFormat, showDialog
-
Constructor Details
-
DirectoryURIChooser
public DirectoryURIChooser()
-
-
Method Details
-
getDirectoryChooser
-
showDialog
Description copied from interface:URIChooserPops up an URI chooser dialog.- Specified by:
showDialogin interfaceURIChooser- Parameters:
parent- the parent component of the dialog, can benull; seeshowDialogfor details- Returns:
- the selected URIs if a selection has been made.
-