public interface DockableMovingImageFactory
MovingImages. This factory is used to show an image
that is somehow related to a Dockable which is dragged.| Modifier and Type | Method and Description |
|---|---|
MovingImage |
create(DockController controller,
Dockable dockable)
Gets an image which will be shown underneath the cursor.
|
MovingImage |
create(DockController controller,
DockTitle snatched)
Gets an image which will be shown underneath the cursor.
|
MovingImage create(DockController controller, DockTitle snatched)
snatched.controller - The controller which will be responsible for the titlesnatched - The title which is grabbed by the usernullMovingImage create(DockController controller, Dockable dockable)
dockable.controller - The controller which will be responsible for the titledockable - The Dockable which is snatchednullCopyright © 2017 Docking Frames. All rights reserved.