java.lang.Object
org.jhotdraw8.application.controls.urichooser.DirectoryURIChooser
All Implemented Interfaces:
URIChooser

public class DirectoryURIChooser extends Object implements URIChooser
FileURIChooser.
Author:
Werner Randelshofer
  • Constructor Details

    • DirectoryURIChooser

      public DirectoryURIChooser()
  • Method Details

    • getDirectoryChooser

      public @NonNull javafx.stage.DirectoryChooser getDirectoryChooser()
    • showDialog

      public @Nullable URI showDialog(javafx.stage.Window parent)
      Description copied from interface: URIChooser
      Pops up an URI chooser dialog.
      Specified by:
      showDialog in interface URIChooser
      Parameters:
      parent - the parent component of the dialog, can be null ; see showDialog for details
      Returns:
      the selected URIs if a selection has been made.