bibliothek.gui.dock.station.toolbar.group
Interface ColumnScrollBarFactory

All Known Implementing Classes:
SwingColumnScrollBarFactory

public interface ColumnScrollBarFactory

A factory creating new ColumnScrollBars.

Author:
Benjamin Sigg

Method Summary
 ColumnScrollBar create(ToolbarGroupDockStation station)
          Creates a new scrollbar which will be shown on station.
 

Method Detail

create

ColumnScrollBar create(ToolbarGroupDockStation station)
Creates a new scrollbar which will be shown on station.

Parameters:
station - the station which is going to show the scrollbar
Returns:
the new scrollbar, must not be null