net.sf.doolin.gui.window.support
Class FrameWindowFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameWindowFactory
public FrameWindowFactory()
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.