Uses of Interface
eTextReader.componentFactory.ComponentFactory

Packages that use ComponentFactory
eTextReader.componentFactory   
 

Uses of ComponentFactory in eTextReader.componentFactory
 

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

Fields in eTextReader.componentFactory declared as ComponentFactory
protected static ComponentFactory DefaultComponentFactory.instance
           
 

Methods in eTextReader.componentFactory that return ComponentFactory
static ComponentFactory DefaultComponentFactory.getInstance()