Clipboard.getAvailableTypeNames

Returns a platform specific list of the data types currently available on the system clipboard.

<p>Note: <code>getAvailableTypeNames</code> is a utility for writing a Transfer sub-class. It should NOT be used within an application because it provides platform specific information.</p>

@return a platform specific list of the data types currently available on the system clipboard

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

class Clipboard
String[]
getAvailableTypeNames
(
)

Meta