Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
static ExtensionFileFilter.AddArchiveExtension |
ExtensionFileFilter.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.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionFileFilter |
ExtensionFileFilter.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 by
Compression
automatically added to the extensions . |