Uses of Enum Class
org.jhotdraw8.application.controls.urichooser.FileURIChooser.Mode
Packages that use FileURIChooser.Mode
-
Uses of FileURIChooser.Mode in org.jhotdraw8.application.controls.urichooser
Methods in org.jhotdraw8.application.controls.urichooser that return FileURIChooser.ModeModifier and TypeMethodDescriptionFileURIChooser.getMode()static FileURIChooser.ModeReturns the enum constant of this class with the specified name.static FileURIChooser.Mode[]FileURIChooser.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jhotdraw8.application.controls.urichooser with parameters of type FileURIChooser.ModeConstructors in org.jhotdraw8.application.controls.urichooser with parameters of type FileURIChooser.ModeModifierConstructorDescriptionFileURIChooser(@NonNull FileURIChooser.Mode newValue) FileURIChooser(@NonNull FileURIChooser.Mode newValue, @NonNull List<URIExtensionFilter> extensionFilters)