|
FoxitPDFSDKforWeb v11.1.0
Foxit PDF SDK for Web
|
Additional Inherited Members | |
Public Member Functions inherited from Disposable | |
| addDestroyHook (...hooks) | |
| Add a function to destroyHooks list, which will be called during destroy. More... | |
| destroy () | |
| ownsTo (owner) | |
| Establishes an ownership relationship where this instance will be destroyed when the owner is destroyed. Additionally, the owner will be automatically removed from the destroyHooks list when this instance is destroyed. More... | |
The RearrangeManager class is used to implement drag-and-drop and reordering functionality for thumbnails. This class now uses a strategy pattern to separate native drag events implementation from pointer-based implementation.
This design makes the code more maintainable and testable by separating the two different drag implementations.