Contains the interfaces and default implementations for the components and component factories that are used by the docking library.

Information on using component factories is in How to Use the Component Factory in The Sanaware Developer Guide.

Contains the interface {@link com.javadocking.component.SwComponentFactory} and an implementation. This factory creates the graphical components that are used by the docking library to build the docking UI. With this factory the components used by the library can be customized.

Contains the interfaces and default implementations for the dock headers.