|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.DefaultMenuLineLayoutFactory
public class DefaultMenuLineLayoutFactory
Default implementation of MenuLineLayoutFactory.
| Constructor Summary | |
|---|---|
DefaultMenuLineLayoutFactory()
|
|
| Method Summary | |
|---|---|
LayoutBlock |
createInfo(MenuLineLayout layout,
TabPane pane)
Creates the LayoutBlock for the info component of pane. |
MenuLayoutBlock |
createMenu(MenuLineLayout layout,
TabPane pane)
Creates a new LayoutBlock representing the menu of pane. |
MenuLineLayoutOrder |
createOrder(MenuLineLayout layout,
TabPane pane)
Creates the order in which the LayoutBlocks should be presented. |
TabsLayoutBlock |
createTabs(MenuLineLayout layout,
TabPane pane)
Creates a new LayoutBlock representing the tabs of pane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMenuLineLayoutFactory()
| Method Detail |
|---|
public LayoutBlock createInfo(MenuLineLayout layout,
TabPane pane)
MenuLineLayoutFactoryLayoutBlock for the info component of pane. This method
should just call TabPane.getInfoComponent() adnd LonelyTabPaneComponent.toLayoutBlock().
createInfo in interface MenuLineLayoutFactorylayout - the layout requesting the blockpane - the panel on which the component will be shown
null
public MenuLayoutBlock createMenu(MenuLineLayout layout,
TabPane pane)
MenuLineLayoutFactoryLayoutBlock representing the menu of pane. This method
must call MenuLayoutBlock.setMenu(TabMenu) with an appropriate menu.
createMenu in interface MenuLineLayoutFactorylayout - the layout requesting the blockpane - the panel on which the menu will be shown
null
public TabsLayoutBlock createTabs(MenuLineLayout layout,
TabPane pane)
MenuLineLayoutFactoryLayoutBlock representing the tabs of pane. This method
may call AbstractTabsLayoutBlock.setPane(TabPane) with pane.
createTabs in interface MenuLineLayoutFactorylayout - the layout requesting the blockpane - the panel on which the tabs will be shown
null
public MenuLineLayoutOrder createOrder(MenuLineLayout layout,
TabPane pane)
MenuLineLayoutFactoryLayoutBlocks should be presented.
createOrder in interface MenuLineLayoutFactorylayout - the layout requesting the orderpane - the panel on which the components will be shown
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||