Uses of Class
jfxtras.scene.control.AccordionPane.Tab
Packages that use AccordionPane.Tab
-
Uses of AccordionPane.Tab in jfxtras.internal.scene.control.skin
Methods in jfxtras.internal.scene.control.skin with parameters of type AccordionPane.TabModifier and TypeMethodDescriptionprivate void
AccordionSkin.addTab
(AccordionPane.Tab tab) private void
AccordionSkin.removeTab
(AccordionPane.Tab lTab) TODO: what if the visible tab is removedConstructors in jfxtras.internal.scene.control.skin with parameters of type AccordionPane.Tab -
Uses of AccordionPane.Tab in jfxtras.scene.control
Fields in jfxtras.scene.control with type parameters of type AccordionPane.TabModifier and TypeFieldDescriptionprivate final javafx.collections.ObservableList
<AccordionPane.Tab> AccordionPane.tabs
private javafx.beans.property.ObjectProperty
<AccordionPane.Tab> AccordionPane.visibleTabObjectProperty
Methods in jfxtras.scene.control that return AccordionPane.TabModifier and TypeMethodDescriptionAccordionPane.getVisibleTab()
Gets the value of thevisibleTab
property.AccordionPane.Tab.withIcon
(javafx.scene.Node value) AccordionPane.Tab.withNode
(javafx.scene.Node value) Methods in jfxtras.scene.control that return types with arguments of type AccordionPane.TabModifier and TypeMethodDescriptionjavafx.collections.ObservableList
<AccordionPane.Tab> AccordionPane.tabs()
tabsjavafx.beans.property.ObjectProperty
<AccordionPane.Tab> AccordionPane.visibleTabProperty()
visibleTabMethods in jfxtras.scene.control with parameters of type AccordionPane.TabModifier and TypeMethodDescriptionvoid
AccordionPane.setVisibleTab
(AccordionPane.Tab value) Sets the value of thevisibleTab
property.AccordionPane.withVisibleTab
(AccordionPane.Tab value) Constructors in jfxtras.scene.control with parameters of type AccordionPane.Tab