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

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

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

import java.awt.Point;

import javax.swing.JFrame;

import org.bidib.wizard.api.model.NodeInterface;
import org.bidib.wizard.mvc.pt.controller.PtProgrammerController;

public interface PtProgrammerControllerFactory {

    /**
     * Create the PtProgrammer controller.
     * 
     * @param node
     *            the node
     * @param parent
     *            the parent frame
     * @param location
     *            the location to show
     * @return the initialized PtProgrammer controller
     */
    PtProgrammerController createPtProgrammerController(final NodeInterface node, JFrame parent, Point location);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy