javafx.scene.control.skin
TabAbuse
TabAbuse
()
getTabHeaderScrollOffset
(TabPane
pane
)
double
TabPane
pane
)TabPane pane |
A target. |
double |
A scroll offset (may be negative). |
Get the current scroll offset of the specified TabPane
.
updateTabHeaderScrollOffset
(TabPane
pane
, double
diff
)
void
TabPane
pane
, double
diff
)TabPane pane |
A target. |
double diff |
Adjust the scroll rate of the tab display part of the specified TabPane
.