net.sf.doolin.gui.window
Interface GUIWindowFactory

All Known Implementing Classes:
CustomDialogWindowFactory, DialogWindowFactory, FrameWindowFactory, WizardWindowFactory

public interface GUIWindowFactory

Factory for a window, used by a window descriptor.

Author:
Damien Coraboeuf

Method Summary
<B> GUIWindow<B>
createWindow()
          Creates a GUIWindow instance.
 

Method Detail

createWindow

<B> GUIWindow<B> createWindow()
Creates a GUIWindow instance.

Type Parameters:
B - Type of bean for the window
Returns:
Window instance


Copyright © 2011. All Rights Reserved.