org.springframework.richclient.application
Interface ApplicationWindowFactory

All Known Implementing Classes:
DefaultApplicationWindowFactory

public interface ApplicationWindowFactory

Service interface for creating ApplicationWindows.

Author:
Peter De Bruycker

Method Summary
 ApplicationWindow createApplicationWindow()
          Create a new ApplicationWindow.
 

Method Detail

createApplicationWindow

ApplicationWindow createApplicationWindow()
Create a new ApplicationWindow.

Returns:
the window


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.