Uses of Class
com.vlsolutions.swing.docking.DockingDesktop

Packages that use DockingDesktop
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 DockingDesktop in com.vlsolutions.swing.docking
 

Fields in com.vlsolutions.swing.docking declared as DockingDesktop
protected  DockingDesktop DockView.desktop
          the desktop managing this view
protected  DockingDesktop DockTabbedPane.desktop
           
protected  DockingDesktop FloatingDialog.desktop
           
 

Methods in com.vlsolutions.swing.docking with parameters of type DockingDesktop
static Action TabbedContainerActions.createAttachTabAction(Dockable dockable, DockingDesktop desktop)
          returns an action suitable for attaching a dockable contained in a floating tab.
static Action TabbedContainerActions.createCloseAction(Dockable dockable, DockingDesktop desktop)
          returns an action suitable for closing a dockable contained in a tab.
static Action TabbedContainerActions.createCloseAllAction(Dockable base, DockingDesktop desktop)
          returns an action suitable for closing every dockable contained in a tab.
static Action TabbedContainerActions.createCloseAllOtherAction(Dockable exception, DockingDesktop desktop)
          returns an action suitable for closing every dockable contained in a tab excepted the current one.
static Action TabbedContainerActions.createFloatTabAction(Dockable dockable, DockingDesktop desktop)
          returns an action suitable for floating (detach) a dockable contained in a tab.
static Action TabbedContainerActions.createHideTabAction(Dockable dockable, DockingDesktop desktop)
          returns an action suitable for hiding a dockable contained in a tab.
static Action TabbedContainerActions.createMaximizeTabAction(Dockable dockable, DockingDesktop desktop)
          returns an action suitable for maximizing a dockable contained in a tab.
 void DockView.installDocking(DockingDesktop desktop)
          Invoked once after creation, in order to let this component register its DockableDragSources to the DockingDesktop, and have a reference of this Desktop.
 void FloatingDockableContainer.installDocking(DockingDesktop desktop)
          This install method is invoked before adding the first dockable
 void AutoHideExpandPanel.installDocking(DockingDesktop desktop)
           
 void DockTabbedPane.installDocking(DockingDesktop desktop)
          Invoked once after creation, in order to let this component register its DockableDragSources to the DockingDesktop, and have a reference of this Desktop.
 void DockableContainer.installDocking(DockingDesktop desktop)
          Invoked once after creation, in order to let this component register its DockableDragSources to the DockingDesktop, and have a reference of this Desktop.
 void FloatingDialog.installDocking(DockingDesktop desktop)
           
 void DockingSelectorDialog.setDockingDesktop(DockingDesktop desktop)
          Requiered to initialize this dialog.
 void DockView.uninstallDocking(DockingDesktop desktop)
          Called once, when the dockablecontainer is no longer used by the desktop, in order to releases resources and listeners taken on installDocking().
 void AutoHideExpandPanel.uninstallDocking(DockingDesktop desktop)
           
 void DockTabbedPane.uninstallDocking(DockingDesktop desktop)
          Called once, when the dockablecontainer is no longer used by the desktop, in order to releases resources and listeners taken on installDocking().
 void DockableContainer.uninstallDocking(DockingDesktop desktop)
          Called once, when the dockablecontainer is no longer used by the desktop, in order to releases resources and listeners taken on installDocking().
 

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

Fields in com.vlsolutions.swing.docking.event declared as DockingDesktop
protected  DockingDesktop DockEvent.desktop
          The docking desktop
 

Methods in com.vlsolutions.swing.docking.event that return DockingDesktop
 DockingDesktop DockEvent.getDesktop()
          Returns a reference of the desktop in which the docking event takes place
 

Constructors in com.vlsolutions.swing.docking.event with parameters of type DockingDesktop
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