|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.beans.dts.plugin.transferable.AbstractTransferable com.apelon.beans.dts.plugin.transferable.DTSRoleTransferable
public class DTSRoleTransferable
For transfer of DTSRole
through Drag and Drop.
It supports these data flavors:
DTSDataFlavor.roleFlavor
)
DTSDataFlavor.conceptFlavor
)
DataFlavor.stringFlavor
)
Copyright: Copyright (c) 2003
Company: Apelon
Constructor Summary | |
---|---|
DTSRoleTransferable(DTSRole role)
Initializes with given DTSRole. |
Method Summary | |
---|---|
static DataFlavor |
getDataFlavor()
Deprecated. Use DTSDataFlavor.roleFlavor instead |
Object |
getTransferData(DataFlavor dataflavor)
Returns the data for a given DataFlavor. |
Methods inherited from class com.apelon.beans.dts.plugin.transferable.AbstractTransferable |
---|
createConstant, getTransferDataFlavors, isDataFlavorSupported, setTransferDataFlavors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTSRoleTransferable(DTSRole role)
Method Detail |
---|
public static DataFlavor getDataFlavor()
DTSDataFlavor.roleFlavor
instead
public Object getTransferData(DataFlavor dataflavor)
For DTS Role Data Flavor, the role (DTSRole
) of this Transferable is returned.
For Concept Data Flavor, the concept value of the role is returned.
For String Data Flavor, the name of the concept value of the role is returned.
For other Data Flavor, the returned value is null
dataflavor
- java.awt.datatransfer.DataFlavor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |