org.progeeks.util.swing
Interface JComponentFactory

All Known Implementing Classes:
DefaultJComponentFactory

public interface JComponentFactory

Implementations of this factory create a JComponent for a specified ViewContext.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 javax.swing.JComponent createViewComponent(ViewContext context)
          Creates a JComponent associated with the specified view context.
 

Method Detail

createViewComponent

javax.swing.JComponent createViewComponent(ViewContext context)
Creates a JComponent associated with the specified view context.



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