|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockTitleFactory
A factory for instances of DockTitle
. The factory distinguishes
between titles for pure Dockables
and titles for
Dockables which are also DockStations
.
Method Summary | ||
---|---|---|
DockTitle |
createDockableTitle(Dockable dockable,
DockTitleVersion version)
Creates a DockTitle for the pure dockable . |
|
|
createStationTitle(D dockable,
DockTitleVersion version)
Creates a DockTitle for dockable which is
also a DockStation . |
Method Detail |
---|
DockTitle createDockableTitle(Dockable dockable, DockTitleVersion version)
DockTitle
for the pure dockable
.
dockable
- the owner of the titleversion
- the version which uses this factory, might be null
null
if no title should
be shown for dockable
.<D extends Dockable & DockStation> DockTitle createStationTitle(D dockable, DockTitleVersion version)
DockTitle
for dockable
which is
also a DockStation
.
D
- the type of dockable
.dockable
- the owner of the title.version
- the version which uses this factory, might be null
null
if no title
should be shown for dockable
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |