Package | Description |
---|---|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommonDockable
A default implementation of
CommonDockable , based on a DefaultDockable . |
Modifier and Type | Method and Description |
---|---|
DefaultDockable |
DefaultDockableFactory.layout(java.lang.Object layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
DefaultDockable |
DefaultDockableFactory.layout(java.lang.Object layout,
PlaceholderStrategy placeholders) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultDockableFactory.getLayout(DefaultDockable element,
java.util.Map<Dockable,java.lang.Integer> children) |
void |
DefaultDockableFactory.setLayout(DefaultDockable element,
java.lang.Object layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
DefaultDockableFactory.setLayout(DefaultDockable element,
java.lang.Object layout,
PlaceholderStrategy placeholders) |