A B C D E F G H I J L M N O P R S T U V W

B

BorderDock - Class in com.javadocking.dock
This is a composite dock that can have one child dock in the center and between zero and 4 child docks at the borders.
BorderDock() - Constructor for class com.javadocking.dock.BorderDock
Constructs an abstract border dock with a LeafDockFactory as factory for the child docks.
BorderDock(Dock) - Constructor for class com.javadocking.dock.BorderDock
Constructs a border dock with a given child dock for in the center and a LeafDockFactory as factory for the child docks.
BorderDock(DockFactory) - Constructor for class com.javadocking.dock.BorderDock
Constructs a border dock with the given factory for creating the child docks at the borders.
BorderDock(DockFactory, Dock) - Constructor for class com.javadocking.dock.BorderDock
Constructs a border dock with the given factory for creating the child docks at the borders and a given child dock for in the center.
BorderDocker - Class in com.javadocking.dock.docker
This docker tries to dock the Dockable in the borders of an BorderDock.
BorderDocker() - Constructor for class com.javadocking.dock.docker.BorderDocker
 
BOTTOM - Static variable in class com.javadocking.dock.Position
A dock or dockable at the bottom of a dock.
BOTTOM - Static variable in class com.javadocking.dockable.DockingMode
The dockable can be docked at the bottom of a dock.
ButtonDockable - Class in com.javadocking.dockable
This is an implementation for a dockable that serves as wrapper around components like buttons.
ButtonDockable(String, Component) - Constructor for class com.javadocking.dockable.ButtonDockable
Constructs a new dockable with the specified ID and content.
ButtonDockable(String, Component, int) - Constructor for class com.javadocking.dockable.ButtonDockable
Constructs a new dockable with the specified id, content and docking modes.

A B C D E F G H I J L M N O P R S T U V W