| Package | Description |
|---|---|
| com.sun.javafx.scene.control.behavior | |
| com.sun.javafx.scene.control.skin | |
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| Constructor and Description |
|---|
TitledPaneBehavior(TitledPane pane) |
| Constructor and Description |
|---|
TitledPaneSkin(TitledPane titledPane) |
| Modifier and Type | Method and Description |
|---|---|
TitledPane |
TitledPaneBuilder.build()
Deprecated.
Make an instance of
TitledPane based on the properties set on this builder. |
TitledPane |
Accordion.getExpandedPane()
Gets the expanded TitledPane in the Accordion.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TitledPane> |
Accordion.expandedPaneProperty()
The expanded TitledPane in the Accordion.
|
ObservableList<TitledPane> |
Accordion.getPanes()
Gets the list of
TitledPane in this Accordion. |
| Modifier and Type | Method and Description |
|---|---|
void |
TitledPaneBuilder.applyTo(TitledPane x)
Deprecated.
|
B |
AccordionBuilder.expandedPane(TitledPane x)
Deprecated.
Set the value of the
expandedPane property for the instance constructed by this builder. |
B |
AccordionBuilder.panes(TitledPane... x)
Deprecated.
Add the given items to the List of items in the
panes property for the instance constructed by this builder. |
void |
Accordion.setExpandedPane(TitledPane value)
The expanded
TitledPane that is currently visible. |
| Modifier and Type | Method and Description |
|---|---|
B |
AccordionBuilder.panes(Collection<? extends TitledPane> x)
Deprecated.
Add the given items to the List of items in the
panes property for the instance constructed by this builder. |
| Constructor and Description |
|---|
Accordion(TitledPane... titledPanes)
Creates a new Accordion with the given TitledPanes showing within it.
|
Copyright © 2025. All rights reserved.