Uses of Class
atlantafx.base.controls.Tab
Packages that use Tab
-
Uses of Tab in atlantafx.base.controls
Fields in atlantafx.base.controls declared as TabFields in atlantafx.base.controls with type parameters of type TabModifier and TypeFieldDescriptionprotected @Nullable javafx.beans.property.ReadOnlyObjectWrapper<Tab> TabContextMenu.ownerTabprotected javafx.beans.property.ObjectProperty<javafx.scene.control.SingleSelectionModel<Tab>> TabLine.selectionModelprotected @Nullable javafx.scene.control.SelectionModel<Tab> TabLineSkin.selectionModelprotected final javafx.collections.ObservableList<Tab> TabLine.tabsprotected final javafx.collections.ListChangeListener<Tab> TabLine.TabLineSelectionModel.tabsListenerprotected final javafx.collections.ListChangeListener<Tab> TabsContainer.tabsListenerMethods in atlantafx.base.controls that return TabModifier and TypeMethodDescriptionprotected @Nullable TabTabLine.TabLineSelectionModel.getModelItem(int index) @Nullable TabTabContextMenu.getOwnerTab()Gets the value of theownerTabproperty.TabSkin.getTab()Methods in atlantafx.base.controls that return types with arguments of type TabModifier and TypeMethodDescriptionjavafx.scene.control.SingleSelectionModel<Tab> TabLine.getSelectionModel()Gets the value of theselectionModelproperty.protected javafx.scene.control.SelectionModel<Tab> TabLineBehavior.getSelectionModel()final javafx.collections.ObservableList<Tab> TabLine.getTabs()The tabs to display in this TabLine.final javafx.beans.property.ReadOnlyObjectProperty<@Nullable Tab> TabContextMenu.ownerTabProperty()protected javafx.beans.property.ReadOnlyObjectWrapper<@Nullable Tab> TabContextMenu.ownerTabPropertyImpl()final javafx.beans.property.ObjectProperty<javafx.scene.control.SingleSelectionModel<Tab>> TabLine.selectionModelProperty()The selection model used for selecting tabs.Methods in atlantafx.base.controls with parameters of type TabModifier and TypeMethodDescriptionbooleanbooleanSpecifies whether a tab can be closed.booleanbooleanbooleanTabLineBehavior.canCloseTab(Tab tab) booleanbooleanSpecifies whether a tab can be pinned.booleanbooleanvoidprotected javafx.scene.control.RadioMenuItemTabMenuButton.createRadioMenuItemMapper(Tab tab) protected voidTabsContainer.doRemoveTab(Tab tab) protected @Nullable TabSkinprotected intTabLine.getIndexToMovePinedTab(Tab tabToPin) protected voidTabLine.pinOrUnpin(Tab tab) voidvoidprotected voidTabsContainer.stopCurrentAnimation(Tab tab) protected voidTabContextMenu.updateOwnerTab(@Nullable Tab value) Method parameters in atlantafx.base.controls with type arguments of type TabModifier and TypeMethodDescriptionprotected voidprotected voidTabsContainer.onTabListChange(javafx.collections.ListChangeListener.Change<? extends Tab> change) protected voidTabLine.TabLineSelectionModel.onTabsChange(javafx.collections.ListChangeListener.Change<? extends Tab> change) protected voidTabsContainer.removeTabs(List<? extends Tab> removedList) voidTabLine.setSelectionModel(@Nullable javafx.scene.control.SingleSelectionModel<Tab> value) Sets the value of theselectionModelproperty.Constructors in atlantafx.base.controls with parameters of type TabModifierConstructorDescriptionCreates a new TabLine with the given tabs set to show.TabSkin(Tab tab, TabLine control, TabLineBehavior behavior) Constructor parameters in atlantafx.base.controls with type arguments of type TabModifierConstructorDescriptionTabMenuButton(TabLine tabLine, @Nullable Function<Tab, javafx.scene.control.MenuItem> mapper)