Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Method and Description |
---|---|
void |
BorderSplitter.processDockableDrop(DockDropEvent e) |
void |
CompoundDockingPanel.processDockableDrop(DockDropEvent event) |
void |
DockDropReceiver.processDockableDrop(DockDropEvent event)
The component is requested to perform a docking drop action.
|
void |
DockTabbedPane.processDockableDrop(DockDropEvent event)
The component is requested to perform a docking drop action.
|
void |
DockView.processDockableDrop(DockDropEvent event)
The component is requested to perform a docking drop action.
|
void |
DockableStoreButton.processDockableDrop(DockDropEvent event)
Rejects the drop as this action isn't possible on this component
|
void |
DockingPanel.processDockableDrop(DockDropEvent event) |
void |
MaximizedDockView.processDockableDrop(DockDropEvent event)
maximized dockable don't support drag and drop
|
void |
MaximizedDockViewAsTab.processDockableDrop(DockDropEvent event) |
void |
SplitContainer.processDockableDrop(DockDropEvent event)
The component is requested to perform a docking drop action.
|
void |
BorderSplitter.split(DockDropEvent event,
java.awt.Container draggedContainer,
DockingConstants.Split position)
This method should be overriden if the delegator doesn't belong to the
docking containment hierarchy after drop acceptance.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.