Uses of Enum Class
boofcv.gui.BoofSwingUtil.FileTypes
-
Uses of BoofSwingUtil.FileTypes in boofcv.gui
Modifier and TypeMethodDescriptionstatic BoofSwingUtil.FileTypes
Returns 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.Modifier and TypeMethodDescriptionstatic @Nullable File
BoofSwingUtil.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 File
BoofSwingUtil.fileChooserPreview
(@Nullable String preferenceName, @Nullable Component parent, boolean openFile, String defaultPath, BoofSwingUtil.FileTypes... filters) File chooser with a preview.static @Nullable File
BoofSwingUtil.openFileChooser
(@Nullable Component parent, BoofSwingUtil.FileTypes... filters) static @Nullable File
BoofSwingUtil.openFileChooser
(@Nullable Component parent, String defaultPath, BoofSwingUtil.FileTypes... filters) static @Nullable File
BoofSwingUtil.openFileChooser
(@Nullable String preferenceName, BoofSwingUtil.FileTypes... filters) Opens a file choose when there is no parent component.static @Nullable File
BoofSwingUtil.openFilePreview
(@Nullable Component parent, BoofSwingUtil.FileTypes... filters) static @Nullable File
BoofSwingUtil.openFilePreview
(@Nullable String preferenceName, BoofSwingUtil.FileTypes... filters) static @Nullable File
BoofSwingUtil.saveFileChooser
(Component parent, BoofSwingUtil.FileTypes... filters)