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.wtk
Methods in org.apache.pivot.wtk that return LocalManifest Modifier and Type Method Description LocalManifest
DragSource. getContent()
Methods in org.apache.pivot.wtk with parameters of type LocalManifest Modifier and Type Method Description void
ClipboardContentListener. contentChanged(LocalManifest previousContent)
Called when the content of the clipboard has been changed.static void
Clipboard. setContent(LocalManifest newContent)
Places content on the clipboard.static void
Clipboard. 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)
-