com.vlsolutions.swing.docking
public class CompoundDockingPanel extends JPanel implements DockDropReceiver
This component is used by the API (as the associate component of a CompoundDockable) and shouldn't be used outside this context.
Since: 2.1
See Also: CompoundDockable
Constructor Summary | |
---|---|
CompoundDockingPanel(CompoundDockable dockable) Constructs a new CompoundDockingPanel, for a given dockable |
Method Summary | |
---|---|
CompoundDockable | getDockable() Returns the compound dockable this container is for |
void | processDockableDrag(DockDragEvent event) act the same as a splitContainer : allow drop on the borders |
void | processDockableDrop(DockDropEvent event) |