Uses of Package
com.javadocking.dockable

Packages that use com.javadocking.dockable
com.javadocking Contains the interfaces and implementations of the Java Docking library. 
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. 
com.javadocking.dock.docker   
com.javadocking.dock.factory Contains the interfaces and implementations for the factories that create new Docks in which Dockables can be docked. 
com.javadocking.dockable Contains the interfaces and implementations for dockables. 
com.javadocking.dockable.action Contains actions that can be performed on dockables. 
com.javadocking.drag Contains the functionality for dragging a Dockable from one Dock and docking it into another dock. 
com.javadocking.drag.dockretriever Contains the functionality for retrieving the Dock, where a Dockable can be docked for a given mouse screen position. 
com.javadocking.drag.painter Contains the functionality for painting a representation of the Dockable, when it is dragged. 
com.javadocking.event Contains the classes for the events that are broadcasted when a dockable or child dock is: added to a dock. 
com.javadocking.model Contains the functionality for dock models and docking path models. 
com.javadocking.util Contains general utility classes. 
com.javadocking.visualizer Contains the interfaces and implementations for Visualizers. 
 

Classes in com.javadocking.dockable used by com.javadocking
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.component
CompositeDockable
          A dockable that is composed of multiple, different dockables.
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
DraggableContent
           A Dockable that has an implementation of this interface as content, can be dragged by dragging the content component.
 

Classes in com.javadocking.dockable used by com.javadocking.dock
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.dock.docker
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.dock.factory
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.dockable
ActionDockable
           A decorator for a delegate Dockable.
CompositeDockable
          A dockable that is composed of multiple, different dockables.
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.dockable.action
CompositeDockable
          A dockable that is composed of multiple, different dockables.
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.drag
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.drag.dockretriever
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.drag.painter
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.event
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.model
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.util
CompositeDockable
          A dockable that is composed of multiple, different dockables.
Dockable
           A dockable is an object that can be moved around and docked in a Dock.
 

Classes in com.javadocking.dockable used by com.javadocking.visualizer
Dockable
           A dockable is an object that can be moved around and docked in a Dock.