|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabsLayoutBlock
A block managing a group of Tabs. This LayoutBlock is always
visible.
Note: This LayoutBlock does not keep track of new or removed
Dockables on the owning TabPane. This block may show tabs
which are no longer valid.
| Method Summary | |
|---|---|
Tab[] |
getTabs(Size size)
Gets all the tabs that would be shown if size would be applied. |
int |
getTabsCount(Size size)
Tells how many tabs could be shown if size would be applied. |
boolean |
isAllTabs(Size size)
Tells whether this block would be able to show all tabs if size would
be applied. |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.layouting.LayoutBlock |
|---|
getSizes, setBounds, setLayout, setOrientation |
| Method Detail |
|---|
boolean isAllTabs(Size size)
size would
be applied.
size - the size that might be applied
true if all tabs could be shownint getTabsCount(Size size)
size would be applied.
size - the size that might be applied
Tab[] getTabs(Size size)
size would be applied.
size - the size that might be applied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||