| Package | Description |
|---|---|
| org.drombler.commons.docking.spi |
This package contains GUI toolkit agnostic classes for implementing a Docking Framework (SPI).
|
| Modifier and Type | Field and Description |
|---|---|
static SplitLevel |
SplitLevel.ROOT
The root level (0).
|
| Modifier and Type | Method and Description |
|---|---|
SplitLevel |
ShortPathPart.getInLogicalLevel()
Gets the logical (not shortened) level of the parent split pane.
|
static SplitLevel |
SplitLevel.valueOf(int level)
Returns a SplitLevel for the given level.
|
| Constructor and Description |
|---|
DockingAreaManager(DockingAreaManager<A> parent,
int position,
SplitLevel level)
Creates a new instance of this class.
|
ShortPathPart(int position,
SplitLevel inLogicalLevel)
Creates a new instance of this class.
|
Copyright © 2012–2019 Drombler. All rights reserved.