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 TabLineTabsContainer.controlprotected final TabLineTabsDragHandler.controlprotected final TabLineTabSkin.controlprotected TabLineTabLine.TabLineSelectionModel.tabLineprotected final TabLineTabMenuButton.tabLineMethods in atlantafx.base.controls that return TabLineModifier and TypeMethodDescription@Nullable TabLineTab.getTabLine()Gets the value of thetabLineproperty.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)