com.vlsolutions.swing.docking

Class DockingPanel

public class DockingPanel extends JPanel implements DockDropReceiver

This class is responsible for the containment of a Dockable component.

Users of the VLDocking Framework should not call this class which is a utility component of DockingDesktop.

Please rely on DockingDesktop capabilities.

UNKNOWN: 2005/11/08 Lilian Chamontin : added support for global width/height drop

Constructor Summary
DockingPanel()
Javabeans constructor
Method Summary
voidprocessDockableDrag(DockDragEvent event)
act the same as a splitContainer : allow drop on the borders
voidprocessDockableDrop(DockDropEvent event)
voidresetToPreferredSize()
StringtoString()

Constructor Detail

DockingPanel

public DockingPanel()
Javabeans constructor

Method Detail

processDockableDrag

public void processDockableDrag(DockDragEvent event)
act the same as a splitContainer : allow drop on the borders

processDockableDrop

public void processDockableDrop(DockDropEvent event)

resetToPreferredSize

public void resetToPreferredSize()

toString

public String toString()
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications