Package bibliothek.gui.dock.station.stack.tab.layouting

Interface Summary
LayoutBlock Represents one or many components that have some unknown layout and are used by an AbstractTabLayoutManager to layout the contents of a TabPane.
 

Class Summary
ComponentLayoutBlock<C extends TabPaneComponent> This LayoutBlock handles exactly one TabPaneComponent.
LineTabsLayoutBlock This TabsLayoutBlock orders its tabs in a line.
MenuLayoutBlock A wrapper around a TabMenu.
Size A Size is used by a LayoutBlock to describe the layout that fits to some size.
TabsLayoutBlock A block managing a group of Tabs.
 

Enum Summary
Side Some side of a rectangle.
Size.Type What type of size a Size describes.