bibliothek.gui.dock.station.toolbar.group
Class SwingColumnScrollBarFactory
java.lang.Object
bibliothek.gui.dock.station.toolbar.group.SwingColumnScrollBarFactory
- All Implemented Interfaces:
- ColumnScrollBarFactory
public class SwingColumnScrollBarFactory
- extends Object
- implements ColumnScrollBarFactory
This factory creates new JScrollBar
s as scrollbars.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingColumnScrollBarFactory
public SwingColumnScrollBarFactory()
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