Uses of Class
org.apache.pivot.wtk.LocalManifest
- 
Packages that use LocalManifest Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.
- 
- 
Uses of LocalManifest in org.apache.pivot.wtkMethods in org.apache.pivot.wtk that return LocalManifest Modifier and Type Method Description LocalManifestDragSource. getContent()Methods in org.apache.pivot.wtk with parameters of type LocalManifest Modifier and Type Method Description voidClipboardContentListener. contentChanged(LocalManifest previousContent)Called when the content of the clipboard has been changed.static voidClipboard. setContent(LocalManifest newContent)Places content on the clipboard.static voidClipboard. setContent(LocalManifest newContent, ClipboardContentListener contentListener)Places content on the clipboard.Constructors in org.apache.pivot.wtk with parameters of type LocalManifest Constructor Description LocalManifestAdapter(LocalManifest localManifest)
 
-