Uses of Enum Class
boofcv.gui.BoofSwingUtil.FileTypes
Packages that use BoofSwingUtil.FileTypes
-
Uses of BoofSwingUtil.FileTypes in boofcv.gui
Methods in boofcv.gui that return BoofSwingUtil.FileTypesModifier and TypeMethodDescriptionstatic BoofSwingUtil.FileTypesReturns the enum constant of this class with the specified name.static BoofSwingUtil.FileTypes[]BoofSwingUtil.FileTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.gui with parameters of type BoofSwingUtil.FileTypesModifier and TypeMethodDescriptionstatic @Nullable FileBoofSwingUtil.fileChooser(@Nullable String preferenceName, @Nullable Component parent, boolean openFile, String defaultPath, BoofLambdas.MassageString massageName, BoofSwingUtil.FileTypes... filters) Opens a file chooser for the specified file types.static @Nullable FileBoofSwingUtil.fileChooserPreview(@Nullable String preferenceName, @Nullable Component parent, boolean openFile, String defaultPath, BoofSwingUtil.FileTypes... filters) File chooser with a preview.static @Nullable FileBoofSwingUtil.openFileChooser(@Nullable Component parent, BoofSwingUtil.FileTypes... filters) static @Nullable FileBoofSwingUtil.openFileChooser(@Nullable Component parent, String defaultPath, BoofSwingUtil.FileTypes... filters) static @Nullable FileBoofSwingUtil.openFileChooser(@Nullable String preferenceName, BoofSwingUtil.FileTypes... filters) Opens a file choose when there is no parent component.static @Nullable FileBoofSwingUtil.openFilePreview(@Nullable Component parent, BoofSwingUtil.FileTypes... filters) static @Nullable FileBoofSwingUtil.openFilePreview(@Nullable String preferenceName, BoofSwingUtil.FileTypes... filters) static @Nullable FileBoofSwingUtil.saveFileChooser(Component parent, BoofSwingUtil.FileTypes... filters)