com.vlsolutions.swing.docking

Class DetachedDockView

Implemented Interfaces:
DockableContainer, DockDropReceiver, SingleDockableContainer

public class DetachedDockView
extends DockView

A DockView suitable for detached dockables (in their own window).
Since:
2.0
See Also:
DockView

Field Summary

Fields inherited from class com.vlsolutions.swing.docking.DockView

desktop, dockable, lastDropGeneralPath, lastDropShape, title

Constructor Summary

DetachedDockView(Dockable dockable)
Constructs a new DockView for the given dockable.

Method Summary

String
getUIClassID()
protected void
scanDrop(DockEvent event, boolean drop)
String
toString()

Methods inherited from class com.vlsolutions.swing.docking.DockView

buildPathForTab, getDockable, getTitleBar, getUIClassID, installDocking, processDockableDrag, processDockableDrop, scanDrop, setDockable, toString, uninstallDocking

Constructor Details

DetachedDockView

public DetachedDockView(Dockable dockable)
Constructs a new DockView for the given dockable.
Parameters:
dockable - the dockable to show

Method Details

getUIClassID

public String getUIClassID()
Overrides:
getUIClassID in interface DockView
Since:
2.0

scanDrop

protected void scanDrop(DockEvent event,
                        boolean drop)
Overrides:
scanDrop in interface DockView

toString

public String toString()
Overrides:
toString in interface DockView

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