public class DockConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
dockKey |
private ObjectProperty<DockOrientation> |
orientationPy |
private ObservableList<TabConfig> |
panes |
| Constructor and Description |
|---|
DockConfig() |
| Modifier and Type | Method and Description |
|---|---|
static DockConfig |
create() |
String |
dockKey() |
DockConfig |
dockKey(String dockKey) |
DockOrientation |
orientation() |
DockConfig |
orientation(DockOrientation orientation) |
ObjectProperty<DockOrientation> |
orientationPy() |
ObservableList<TabConfig> |
panes() |
private final ObjectProperty<DockOrientation> orientationPy
private final ObservableList<TabConfig> panes
private String dockKey
public static DockConfig create()
public String dockKey()
public DockConfig dockKey(String dockKey)
public ObjectProperty<DockOrientation> orientationPy()
public DockOrientation orientation()
public DockConfig orientation(DockOrientation orientation)
public ObservableList<TabConfig> panes()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.