| Package | Description |
|---|---|
| org.jrebirth.af.component.command.dock | |
| org.jrebirth.af.component.command.tab | |
| org.jrebirth.af.component.ui.beans | |
| org.jrebirth.af.component.ui.dock |
| Modifier and Type | Field and Description |
|---|---|
private TabConfig[] |
DockWaveBean.tab |
| Modifier and Type | Method and Description |
|---|---|
TabConfig[] |
DockWaveBean.tab() |
| Modifier and Type | Method and Description |
|---|---|
DockWaveBean |
DockWaveBean.tab(TabConfig... tab) |
| Modifier and Type | Field and Description |
|---|---|
private TabConfig |
TabWaveBean.tabConfig |
| Modifier and Type | Method and Description |
|---|---|
TabConfig |
TabWaveBean.tabConfig() |
| Modifier and Type | Method and Description |
|---|---|
TabWaveBean |
TabWaveBean.tabConfig(TabConfig tabConfig) |
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<TabConfig> |
DockConfig.panes |
| Modifier and Type | Method and Description |
|---|---|
static TabConfig |
TabConfig.create() |
TabConfig |
TabConfig.orientation(TabOrientation orientation) |
TabConfig |
TabConfig.tabKey(String tabKey) |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<TabConfig> |
DockConfig.panes() |
| Modifier and Type | Field and Description |
|---|---|
static WaveItemBase<TabConfig> |
DockModel.MODEL
The model.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
DockView.addContainer(int from,
TabConfig tabConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DockModel.addContainer(org.jrebirth.af.api.ui.object.ModelObject<TabConfig> model,
org.jrebirth.af.api.wave.Wave wave) |
void |
DockModel.insertContainer(int idx,
org.jrebirth.af.api.ui.object.ModelObject<TabConfig> model,
org.jrebirth.af.api.wave.Wave wave) |
private void |
DockModel.onPanesChanged(javafx.collections.ListChangeListener.Change<? extends TabConfig> change) |
(package private) void |
DockView.removeContainer(List<TabConfig> removed) |
void |
DockModel.removeContainer(org.jrebirth.af.api.ui.object.ModelObject<TabConfig> model,
org.jrebirth.af.api.wave.Wave wave) |
Copyright © 2011–2015 JRebirth OSS. All rights reserved.