| 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.station |
Contains the
CommonDockStation, various implementations of CommonDockStation and supporting classes. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CStation<S extends CommonDockStation<?,?>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCStation<S extends CommonDockStation<?,?>>
A simple implementation of
CStation. |
class |
AbstractDockableCStation<S extends CommonDockStation<?,?>>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommonDockStation<S extends DockStation,C extends CommonDockStation<S,C>>
An interface that can be implemented by classes that extend a
DockStation and
that represent a CStation. |
interface |
CommonStationDelegate<S extends CommonDockStation<?,?>>
Implements several methods that could be used by a
CommonDockStation. |
| Modifier and Type | Class and Description |
|---|---|
class |
CFlapDockStation
An implementation of
FlapDockStation that also satisfies the
CommonDockStation interface. |
class |
CScreenDockStation
A
ScreenDockStation that also implements CommonDockStation. |
class |
CSplitDockStation
An implementation of
SplitDockStation that also satisfies the CommonDockStation interface. |
| Modifier and Type | Method and Description |
|---|---|
protected CommonDockStation<?,?> |
CommonDockStationFactory.createStation(String id)
|
CommonDockStation<?,?> |
CommonDockStationFactory.layout(CommonDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders) |
CommonDockStation<?,?> |
CommonDockStationFactory.layout(CommonDockStationLayout layout,
PlaceholderStrategy placeholders) |
| Modifier and Type | Method and Description |
|---|---|
CommonDockStationLayout |
CommonDockStationFactory.getLayout(CommonDockStation<?,?> element,
Map<Dockable,Integer> children) |
void |
CommonDockStationFactory.setLayout(CommonDockStation<?,?> element,
CommonDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
CommonDockStationFactory.setLayout(CommonDockStation<?,?> element,
CommonDockStationLayout layout,
PlaceholderStrategy placeholders) |
Copyright © 2018. All rights reserved.