Uses of Interface
com.javadocking.visualizer.ExternalizeDock

Packages that use ExternalizeDock
com.javadocking.component Contains the interfaces and default implementations for the components and component factories that are used by the docking library. 
com.javadocking.dock Contains the interfaces and implementations for docks. 
 

Uses of ExternalizeDock in com.javadocking.component
 

Methods in com.javadocking.component that return ExternalizeDock
 ExternalizeDock SwComponentFactory.createExternalizer()
          Creates a LeafDock in which a dockable can be externalized.
 ExternalizeDock DefaultSwComponentFactory.createExternalizer()
          Creates a SingleDock.
 

Uses of ExternalizeDock in com.javadocking.dock
 

Classes in com.javadocking.dock that implement ExternalizeDock
 class SingleDock
           This is a dock that contains zero or one dockables.