| Package | Description |
|---|---|
| org.drombler.commons.fx.docking |
A JavaFX based Docking Framework.
|
| Modifier and Type | Method and Description |
|---|---|
DockablePane |
DockingPane.getActiveDockable()
Gets the value of the property activeDockable.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<DockablePane> |
DockingPane.activeDockableProperty()
The active Dockable.
|
javafx.collections.ObservableSet<DockableEntry<? extends DockablePane>> |
DockingPane.getDockables()
Gets the Dockables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockingPane.removeDockable(DockablePane dockable) |
void |
DockingPane.setActiveDockable(DockablePane dockable)
Sets the value of the property activeDockable.
|
Copyright © 2012–2014 Drombler. All rights reserved.