bibliothek.gui.dock.control
Interface BasicRemoteRelocator

All Known Subinterfaces:
DirectRemoteRelocator, RemoteRelocator

public interface BasicRemoteRelocator

Definition of properties shared by the RemoteRelocator and by the DirectRemoteRelocator.

Author:
Benjamin Sigg

Method Summary
 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.
 

Method Detail

setTitle

void setTitle(DockTitle title)
Sets the DockTitle which is dragged, the title might show up below the mouse.

Parameters:
title - the title that is dragged, can be null

setShowImageWindow

void setShowImageWindow(boolean imageWindow)
Sets whether a MovingImage should appear during the drag and drop operation, the default value is true.

Parameters:
imageWindow - whether a preview of the moved Dockable should appear