bibliothek.extension.gui.dock.theme.eclipse
Class EclipseDisplayerFactory

java.lang.Object
  extended by bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
      extended by bibliothek.extension.gui.dock.theme.eclipse.EclipseDisplayerFactory
All Implemented Interfaces:
DisplayerFactory

public class EclipseDisplayerFactory
extends BasicDisplayerFactory

Author:
Janni Kovacs

Constructor Summary
EclipseDisplayerFactory(EclipseTheme theme)
           
 
Method Summary
protected  BasicDockableDisplayer create(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
          Creates a new displayer.
 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.
 
Methods inherited from class bibliothek.gui.dock.themes.basic.BasicDisplayerFactory
getDockableLocation, getStationLocation, setDockableLocation, setStationLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseDisplayerFactory

public EclipseDisplayerFactory(EclipseTheme theme)
Method Detail

create

public DockableDisplayer create(DockStation station,
                                Dockable dockable,
                                DockTitle title)
Description copied from interface: DisplayerFactory
Creates a new DockableDisplayer which will be shown on station, will have dockable as child and will display the title.

Specified by:
create in interface DisplayerFactory
Overrides:
create in class BasicDisplayerFactory
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

create

protected BasicDockableDisplayer create(Dockable dockable,
                                        DockTitle title,
                                        DockableDisplayer.Location location)
Description copied from class: BasicDisplayerFactory
Creates a new displayer.

Overrides:
create in class BasicDisplayerFactory
Parameters:
dockable - the element that is shown on the displayer
title - the title of the displayer
location - the location of title
Returns:
the new displayer