com.vlsolutions.swing.docking

Class DockingPanel

Implemented Interfaces:
DockDropReceiver

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.

Constructor Summary

DockingPanel()
Javabeans constructor

Method Summary

void
processDockableDrag(DockDragEvent event)
act the same as a splitContainer : allow drop on the borders
void
processDockableDrop(DockDropEvent event)
void
resetToPreferredSize()
String
toString()

Constructor Details

DockingPanel

public DockingPanel()
Javabeans constructor

Method Details

processDockableDrag

public void processDockableDrag(DockDragEvent event)
act the same as a splitContainer : allow drop on the borders
Specified by:
processDockableDrag in interface DockDropReceiver

processDockableDrop

public void processDockableDrop(DockDropEvent event)
Specified by:
processDockableDrop in interface DockDropReceiver

resetToPreferredSize

public void resetToPreferredSize()

toString

public String toString()

© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications