Package org.springframework.richclient.factory

Interface Summary
ButtonConfigurer Marker for button configurers.
ButtonFactory Marker for button factories.
ComponentFactory A factory interface for encapsulating logic to create well-formed, configured GUI controls.
ControlFactory A factory for producing GUI control components.
MenuFactory Marker for menu factories.
TableFactory A simple interface for creating JTable object, this allows the developer to create an application specific table factory where, say, each tables have a set of renderers installed, are sortable etc.
 

Class Summary
AbstractControlFactory A skeleton implementation of the ControlFactory interface that only creates it's control when requested.
DefaultButtonFactory Default implementation of a ButtonFactory.
DefaultComponentFactory Default component factory implementation that delegates to JGoodies component factory.
DefaultMenuFactory  
 



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