public enum EClipboardDataFlavor extends java.lang.Enum<EClipboardDataFlavor>
DataFlavor
Werte, gewrappt als ENUM Werte.Modifier and Type | Field and Description |
---|---|
private java.awt.datatransfer.DataFlavor |
dataFlavor |
Modifier and Type | Method and Description |
---|---|
java.awt.datatransfer.DataFlavor |
getDataFlavor() |
static EClipboardDataFlavor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EClipboardDataFlavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClipboardDataFlavor IMAGE
public static final EClipboardDataFlavor FILELIST
public static final EClipboardDataFlavor STRING
public static EClipboardDataFlavor[] values()
for (EClipboardDataFlavor c : EClipboardDataFlavor.values()) System.out.println(c);
public static EClipboardDataFlavor 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 nullpublic java.awt.datatransfer.DataFlavor getDataFlavor()