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

Packages that use DockableContainer
com.vlsolutions.swing.docking The VL Docking Framework for JFC "Swing" applications. 
 

Uses of DockableContainer in com.vlsolutions.swing.docking
 

Subinterfaces of DockableContainer in com.vlsolutions.swing.docking
 interface SingleDockableContainer
          A SingleDockableContainer is a DockableContainer that can display a single Dockable component.
 interface TabbedDockableContainer
          Interface describing a container that can be used to display more than one Dockable in a Tabbed Pane fashion.
 

Classes in com.vlsolutions.swing.docking that implement DockableContainer
 class AutoHideExpandPanel
          A component used to show the currently expanded view.
 class DetachedDockView
          A DockView suitable for detached dockables (in their own window).
 class DockTabbedPane
          A JTabbedPane customized for integration with the docking framework.
 class DockView
          DefaultImplementation of the SingleDockableContainer.
 class DockViewAsTab
          This component is used to display single dockables like if they were in a tabbed pane.
 class MaximizedDockView
          A dockView suitable for maximized dockables
 class MaximizedDockViewAsTab
          A maximized view to use with the TabFactory.
 class TabbedDockView
          A DockView that can be nested into a TabbedDockableContainer
 

Methods in com.vlsolutions.swing.docking that return DockableContainer
static DockableContainer DockingUtilities.findDockableContainer(Dockable dockable)
          returns the first DockableContainer which is parent of this dockable component
 



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