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

Method Summary
 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.
 

Method Detail

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 displayer
dockable - the child of the created displayer
title - the title for the displayer
Returns:
the newly created displayer