Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.util.container |
Some classes with generic fields.
|
Modifier and Type | Method and Description |
---|---|
protected Tuple<java.lang.Integer,SplitNode> |
SplitDockStation.getLowestNode(SplitDockPathProperty property)
Searches the lowest node whose
identifier is equal to
an identifier from property . |
Modifier and Type | Class and Description |
---|---|
class |
Quartuple<A,B,C,D>
An object containing four generic fields.
|
class |
Triple<A,B,C>
An object containing three generic fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple<A,B> |
Tuple.clone() |
static <A,B> Tuple<A,B> |
Tuple.of(A a,
B b) |