Uses of Class
com.alee.utils.file.MimeType

Packages that use MimeType
com.alee.utils.file   
 

Uses of MimeType in com.alee.utils.file
 

Methods in com.alee.utils.file that return MimeType
static MimeType MimeType.fromExtension(java.lang.String extension)
          Gets the first matching mime-type for the given extension
static MimeType MimeType.fromType(java.lang.String type)
          Returns the first matching mime-type for the given type.
static MimeType MimeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MimeType[] MimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.