public class TabbedPaneConfig extends PartConfig<TabbedPaneConfig>
modelClass, UNDETERMINED
Constructor and Description |
---|
TabbedPaneConfig(Class<? extends Model> modelClass) |
Modifier and Type | Method and Description |
---|---|
static TabbedPaneConfig |
create() |
TabbedPaneOrientation |
orientation() |
TabbedPaneConfig |
orientation(TabbedPaneOrientation orientation) |
ObjectProperty<TabbedPaneOrientation> |
orientationPy() |
ObservableList<Dockable> |
tabs() |
id, id, modelClass, style, style, styleClass, styleClass
public TabbedPaneConfig(Class<? extends Model> modelClass)
public static TabbedPaneConfig create()
public ObjectProperty<TabbedPaneOrientation> orientationPy()
public TabbedPaneOrientation orientation()
public TabbedPaneConfig orientation(TabbedPaneOrientation orientation)
public ObservableList<Dockable> tabs()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.