Uses of Class
com.javadocking.model.DefaultDockingPath

Packages that use DefaultDockingPath
com.javadocking.model Contains the functionality for dock models and docking path models. 
 

Uses of DefaultDockingPath in com.javadocking.model
 

Methods in com.javadocking.model that return DefaultDockingPath
static DefaultDockingPath DefaultDockingPath.copyDockingPath(Dockable dockableForPath, DockingPath dockingPathToCopy)
          Creates a docking path for the given dockable, that is almost a copy of the given docking path.
static DefaultDockingPath DefaultDockingPath.createDockingPath(Dockable dockable)
          Creates a docking path with the information how the given dockable is docked now in the dock model of the docking manager.