bibliothek.gui.dock.station.toolbar.group
Class SwingColumnScrollBarFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.toolbar.group.SwingColumnScrollBarFactory
All Implemented Interfaces:
ColumnScrollBarFactory

public class SwingColumnScrollBarFactory
extends Object
implements ColumnScrollBarFactory

This factory creates new JScrollBars as scrollbars.

Author:
Benjamin Sigg

Constructor Summary
SwingColumnScrollBarFactory()
           
 
Method Summary
 ColumnScrollBar create(ToolbarGroupDockStation station)
          Creates a new scrollbar which will be shown on station.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingColumnScrollBarFactory

public SwingColumnScrollBarFactory()
Method Detail

create

public ColumnScrollBar create(ToolbarGroupDockStation station)
Description copied from interface: ColumnScrollBarFactory
Creates a new scrollbar which will be shown on station.

Specified by:
create in interface ColumnScrollBarFactory
Parameters:
station - the station which is going to show the scrollbar
Returns:
the new scrollbar, must not be null