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 ObjectProperty<SingleSelectionModel<Tab>> |
TabPane.selectionModel |
private SingleSelectionModel<Tab> |
TabPaneBuilder.selectionModel |
private ObservableList<Tab> |
TabPane.tabs |
private java.util.Collection<? extends Tab> |
TabPaneBuilder.tabs |
Modifier and Type | Method and Description |
---|---|
Tab |
TabBuilder.build()
Make an instance of
Tab based on the properties set on this builder. |
protected Tab |
TabPane.TabPaneSelectionModel.getModelItem(int index) |
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<Tab> |
TabPane.getSelectionModel()
Gets the model used for tab selection.
|
ObservableList<Tab> |
TabPane.getTabs()
The tabs to display in this TabPane.
|
ObjectProperty<SingleSelectionModel<Tab>> |
TabPane.selectionModelProperty()
The selection model used for selecting tabs.
|
Modifier and Type | Method and Description |
---|---|
void |
TabBuilder.applyTo(Tab x) |
void |
TabPane.TabPaneSelectionModel.select(Tab tab) |
B |
TabPaneBuilder.tabs(Tab... x)
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
B |
TabPaneBuilder.selectionModel(SingleSelectionModel<Tab> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
void |
TabPane.setSelectionModel(SingleSelectionModel<Tab> value)
Sets the model used for tab selection.
|
B |
TabPaneBuilder.tabs(java.util.Collection<? extends Tab> x)
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to