Interface DFItemTCRegistry.FactoryCallback<T extends com.im.df.api.ddl.DFItem,​V extends org.openide.windows.TopComponent>

  • Enclosing class:
    DFItemTCRegistry<T extends com.im.df.api.ddl.DFItem,​V extends org.openide.windows.TopComponent>

    public static interface DFItemTCRegistry.FactoryCallback<T extends com.im.df.api.ddl.DFItem,​V extends org.openide.windows.TopComponent>
    Callback which will create subclass-specific BackgroundRunner to create the TopComponent. The runner will be chained to a BackgroundRunner wrapper that does the registry's bookkeeping.
    • Method Detail

      • getViewFactory

        com.im.commons.progress.BackgroundRunner getViewFactory​(DFItemTCRegistry.CreateInfo<T,​V> createInfo,
                                                                com.im.commons.progress.DFEnvironmentRO env)