Interface ComponentFactoryProvider

All Known Implementing Classes:
PGLCustomFactoryProvider

public interface ComponentFactoryProvider
Provider of ComponentFactory. Implementations will be discovered via Lookup.SYSTEM.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the component factory associated with this provider.
  • Method Details

    • getFactory

      ComponentFactory getFactory()
      Get the component factory associated with this provider. Will usually always return the same instance.
      Returns:
      component factory