| Package | Description | 
|---|---|
| org.drombler.commons.docking.fx | 
 A JavaFX based Docking Framework. 
 | 
| org.drombler.commons.docking.fx.context | 
 Context support for the JavaFX Docking Framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FXDockableEntry | 
FXDockableEntryFactory.createDockableEntry(Node dockable,
                   DockableKind kind,
                   FXDockableData dockableData,
                   DockablePreferences dockablePreferences)  | 
FXDockableEntry | 
DockingPane.getActiveDockable()
Gets the value of the property activeDockable. 
 | 
FXDockableEntry | 
DockableCloseRequestEvent.getDockableEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectProperty<FXDockableEntry> | 
DockingPane.activeDockableProperty()
The active Dockable. 
 | 
ObservableSet<FXDockableEntry> | 
DockingPane.getDockables()
Gets the Dockable entry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
FXDockableEntryRenderer.getGraphic(FXDockableEntry item)
This DataRenderer returns no graphic node by default (null). 
 | 
String | 
FXDockableEntryRenderer.getText(FXDockableEntry item)
Gets a text representation of the item. 
 | 
Tooltip | 
FXDockableEntryRenderer.getTooltip(FXDockableEntry item) | 
void | 
DockingPane.setActiveDockable(FXDockableEntry dockable)
Sets the value of the property activeDockable. 
 | 
| Constructor and Description | 
|---|
DockableCloseRequestEvent(FXDockableEntry dockableEntry)  | 
DockableCloseRequestEvent(FXDockableEntry dockableEntry,
                         Object source,
                         EventTarget target)  | 
| Modifier and Type | Method and Description | 
|---|---|
FXDockableEntry | 
DockingPaneDockingAreaContainerAdapter.getActiveDockable()
bound property 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<FXDockableEntry> | 
DockingPaneDockingAreaContainerAdapter.getDockables() | 
SortedSet<FXDockableEntry> | 
DockingPaneDockingAreaContainerAdapter.getSortedModifiedDockables() | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DockingPaneDockingAreaContainerAdapter.setActiveDockable(FXDockableEntry dockableEntry)
bound property 
 | 
| Constructor and Description | 
|---|
WindowOnCloseRequestHandler(DockingAreaContainer<Node,FXDockableData,FXDockableEntry> dockingAreaContainer)  | 
Copyright © 2012–2016 Drombler. All rights reserved.