Uses of Class
atlantafx.base.controls.TabLine
Packages that use TabLine
-
Uses of TabLine in atlantafx.base.controls
Fields in atlantafx.base.controls declared as TabLineModifier and TypeFieldDescriptionprotected final TabLine
TabsContainer.control
protected final TabLine
TabsDragHandler.control
protected final TabLine
TabSkin.control
protected TabLine
TabLine.TabLineSelectionModel.tabLine
protected final TabLine
TabMenuButton.tabLine
Methods in atlantafx.base.controls that return TabLineModifier and TypeMethodDescription@Nullable TabLine
Tab.getTabLine()
Gets the value of thetabLine
property.Methods in atlantafx.base.controls that return types with arguments of type TabLineModifier and TypeMethodDescriptionfinal javafx.beans.property.ReadOnlyObjectProperty
<@Nullable TabLine> Tab.tabLineProperty()
The TabLine that contains this tab.Methods in atlantafx.base.controls with parameters of type TabLineConstructors in atlantafx.base.controls with parameters of type TabLineModifierConstructorDescriptionTabLineBehavior
(TabLine control, TabLineSkin skin) TabLineSelectionModel
(TabLine tabLine) TabLineSkin
(TabLine control) TabMenuButton
(TabLine tabLine) TabMenuButton
(TabLine tabLine, @Nullable Function<Tab, javafx.scene.control.MenuItem> mapper) TabsContainer
(TabLine control, TabLineBehavior behavior) TabsDragHandler
(TabLine control, TabsContainer tabsContainer, TabLineBehavior behavior) TabSkin
(Tab tab, TabLine control, TabLineBehavior behavior)