Package | Description |
---|---|
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 |
CommonDockable
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommonDockable
A default implementation of
CommonDockable , based on a DefaultDockable . |
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 . |
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. |