bibliothek.gui.dock.station.screen.window
Interface ScreenDockWindowBorderFactory


public interface ScreenDockWindowBorderFactory

A factory creating new ScreenDockWindowBorders.

Author:
Benjamin Sigg

Method Summary
 ScreenDockWindowBorder create(ScreenDockWindow window, JComponent owner)
          Creates a new border.
 

Method Detail

create

ScreenDockWindowBorder create(ScreenDockWindow window,
                              JComponent owner)
Creates a new border.

Parameters:
window - the window which is going to show the border
owner - the parent Component of the border
Returns:
the new border, must not be null