Uses of Class
org.openstreetmap.josm.actions.ExtensionFileFilter.AddArchiveExtension
-
Packages that use ExtensionFileFilter.AddArchiveExtension Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of ExtensionFileFilter.AddArchiveExtension in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return ExtensionFileFilter.AddArchiveExtension Modifier and Type Method Description static ExtensionFileFilter.AddArchiveExtensionExtensionFileFilter.AddArchiveExtension. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExtensionFileFilter.AddArchiveExtension[]ExtensionFileFilter.AddArchiveExtension. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.actions with parameters of type ExtensionFileFilter.AddArchiveExtension Modifier and Type Method Description static ExtensionFileFilterExtensionFileFilter. newFilterWithArchiveExtensions(java.lang.String extensions, java.lang.String defaultExtension, java.lang.String description, ExtensionFileFilter.AddArchiveExtension addArchiveExtension, java.util.List<java.lang.String> archiveExtensions)Construct an extension file filter with the extensions supported byCompressionautomatically added to theextensions.
-