Uses of Interface
com.vlsolutions.swing.docking.DockableDragSource

Packages that use DockableDragSource
com.vlsolutions.swing.docking The VL Docking Framework for JFC "Swing" applications. 
com.vlsolutions.swing.docking.event Events Package of the VLDocking Framework. 
 

Uses of DockableDragSource in com.vlsolutions.swing.docking
 

Classes in com.vlsolutions.swing.docking that implement DockableDragSource
 class DockTabbedPane
          A JTabbedPane customized for integration with the docking framework.
 class DockViewTitleBar
          A title bar, associated to a DockView (container of a single user component).
 

Methods in com.vlsolutions.swing.docking with parameters of type DockableDragSource
 void DockingDesktop.dropRemove(DockableDragSource dragSource)
          Removes a visible dockable : called from a drag and drop operation.
 void DockingDesktop.installDockableDragSource(DockableDragSource source)
          This method is used by DockableContainers in order to register their DockableDragSource(s) to the DragControler.
 void DockingDesktop.installDockableDragSources(DockableDragSource[] sources)
          Installs multiple drag sources.
 void DockingDesktop.uninstallDockableDragSource(DockableDragSource source)
          This method is used by DockableContainers in order to unregister their DockableDragSource(s) to the DragControler.
 void DockingDesktop.uninstallDockableDragSources(DockableDragSource[] sources)
          Uninstalls multiple drag sources.
 

Uses of DockableDragSource in com.vlsolutions.swing.docking.event
 

Fields in com.vlsolutions.swing.docking.event declared as DockableDragSource
protected  DockableDragSource DockEvent.source
          The drag source
 

Methods in com.vlsolutions.swing.docking.event that return DockableDragSource
 DockableDragSource DockEvent.getDragSource()
          Returns a reference to the drag source of this event.
 

Constructors in com.vlsolutions.swing.docking.event with parameters of type DockableDragSource
DockDragEvent(DockingDesktop desktop, DockableDragSource source, MouseEvent event)
          Creates an event based on a drag source and a mouse event.
DockDropEvent(DockingDesktop desk, DockableDragSource source, MouseEvent event)
           
DockEvent(DockingDesktop desktop, DockableDragSource source, MouseEvent event)
          Constructor for dock events.
 



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