Uses of Class
pivot.wtk.LocalManifest

Packages that use LocalManifest
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of LocalManifest in pivot.wtk
 

Methods in pivot.wtk that return LocalManifest
 LocalManifest DragSource.getContent()
          Returns the drag content.
 

Methods in pivot.wtk with parameters of type LocalManifest
 void ClipboardContentListener.contentChanged(LocalManifest previousContent)
           
static void Clipboard.setContent(LocalManifest content)
          Places content on the clipboard.
static void Clipboard.setContent(LocalManifest content, ClipboardContentListener clipboardContentListener)
          Places content on the clipboard.