|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockableDragSource | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
com.vlsolutions.swing.docking.event | Events Package of the VLDocking Framework. |
Uses of DockableDragSource in com.vlsolutions.swing.docking |
---|
Classes in com.vlsolutions.swing.docking that implement DockableDragSource | |
---|---|
class |
DockableStoreButton
A Button that can be used to store a dockable (for example to allow moving a dockable between two workspaces). |
class |
DockTabbedPane
A JTabbedPane customized for integration with the docking framework. |
protected class |
DockViewAsTab.TabHeader
|
class |
DockViewTitleBar
A title bar, associated to a DockView (container of a single user component). |
protected class |
MaximizedDockViewAsTab.MaximizedTabHeader
|
Methods in com.vlsolutions.swing.docking with parameters of type DockableDragSource | |
---|---|
void |
DockingDesktop.dropRemove(DockableDragSource dragSource)
Removes a visible dockable : called from a drag and drop operation. |
void |
DockingDesktop.installDockableDragSource(DockableDragSource source)
This method is used by DockableContainers in order to register their DockableDragSource(s) to the DragControler. |
void |
DockingDesktop.installDockableDragSources(DockableDragSource[] sources)
Installs multiple drag sources. |
void |
DockingDesktop.uninstallDockableDragSource(DockableDragSource source)
This method is used by DockableContainers in order to unregister their DockableDragSource(s) to the DragControler. |
void |
DockingDesktop.uninstallDockableDragSources(DockableDragSource[] sources)
Uninstalls multiple drag sources. |
Uses of DockableDragSource in com.vlsolutions.swing.docking.event |
---|
Fields in com.vlsolutions.swing.docking.event declared as DockableDragSource | |
---|---|
protected DockableDragSource |
DockEvent.source
The drag source |
Methods in com.vlsolutions.swing.docking.event that return DockableDragSource | |
---|---|
DockableDragSource |
DockEvent.getDragSource()
Returns a reference to the drag source of this event. |
Constructors in com.vlsolutions.swing.docking.event with parameters of type DockableDragSource | |
---|---|
DockDragEvent(DockingDesktop desktop,
DockableDragSource source,
java.awt.event.MouseEvent event)
Creates an event based on a drag source and a mouse event. |
|
DockDropEvent(DockingDesktop desk,
DockableDragSource source,
java.awt.event.MouseEvent event)
|
|
DockEvent(DockingDesktop targetDesktop,
DockableDragSource source,
java.awt.event.MouseEvent event)
Constructor for dock events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |