Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
Modifier and Type | Method and Description |
---|---|
protected CommonDockable |
CGridArea.createCommonDockable() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommonDockable
A default implementation of
CommonDockable , based on a DefaultDockable . |
Modifier and Type | Method and Description |
---|---|
CommonDockable |
CommonElement.asDockable() |
CommonDockable |
DefaultCommonDockable.asDockable() |
protected abstract CommonDockable |
AbstractCDockable.createCommonDockable()
Creates the
CommonDockable that is associated with this dockable, called the first
time the CommonDockable is required for an operation. |
protected CommonDockable |
AbstractDockableCStation.createCommonDockable() |
CommonDockable |
AbstractCDockable.intern()
Gets the intern representation of this dockable.
|
CommonDockable |
CDockable.intern()
Gets the intern representation of this
CDockable . |
CommonDockable |
CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
CommonDockable |
CommonMultipleDockableFactory.layout(CommonMultipleDockableLayout layout,
PlaceholderStrategy placeholders) |
CommonDockable |
CommonSingleDockableFactory.layout(CommonSingleDockableLayout layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
CommonDockable |
CommonSingleDockableFactory.layout(CommonSingleDockableLayout layout,
PlaceholderStrategy placeholders) |
Modifier and Type | Method and Description |
---|---|
CommonMultipleDockableLayout |
CommonMultipleDockableFactory.getLayout(CommonDockable element,
java.util.Map<Dockable,java.lang.Integer> children) |
CommonSingleDockableLayout |
CommonSingleDockableFactory.getLayout(CommonDockable element,
java.util.Map<Dockable,java.lang.Integer> children) |
protected void |
AbstractCDockable.init(CommonDockable dockable)
Initializes this CDockable.
|
protected void |
AbstractDockableCStation.init(S station,
java.lang.String id,
CLocation location,
CommonDockable dockable)
Initializes the fields of this station.
|
void |
CommonMultipleDockableFactory.setLayout(CommonDockable element,
CommonMultipleDockableLayout layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
CommonMultipleDockableFactory.setLayout(CommonDockable element,
CommonMultipleDockableLayout layout,
PlaceholderStrategy placeholders) |
void |
CommonSingleDockableFactory.setLayout(CommonDockable element,
CommonSingleDockableLayout layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
CommonSingleDockableFactory.setLayout(CommonDockable element,
CommonSingleDockableLayout layout,
PlaceholderStrategy placeholders) |
Constructor and Description |
---|
AbstractDockableCStation(S station,
java.lang.String id,
CLocation location,
CommonDockable dockable)
Creates a new station.
|
Modifier and Type | Method and Description |
---|---|
CommonDockable |
ReplacementDockFactory.layout(MultipleCDockable layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
CommonDockable |
ReplacementDockFactory.layout(MultipleCDockable layout,
PlaceholderStrategy placeholders) |
Modifier and Type | Method and Description |
---|---|
MultipleCDockable |
ReplacementDockFactory.getLayout(CommonDockable element,
java.util.Map<Dockable,java.lang.Integer> children) |
void |
ReplacementDockFactory.setLayout(CommonDockable element,
MultipleCDockable layout,
java.util.Map<java.lang.Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
ReplacementDockFactory.setLayout(CommonDockable element,
MultipleCDockable layout,
PlaceholderStrategy placeholders) |
Modifier and Type | Class and Description |
---|---|
class |
CSplitDockStation
An implementation of
SplitDockStation that also satisfies the CommonDockStation interface. |
Modifier and Type | Method and Description |
---|---|
CommonDockable |
CFlapDockStation.asDockable() |
CommonDockable |
CScreenDockStation.asDockable() |
CommonDockable |
CSplitDockStation.asDockable() |