|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockLayout | |
---|---|
bibliothek.gui.dock.layout | Elements dealing with the location of Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
Uses of DockLayout in bibliothek.gui.dock.layout |
---|
Methods in bibliothek.gui.dock.layout that return DockLayout | |
---|---|
DockLayout<?> |
DockLayoutComposition.getLayout()
Gets the layout which describes the element of this composition. |
Methods in bibliothek.gui.dock.layout that return types with arguments of type DockLayout | |
---|---|
List<DockLayout<?>> |
DockLayoutComposition.getAdjacent()
Gets the additional information about the element. |
Constructors in bibliothek.gui.dock.layout with parameters of type DockLayout | |
---|---|
DockLayoutComposition(DockLayout<?> layout,
List<DockLayout<?>> adjacent,
List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition. |
Constructor parameters in bibliothek.gui.dock.layout with type arguments of type DockLayout | |
---|---|
DockLayoutComposition(DockLayout<?> layout,
List<DockLayout<?>> adjacent,
List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |