public interface TabsLayoutBlock extends LayoutBlock
Tab
s. This LayoutBlock
is always
visible.LayoutBlock
does not keep track of new or removed
Dockable
s on the owning TabPane
. This block may show tabs
which are no longer valid.Modifier and Type | Method and Description |
---|---|
int |
getIndexOfTabAt(java.awt.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, setOrientation
boolean 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(java.awt.Point mouseLocation)
mouseLocation
.mouseLocation
- the location of the mousemouseLocation
or -1