public
classActivationDataFlavor
extends DataFlavor
Overview
Inheritance
Members
Usage
Source
Books
Since1.6
VersionNot specified.
Author(s)Not specified.
The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor. It allows the JAF to
set all three values stored by the DataFlavor class via a new
constructor. It also contains improved MIME parsing in the equals
method. Except for the improved parsing, its semantics are
identical to that of the JDK's DataFlavor class.
java.awt.datatransfer.DataFlavor. It allows the JAF to set all three values stored by the DataFlavor class via a new constructor. It also contains improved MIME parsing in theequalsmethod. Except for the improved parsing, its semantics are identical to that of the JDK's DataFlavor class.