Package com.javadocking.component

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

See:
          Description

Interface Summary
DockHeader A header for a dock.
Header An interface for a header of an object.
SelectableHeader A header that can be selected.
SwComponentFactory This factory creates the graphical components that are used by the docking library to build the docking UI.
 

Class Summary
DefaultDockHeader The default header for dragging all the dockables that are docked in a given dock.
DefaultSwComponentFactory This Swing component factory provides default implementations for the creation of the components that will be used by the docking library.
ImageMinimzeHeader A header with an image for a minimized dockable.
MaximizeHeader The default header for a maximized dockable.
MinimzeHeader A header for a minimized dockable.
PointDockHeader A header for dragging all the dockables that are docked in a given dock.
PointGripDockHeader A header for dragging all the dockables that are docked in a given dock.
SelectableDockableHeader A header for a dockable that can be selected.
SingleDockHeader The default header for a dock that contains one dockable.
 

Package com.javadocking.component Description

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 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.