This Property Editor is intended to customize the dataFlavor property. Refer to Figure 1 for the Property Editor view.
Figure 1 - The dataFlavor property editor
By using the dataFlavor property editor, you can either choose one of the standard java.awt.datatransfer.DataFlavor types (stringFlavor or plainTextFlavor) or set the dataFlavor property at a custom type.
To set the dataFlavor property at the stringFlavor type, you should select the Java String button (this type corresponds to the java.lang.String type).
To set the dataFlavor property at the plainTextFlavor type, you should select the Plain Text button (this type corresponds to the java.io.InputStream type).
To set the dataFlavor property at a custom type, you should select the Custom button. Consequently, the dataFlavor property is set at java.lang.Object, and the "java.lang.Object" text is displayed in TextField. To change the dataFlavor property, you should enter a java class name into TextField (the name, which is displayed in the red color during inputting). In case the name is correct, the color of the input name changes to black and you can press the Apply button then. If the name is incorrect, the Apply button is desabled until the name of the type is entered correctly.