public static enum BoofSwingUtil.FileTypes extends java.lang.Enum<BoofSwingUtil.FileTypes>
| Enum Constant and Description |
|---|
DIRECTORIES |
FILES |
IMAGES |
VIDEOS |
XML |
YAML |
| Modifier and Type | Method and Description |
|---|---|
static BoofSwingUtil.FileTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoofSwingUtil.FileTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoofSwingUtil.FileTypes FILES
public static final BoofSwingUtil.FileTypes YAML
public static final BoofSwingUtil.FileTypes XML
public static final BoofSwingUtil.FileTypes IMAGES
public static final BoofSwingUtil.FileTypes VIDEOS
public static final BoofSwingUtil.FileTypes DIRECTORIES
public static BoofSwingUtil.FileTypes[] values()
for (BoofSwingUtil.FileTypes c : BoofSwingUtil.FileTypes.values()) System.out.println(c);
public static BoofSwingUtil.FileTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null