Uses of Interface
net.raumzeitfalle.fx.filechooser.PathFilter
Packages that use PathFilter
-
Uses of PathFilter in net.raumzeitfalle.fx.filechooser
Methods in net.raumzeitfalle.fx.filechooser that return PathFilterModifier and TypeMethodDescriptionstatic PathFilterPathFilter.acceptAllFiles()Creates a newPathFilterwhich generally matches with all files and is named*.*.static PathFilterPathFilter.acceptAllFiles(String name) Creates a newPathFilterwhich generally matches with all files.default PathFilterPathFilter.combine(PathFilter other) Creates a new PathFilter as a combination of the this one and any other.static PathFilterstatic PathFilterstatic PathFilterPathFilter.forFileExtension(String extension) Creates a newPathFilterfor file name extensions such as (.html, .xls, .xml or .pdf).static PathFilterPathFilter.forFileExtension(String label, String extension) Creates a newPathFilterfor file name extensions such as (.html, .xls, .xml or .pdf).Methods in net.raumzeitfalle.fx.filechooser with parameters of type PathFilterModifier and TypeMethodDescriptionvoidFXFileChooserDialog.addFilter(PathFilter filter) default PathFilterPathFilter.combine(PathFilter other) Creates a new PathFilter as a combination of the this one and any other.static FXFileChooserDialogFXFileChooserDialog.create(Skin skin, PathFilter... filter) static FXFileChooserStageFXFileChooserStage.create(Skin skin, Path startsIn, DirectoryChooserOption dirChooserOption, PathFilter... filters) Creates a new FileChooser placed into its own stage.static FXFileChooserStageFXFileChooserStage.create(Skin skin, Path startsIn, PathFilter... filters) Creates a new FileChooser placed into its own stage.static FXFileChooserStageFXFileChooserStage.create(Skin skin, DirectoryChooserOption dirChooserOption, PathFilter... filters) Creates a new FileChooser placed into its own stage.static FXFileChooserStageFXFileChooserStage.create(Skin skin, PathFilter... filters) Creates a new FileChooser placed into its own stage.static SwingFileChooserSwingFileChooser.create(Skin skin, String title, String dirChooserTitle, String pathToBrowse, PathFilter... filter) Creates a newFileChooserwithin a SwingJDialogwindow.static SwingFileChooserSwingFileChooser.create(Skin skin, String title, String pathToBrowse, PathFilter... filter) Creates a newFileChooserwithin a SwingJDialogwindow.static SwingFileChooserSwingFileChooser.create(Skin skin, String title, PathFilter... filter) Creates a newFileChooserwithin a SwingJDialogwindow.static SwingFileChooserSwingFileChooser.create(Skin skin, PathFilter... filter) Creates a newFileChooserwithin a SwingJDialogwindow.