com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.datatransfer
Class IJCDataTransferFlavors

java.lang.Object
  extended by com.im.ijc.core.api.datatransfer.IJCDataTransferFlavors

public final class IJCDataTransferFlavors
extends Object

Data flavors for clipboard operations.


Field Summary
static DataFlavor FLAVOR_DF_VIEW
          The flavor which represents View (form or gridview) in clipboard.
static DataFlavor FLAVOR_LIST_DATA
          The flavor which represents list (temporary or permanent) in clipboard.
static DataFlavor FLAVOR_TABLE_DATA
          The flavor which represents tabular data in clipboard.
static DataFlavor FLAVOR_WIDGET
          The flavor which represents IJC widgets in clipboard.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAVOR_TABLE_DATA

public static final DataFlavor FLAVOR_TABLE_DATA
The flavor which represents tabular data in clipboard. Data are returned as TableDataTransferObject class if you ask for this flavor.


FLAVOR_WIDGET

public static final DataFlavor FLAVOR_WIDGET
The flavor which represents IJC widgets in clipboard. Data are returned as IJCWidgetTransferObject class if you ask for this flavor.


FLAVOR_LIST_DATA

public static final DataFlavor FLAVOR_LIST_DATA
The flavor which represents list (temporary or permanent) in clipboard. Data are returned as ListDataTransferObject class if you ask for this flavor.


FLAVOR_DF_VIEW

public static final DataFlavor FLAVOR_DF_VIEW
The flavor which represents View (form or gridview) in clipboard. Data are returned as DFView class if you ask for this flavor.


com.im.ijc.core/1 5.9.4