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)
Creates a new Dockable entry.
|
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 entries.
|
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)
This DataRenderer returns no tootip by default (null).
|
void |
DockingPane.setActiveDockable(FXDockableEntry dockable)
Sets the value of the property activeDockable.
|
Constructor and Description |
---|
DockableCloseRequestEvent(FXDockableEntry dockableEntry)
Creates a new instance of this class.
|
DockableCloseRequestEvent(FXDockableEntry dockableEntry,
Object source,
EventTarget target)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
FXDockableEntry |
DockingPaneDockingAreaContainerAdapter.getActiveDockable()
Gets the active Dockable.
|
Modifier and Type | Method and Description |
---|---|
Set<FXDockableEntry> |
DockingPaneDockingAreaContainerAdapter.getDockables()
Gets all Dockables of this Docking Area container.
|
SortedSet<FXDockableEntry> |
DockingPaneDockingAreaContainerAdapter.getSortedModifiedDockables()
Gets all modified Dockables of this Docking Area container, sorted by their titles.
|
Modifier and Type | Method and Description |
---|---|
void |
DockingPaneDockingAreaContainerAdapter.setActiveDockable(FXDockableEntry dockableEntry)
Sets the active Dockable.
|
Constructor and Description |
---|
DockingOnExitRequestHandler(DockingAreaContainer<Node,FXDockableData,FXDockableEntry> dockingAreaContainer)
Creates a new instance of this class.
|
Copyright © 2012–2019 Drombler. All rights reserved.