Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private TitledPane |
AccordionBuilder.expandedPane |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<TitledPane,java.lang.Boolean> |
TitledPane.StyleableProperties.ANIMATED |
private static com.sun.javafx.css.StyleableProperty<TitledPane,java.lang.Boolean> |
TitledPane.StyleableProperties.COLLAPSIBLE |
private ObjectProperty<TitledPane> |
Accordion.expandedPane
*
Properties *
*
|
private ObservableList<TitledPane> |
Accordion.panes
*
Instance Variables *
*
|
private java.util.Collection<? extends TitledPane> |
AccordionBuilder.panes |
Modifier and Type | Method and Description |
---|---|
TitledPane |
TitledPaneBuilder.build()
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) |
B |
AccordionBuilder.expandedPane(TitledPane x)
Set the value of the
expandedPane property for the instance constructed by this builder. |
B |
AccordionBuilder.panes(TitledPane... x)
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(java.util.Collection<? extends TitledPane> x)
Add the given items to the List of items in the
panes property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to