public interface BasicRemoteRelocator
RemoteRelocator
and by the DirectRemoteRelocator
.Modifier and Type | Method and Description |
---|---|
void |
setShowImageWindow(boolean imageWindow)
Sets whether a
MovingImage should appear during the drag and drop operation, the default
value is true . |
void |
setTitle(DockTitle title)
Sets the
DockTitle which is dragged, the title might show up below the mouse. |
void setTitle(DockTitle title)
DockTitle
which is dragged, the title might show up below the mouse.title
- the title that is dragged, can be null
void setShowImageWindow(boolean imageWindow)
MovingImage
should appear during the drag and drop operation, the default
value is true
.imageWindow
- whether a preview of the moved Dockable
should appear