Uses of Class
org.apache.pivot.wtk.LocalManifest

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

Uses of LocalManifest in org.apache.pivot.wtk
 

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

Methods in org.apache.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.
 

Constructors in org.apache.pivot.wtk with parameters of type LocalManifest
LocalManifestAdapter(LocalManifest localManifest)