public int getSourceActions (JComponent c)

Returns the type of transfer actions supported by the source; any bitwise-OR combination of COPY, MOVE and LINK.

Some models are not mutable, so a transfer operation of MOVE should not be advertised in that case. Returning NONE disables transfers from the component.

Parameters:
c    the component holding the data to be transferred; provided to enable sharing of TransferHandlers

Returns:  COPY if the transfer property can be found, otherwise returns NONE