Example usage for Java javafx.scene.control Accordion fields, constructors, methods, implement or subclass
The text is from its open source code.
Accordion() Creates a new Accordion with no TitledPanes. |
ObjectProperty | expandedPaneProperty() The expanded TitledPane in the Accordion. |
TitledPane | getExpandedPane() Gets the expanded TitledPane in the Accordion. |
ObservableList | getPanes() Gets the list of TitledPane in this Accordion. |
void | setExpandedPane(TitledPane value) The expanded TitledPane that is currently visible. |