| Frames | No Frames |
Constructors with parameter type com.vlsolutions.swing.docking.DockableDragSource | |
Creates an event based on a drag source and a mouse event. | |
Constructor for dock events. | |
Fields of type com.vlsolutions.swing.docking.DockableDragSource | |
| DockableDragSource | The drag source |
Methods with return type com.vlsolutions.swing.docking.DockableDragSource | |
| DockableDragSource | Returns a reference to the drag source of this event. |
Classes implementing com.vlsolutions.swing.docking.DockableDragSource | |
| class | A Button that can be used to store a dockable (for example to allow moving a dockable
between two workspaces). |
| class | A JTabbedPane customized for integration with the docking framework. |
| class | |
| class | A title bar, associated to a DockView (container of a single user component). |
| class | |
Methods with parameter type com.vlsolutions.swing.docking.DockableDragSource | |
| void | Removes a visible dockable : called from a drag and drop operation. |
| void | This method is used by DockableContainers in order to register their
DockableDragSource(s) to the DragControler. |
| void | Installs multiple drag sources. |
| void | This method is used by DockableContainers in order to unregister their
DockableDragSource(s) to the DragControler. |
| void | Uninstalls multiple drag sources. |