bibliothek.gui.dock.station
Interface DisplayerFactory
- All Known Implementing Classes:
- BasicDisplayerFactory, BubbleDisplayerFactory, EclipseDisplayerFactory, FlatDisplayerFactory, ThemeDisplayerFactory
public interface DisplayerFactory
A factory that creates instances of DockableDisplayer.
- Author:
- Benjamin Sigg
create
DockableDisplayer create(DockStation station,
Dockable dockable,
DockTitle title)
- Creates a new
DockableDisplayer which will be shown
on station, will have dockable as
child and will display the title.
- Parameters:
station - the parent of the created displayerdockable - the child of the created displayertitle - the title for the displayer
- Returns:
- the newly created displayer