All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.wizard.config.FeaturesControllerFactory Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.config;

import javax.swing.JFrame;

import org.bidib.wizard.api.model.NodeInterface;
import org.bidib.wizard.common.model.settings.WizardSettingsInterface;
import org.bidib.wizard.mvc.features.controller.FeaturesController;

public interface FeaturesControllerFactory {
    FeaturesController createFeaturesController(final NodeInterface node, final JFrame parent, final WizardSettingsInterface wizardSettings);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy