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

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

Uses of TabbedDockableContainer in com.vlsolutions.swing.docking
 

Classes in com.vlsolutions.swing.docking that implement TabbedDockableContainer
 class DockTabbedPane
          A JTabbedPane customized for integration with the docking framework.
 

Methods in com.vlsolutions.swing.docking that return TabbedDockableContainer
abstract  TabbedDockableContainer DockableContainerFactory.createTabbedDockableContainer()
          This method is called when a tab insertion is requested by the DockingDesktop.
 TabbedDockableContainer DefaultDockableContainerFactory.createTabbedDockableContainer()
          Returns the container used for tabbed docking.
static TabbedDockableContainer DockingUtilities.findTabbedDockableContainer(Dockable dockable)
          Returns the first TabbedDockableContainer which is parent of this dockable component, or null is there isn't any.
 

Methods in com.vlsolutions.swing.docking with parameters of type TabbedDockableContainer
protected  FloatingDockableContainer DockingDesktop.createFloatingDockableContainer(TabbedDockableContainer tdc)
          Creates a floating JDialog to be used for a whole TabbedDockableContainer.
 void FloatingDockableContainer.setInitialTabbedDockableContainer(TabbedDockableContainer tdc)
          adds the initial tabbdeddockablecontainer to this top-level container.
 void FloatingDialog.setInitialTabbedDockableContainer(TabbedDockableContainer tdc)
           
 



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