Package eTextReader.componentFactory

Interface Summary
ComponentFactory An interface that defines a Swing component factory; using such a factory you can customize all Swing components used in an application
 

Class Summary
BaseComponentFactory This simple implementation of the ComponentFactory interface simply creates the required Swing components and returns them, without performing any sort of configuration.
DefaultComponentFactory This class is an implementation of the ComponentFactory interface that automatically adds one or more event listeners to each component that it generates.