public interface TabsLayoutBlock extends LayoutBlock
Tabs. This LayoutBlock is always
visible.LayoutBlock does not keep track of new or removed
Dockables on the owning TabPane. This block may show tabs
which are no longer valid.| Modifier and Type | Method and Description |
|---|---|
int |
getIndexOfTabAt(Point mouseLocation)
Searches the index of the tab beneath
mouseLocation. |
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. |
getSizes, setBounds, setLayout, setOrientationboolean isAllTabs(Size size)
size would
be applied.size - the size that might be appliedtrue if all tabs could be shownint getTabsCount(Size size)
size would be applied.size - the size that might be appliedTab[] getTabs(Size size)
size would be applied.size - the size that might be appliedint getIndexOfTabAt(Point mouseLocation)
mouseLocation.mouseLocation - the location of the mousemouseLocation or -1Copyright © 2017 Docking Frames. All rights reserved.