Uses of Interface
com.javadocking.dock.factory.CompositeDockFactory

Packages that use CompositeDockFactory
com.javadocking.dock Contains the interfaces and implementations for docks. 
com.javadocking.dock.factory Contains the interfaces and implementations for the factories that create new Docks in which Dockables can be docked. 
 

Uses of CompositeDockFactory in com.javadocking.dock
 

Methods in com.javadocking.dock that return CompositeDockFactory
 CompositeDockFactory SplitDock.getCompositeChildDockFactory()
          Gets the dock factory that creates the split child docks for this dock.
 

Methods in com.javadocking.dock with parameters of type CompositeDockFactory
 void SplitDock.setCompositeChildDockFactory(CompositeDockFactory splitDockFactory)
          Sets the dock factory that creates the split child docks for this dock.
 

Constructors in com.javadocking.dock with parameters of type CompositeDockFactory
SplitDock(DockFactory childDockFactory, CompositeDockFactory splitChildDockFactory)
          Constructs a split dock with the given child dock factories.
 

Uses of CompositeDockFactory in com.javadocking.dock.factory
 

Classes in com.javadocking.dock.factory that implement CompositeDockFactory
 class SplitDockFactory
          This dock factory creates always a split dock.