Class TableDataTransferSupport


  • public final class TableDataTransferSupport
    extends java.lang.Object
    Utility class related to TableData clipboard handling in IJC. See TableDataTransferObject.
    • Method Detail

      • createTableData

        public static java.awt.datatransfer.Transferable createTableData​(IJCWidgetCookie cake)
        Creates transferable for IJCDataTransferFlavors.FLAVOR_TABLE_DATA which means that data transfer object is of TableDataTransferObject type. This contains also formatting according to selected widget. String flavor is not included.
        Parameters:
        cake - Widget cookie
        Returns:
        Transferable for the selected data including formatting.