org.progeeks.util.swing
Interface WindowFactory

All Known Implementing Classes:
DefaultWindowFactory

public interface WindowFactory

Implementations of this factory create a Window object for a specified ViewContext.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 java.awt.Window createViewWindow(ViewContext context)
          Creates a window associated with the specified view context.
 

Method Detail

createViewWindow

java.awt.Window createViewWindow(ViewContext context)
Creates a window associated with the specified view context.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.