Additional top-level classes in compilation unit: ClassLoaderObjectOutputStream, ClassLoaderObjectInputStream.
Modifier and Type | Field and Description |
---|---|
protected final boolean | |
protected final Transferable |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Object | getTransferData(DataFlavor
the requested flavor for the data df)Implements java. Returns an object which represents the data to be transferred. |
public DataFlavor[] | getTransferDataFlavors()
Implements java. Returns an array of DataFlavor objects indicating the flavors the data can be provided in. The array should be ordered according to preference for providing the data (from most richly descriptive to least descriptive). |
public boolean | isDataFlavorSupported(DataFlavor
the requested flavor for the data flavor)Implements java. Returns whether or not the specified data flavor is supported for this object. |
isLocal | back to summary |
---|---|
protected final boolean isLocal |
transferable | back to summary |
---|---|
protected final Transferable transferable |
TransferableProxy | back to summary |
---|---|
public TransferableProxy(Transferable t, boolean local) |
getTransferData | back to summary |
---|---|
public Object getTransferData(DataFlavor df) throws UnsupportedFlavorException, IOException Implements java. Doc from java. Returns an object which represents the data to be transferred. The class of the object returned is defined by the representation class of the flavor.
|
getTransferDataFlavors | back to summary |
---|---|
public DataFlavor[] getTransferDataFlavors() Implements java. Doc from java. Returns an array of DataFlavor objects indicating the flavors the data can be provided in. The array should be ordered according to preference for providing the data (from most richly descriptive to least descriptive).
|
isDataFlavorSupported | back to summary |
---|---|
public boolean isDataFlavorSupported(DataFlavor flavor) Implements java. Doc from java. Returns whether or not the specified data flavor is supported for this object.
|