net.sf.doolin.gui.window.support
Class FrameWindowFactory

java.lang.Object
  extended by net.sf.doolin.gui.window.support.FrameWindowFactory
All Implemented Interfaces:
GUIWindowFactory

public class FrameWindowFactory
extends Object
implements GUIWindowFactory

GUIWindowFactory for a frame.

Author:
Damien Coraboeuf
See Also:
FrameGUIWindow

Constructor Summary
FrameWindowFactory()
           
 
Method Summary
<B> GUIWindow<B>
createWindow()
          Creates a GUIWindow instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameWindowFactory

public FrameWindowFactory()
Method Detail

createWindow

public <B> GUIWindow<B> createWindow()
Description copied from interface: GUIWindowFactory
Creates a GUIWindow instance.

Specified by:
createWindow in interface GUIWindowFactory
Type Parameters:
B - Type of bean for the window
Returns:
Window instance


Copyright © 2011. All Rights Reserved.