Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
pub.vlsolutions.swing.docking.event |
Dockable windows framework
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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 OldDragControler.
|
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 OldDragControler.
|
void |
DockingDesktop.uninstallDockableDragSources(DockableDragSource[] sources)
Uninstalls multiple drag sources.
|
Modifier and Type | Field and Description |
---|---|
protected DockableDragSource |
DockEvent.source
The drag source
|
Modifier and Type | Method and Description |
---|---|
DockableDragSource |
DockEvent.getDragSource()
Returns a reference to the drag source of this event.
|
Constructor and Description |
---|
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.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.