| Package | Description |
|---|---|
| org.jrebirth.af.component.ui.beans | |
| org.jrebirth.af.component.ui.tab |
Provides...
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.ObjectProperty<TabOrientation> |
TabConfig.orientationPy |
| Modifier and Type | Method and Description |
|---|---|
TabOrientation |
TabConfig.orientation() |
static TabOrientation |
TabOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabOrientation[] |
TabOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<TabOrientation> |
TabConfig.orientationPy() |
| Modifier and Type | Method and Description |
|---|---|
TabConfig |
TabConfig.orientation(TabOrientation orientation) |
| Modifier and Type | Method and Description |
|---|---|
private void |
TabModel.onOrientationChanged(javafx.beans.value.ObservableValue<? extends TabOrientation> property,
TabOrientation oldValue,
TabOrientation newValue) |
| Modifier and Type | Method and Description |
|---|---|
private void |
TabModel.onOrientationChanged(javafx.beans.value.ObservableValue<? extends TabOrientation> property,
TabOrientation oldValue,
TabOrientation newValue) |
Copyright © 2011–2015 JRebirth OSS. All rights reserved.