| Package | Description | 
|---|---|
| org.drombler.commons.docking | 
 This package contains GUI toolkit agnostic classes of a Docking Framework. 
 | 
| org.drombler.commons.docking.fx | 
 A JavaFX based Docking Framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DockableKind | 
DockableEntry.getKind()  | 
static DockableKind | 
DockableKind.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DockableKind[] | 
DockableKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
E | 
DockingManager.createDockableEntry(D dockable,
                   DockableKind dockableKind)  | 
E | 
DockableEntryFactory.createDockableEntry(D dockable,
                   DockableKind kind,
                   DATA dockableData,
                   DockablePreferences dockablePreferences)  | 
| Constructor and Description | 
|---|
DockableEntry(D dockable,
             DockableKind kind,
             DATA dockableData,
             DockablePreferences dockablePreferences)
Creates a new instance of this class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FXDockableEntry | 
FXDockableEntryFactory.createDockableEntry(Node dockable,
                   DockableKind kind,
                   FXDockableData dockableData,
                   DockablePreferences dockablePreferences)  | 
| Constructor and Description | 
|---|
FXDockableEntry(Node dockable,
               DockableKind kind,
               FXDockableData dockableData,
               DockablePreferences dockablePreferences)
Creates a new instance of this class. 
 | 
Copyright © 2012–2016 Drombler. All rights reserved.