Uses of Interface
org.apache.pivot.wtk.Manifest
-
Packages that use Manifest Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of Manifest in org.apache.pivot.wtk
Classes in org.apache.pivot.wtk that implement Manifest Modifier and Type Class Description classLocalManifestManifest class that serves as data source for a clipboard or drag/drop operation.classRemoteManifestManifest class that acts as a proxy to remote clipboard or drag/drop data.Methods in org.apache.pivot.wtk that return Manifest Modifier and Type Method Description static ManifestClipboard. getContent()Retrieves the contents of the clipboard.Methods in org.apache.pivot.wtk with parameters of type Manifest Modifier and Type Method Description DropActionDropTarget. dragEnter(Component component, Manifest dragContent, int supportedDropActions, DropAction userDropAction)Called when the mouse first enters a drop target during a drag operation.DropActionDropTarget. dragMove(Component component, Manifest dragContent, int supportedDropActions, int x, int y, DropAction userDropAction)Called when the mouse is moved while positioned over a drop target during a drag operation.DropActionDropTarget. drop(Component component, Manifest dragContent, int supportedDropActions, int x, int y, DropAction userDropAction)Called to drop the drag content.DropActionDropTarget. userDropActionChange(Component component, Manifest dragContent, int supportedDropActions, int x, int y, DropAction userDropAction)Called when the user drop action changes while the mouse is positioned over a drop target during a drag operation.
-