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.ownerTab
protected javafx.beans.property.ObjectProperty
<javafx.scene.control.SingleSelectionModel<Tab>> TabLine.selectionModel
protected @Nullable javafx.scene.control.SelectionModel
<Tab> TabLineSkin.selectionModel
protected final javafx.collections.ObservableList
<Tab> TabLine.tabs
protected final javafx.collections.ListChangeListener
<Tab> TabLine.TabLineSelectionModel.tabsListener
protected final javafx.collections.ListChangeListener
<Tab> TabsContainer.tabsListener
Methods in atlantafx.base.controls that return TabModifier and TypeMethodDescriptionprotected @Nullable Tab
TabLine.TabLineSelectionModel.getModelItem
(int index) @Nullable Tab
TabContextMenu.getOwnerTab()
Gets the value of theownerTab
property.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 theselectionModel
property.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 TypeMethodDescriptionboolean
boolean
Specifies whether a tab can be closed.boolean
boolean
boolean
TabLineBehavior.canCloseTab
(Tab tab) boolean
boolean
Specifies whether a tab can be pinned.boolean
boolean
void
protected javafx.scene.control.RadioMenuItem
TabMenuButton.createRadioMenuItemMapper
(Tab tab) protected void
TabsContainer.doRemoveTab
(Tab tab) protected @Nullable TabSkin
protected int
TabLine.getIndexToMovePinedTab
(Tab tabToPin) protected void
TabLine.pinOrUnpin
(Tab tab) void
void
protected void
TabsContainer.stopCurrentAnimation
(Tab tab) protected void
TabContextMenu.updateOwnerTab
(@Nullable Tab value) Method parameters in atlantafx.base.controls with type arguments of type TabModifier and TypeMethodDescriptionprotected void
protected void
TabsContainer.onTabListChange
(javafx.collections.ListChangeListener.Change<? extends Tab> change) protected void
TabLine.TabLineSelectionModel.onTabsChange
(javafx.collections.ListChangeListener.Change<? extends Tab> change) protected void
TabsContainer.removeTabs
(List<? extends Tab> removedList) void
TabLine.setSelectionModel
(@Nullable javafx.scene.control.SingleSelectionModel<Tab> value) Sets the value of theselectionModel
property.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)