|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutBlock | |
---|---|
bibliothek.extension.gui.dock.theme.eclipse.stack | An implementation of TabPane and
supporting classes for the EclipseTheme . |
bibliothek.gui.dock.station.stack.tab | This package contains a generic implementation of a "tabbed-pane". |
bibliothek.gui.dock.station.stack.tab.layouting | Various interfaces and classes used by a TabPane to
describe its content to a TabLayoutManager , which
will set position and size of all the children of the TabPane . |
Uses of LayoutBlock in bibliothek.extension.gui.dock.theme.eclipse.stack |
---|
Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement LayoutBlock | |
---|---|
class |
EclipseTabInfo
This component shows a subset of DockAction s of the currently selected
Dockable of its parent TabPane . |
Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return LayoutBlock | |
---|---|
LayoutBlock |
EclipseTabInfo.toLayoutBlock()
|
Uses of LayoutBlock in bibliothek.gui.dock.station.stack.tab |
---|
Methods in bibliothek.gui.dock.station.stack.tab that return LayoutBlock | |
---|---|
LayoutBlock |
DefaultMenuLineLayoutFactory.createInfo(MenuLineLayout layout,
TabPane pane)
|
LayoutBlock |
MenuLineLayoutFactory.createInfo(MenuLineLayout layout,
TabPane pane)
Creates the LayoutBlock for the info component of pane . |
LayoutBlock |
MenuLineLayoutPane.getInfo()
Gets the info Component that is shown on this pane. |
LayoutBlock |
LonelyTabPaneComponent.toLayoutBlock()
Gets a LayoutBlock related to this component. |
Methods in bibliothek.gui.dock.station.stack.tab with parameters of type LayoutBlock | |
---|---|
protected Size[] |
MenuLineLayout.getSizes(LayoutBlock block,
Size.Type type)
Collects all the Size s whose type is type . |
Uses of LayoutBlock in bibliothek.gui.dock.station.stack.tab.layouting |
---|
Subinterfaces of LayoutBlock in bibliothek.gui.dock.station.stack.tab.layouting | |
---|---|
interface |
TabsLayoutBlock
A block managing a group of Tab s. |
Classes in bibliothek.gui.dock.station.stack.tab.layouting that implement LayoutBlock | |
---|---|
class |
AbstractTabsLayoutBlock
|
class |
ComponentLayoutBlock<C extends TabPaneComponent>
This LayoutBlock handles exactly one TabPaneComponent . |
class |
LineTabsLayoutBlock
This TabsLayoutBlock orders its tabs in a line. |
class |
MenuLayoutBlock
A wrapper around a TabMenu . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |