Interface | Description |
---|---|
PenClip |
Defines the screen area where
PenEvent s are fired or a drag-out operation can be started. |
PenOwner |
A PenOwner defines the available
PenProvider s and unpauses/pauses the PenManager whenever the mouse cursor enters/exits the PenClip . |
PenOwner.PenManagerHandle |
Wraps a
PenManager and defines extra accessor methods. |
Class | Description |
---|---|
AbstractPenOwner |
Provides a mechanism to start/stop the drag-out operation.
|
ScreenPenOwner |
Defines a
PenClip for all the screen. |
PenOwner
definition and various PenOwner
implementations.