| Package | Description |
|---|---|
| bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
| Modifier and Type | Method and Description |
|---|---|
MenuLineLayout |
MenuLineLayoutPane.getLayout()
Gets the
MenuLineLayout that is using this pane. |
| Modifier and Type | Method and Description |
|---|---|
LayoutBlock |
MenuLineLayoutFactory.createInfo(MenuLineLayout layout,
TabPane pane)
Creates the
LayoutBlock for the info component of pane. |
LayoutBlock |
DefaultMenuLineLayoutFactory.createInfo(MenuLineLayout layout,
TabPane pane) |
MenuLayoutBlock |
MenuLineLayoutFactory.createMenu(MenuLineLayout layout,
TabPane pane)
Creates a new
LayoutBlock representing the menu of pane. |
MenuLayoutBlock |
DefaultMenuLineLayoutFactory.createMenu(MenuLineLayout layout,
TabPane pane) |
MenuLineLayoutOrder |
MenuLineLayoutFactory.createOrder(MenuLineLayout layout,
TabPane pane)
Creates the order in which the
LayoutBlocks should be presented. |
MenuLineLayoutOrder |
DefaultMenuLineLayoutFactory.createOrder(MenuLineLayout layout,
TabPane pane) |
TabsLayoutBlock |
MenuLineLayoutFactory.createTabs(MenuLineLayout layout,
TabPane pane)
Creates a new
LayoutBlock representing the tabs of pane. |
TabsLayoutBlock |
DefaultMenuLineLayoutFactory.createTabs(MenuLineLayout layout,
TabPane pane) |
| Constructor and Description |
|---|
MenuLineLayoutPane(MenuLineLayout layout,
TabPane pane)
Creates new layout information for
pane. |
Copyright © 2017 Docking Frames. All rights reserved.