Interface IJCWidgetFactory.Provider

  • All Known Implementing Classes:
    IJCWidgetFactoriesProvider
    Enclosing interface:
    IJCWidgetFactory<W extends com.chemaxon.ijc.form.api.AbstractWidget>

    public static interface IJCWidgetFactory.Provider
    Interface, which can look up the IJCWidgetFactory using its ID.
    • Method Detail

      • findFactoryById

        IJCWidgetFactory<? extends com.chemaxon.ijc.form.api.AbstractWidget> findFactoryById​(java.lang.String id)
        Parameters:
        id - a factory identifier
        Returns:
        factory looked up or null