public class TabConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.ObjectProperty<TabOrientation> |
orientationPy |
private String |
tabKey |
private javafx.collections.ObservableList<Dockable> |
tabs |
| Constructor and Description |
|---|
TabConfig() |
| Modifier and Type | Method and Description |
|---|---|
static TabConfig |
create() |
TabOrientation |
orientation() |
TabConfig |
orientation(TabOrientation orientation) |
javafx.beans.property.ObjectProperty<TabOrientation> |
orientationPy() |
String |
tabKey() |
TabConfig |
tabKey(String tabKey) |
javafx.collections.ObservableList<Dockable> |
tabs() |
private String tabKey
private final javafx.beans.property.ObjectProperty<TabOrientation> orientationPy
private final javafx.collections.ObservableList<Dockable> tabs
public static TabConfig create()
public String tabKey()
public javafx.beans.property.ObjectProperty<TabOrientation> orientationPy()
public TabOrientation orientation()
public TabConfig orientation(TabOrientation orientation)
public javafx.collections.ObservableList<Dockable> tabs()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.