Uses of Enum Class
org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Packages that use ContentProviders.CLIPBOARD_DATA
-
Uses of ContentProviders.CLIPBOARD_DATA in org.eclipse.swt.dnd
Subclasses with type arguments of type ContentProviders.CLIPBOARD_DATA in org.eclipse.swt.dndModifier and TypeClassDescriptionstatic enumThere are multiple clipboards in GTK, each with its own current contents (providers).Methods in org.eclipse.swt.dnd that return ContentProviders.CLIPBOARD_DATAModifier and TypeMethodDescriptionContentProviders.CLIPBOARD_DATA.fromDNDConstants(int clipboards) Return the DESTINATION instance matching the clipboards using the constantsDND.CLIPBOARDandDND.SELECTION_CLIPBOARDContentProviders.CLIPBOARD_DATA.fromSourceId(long sourceId) Returns the clipboard data matching the given sourceIdReturns the enum constant of this class with the specified name.static ContentProviders.CLIPBOARD_DATA[]ContentProviders.CLIPBOARD_DATA.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.swt.dnd with parameters of type ContentProviders.CLIPBOARD_DATAModifier and TypeMethodDescriptionlongContentProviders.createContentProviders(Object[] data, Transfer[] transfers, ContentProviders.CLIPBOARD_DATA id) Create a set of content providers (GdkContentProviders) for the given SWT Transfer Types and data, assigned to the given clipboard.