| Package | Description |
|---|---|
| org.jrebirth.af.component.behavior.dockable.data | |
| org.jrebirth.af.component.command.tab | |
| org.jrebirth.af.component.ui.beans | |
| org.jrebirth.af.component.ui.tab |
Provides...
|
| Modifier and Type | Method and Description |
|---|---|
static Dockable |
Dockable.create() |
Dockable |
Dockable.modelKey(org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model> modelKey) |
Dockable |
Dockable.name(String name) |
| Modifier and Type | Field and Description |
|---|---|
private Dockable[] |
TabWaveBean.tab |
| Modifier and Type | Method and Description |
|---|---|
Dockable[] |
TabWaveBean.tab() |
| Modifier and Type | Method and Description |
|---|---|
private void |
AddTabCommand.sendWaveToTabModel(org.jrebirth.af.api.wave.Wave wave,
Dockable tab) |
TabWaveBean |
TabWaveBean.tab(Dockable... tab) |
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<Dockable> |
TabConfig.tabs |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Dockable> |
TabConfig.tabs() |
| Modifier and Type | Field and Description |
|---|---|
static WaveItemBase<Dockable> |
TabModel.TAB
The model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabModel.addTab(Dockable tab,
org.jrebirth.af.api.wave.Wave wave)
Adds the tab.
|
void |
TabView.addTab(int idx,
Dockable tab)
Adds the tab.
|
javafx.scene.control.Button |
TabView.getButtonByTab(Dockable t)
Gets the button by tab.
|
void |
TabModel.insertTab(int idx,
Dockable tab,
org.jrebirth.af.api.wave.Wave wave)
Insert tab.
|
void |
TabModel.removeTab(Dockable tab,
org.jrebirth.af.api.wave.Wave wave)
Removes the tab.
|
(package private) void |
TabView.selectTab(Dockable t)
Select tab.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
TabModel.onTabsChanged(javafx.collections.ListChangeListener.Change<? extends Dockable> change) |
void |
TabView.removeTab(List<Dockable> tabs) |
Copyright © 2011–2015 JRebirth OSS. All rights reserved.