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

jdplus.toolkit.desktop.plugin.ui.processing.IProcDocumentViewFactory Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jdplus.toolkit.desktop.plugin.ui.processing;

import jdplus.toolkit.base.api.processing.ProcDocument;
import org.checkerframework.checker.nullness.qual.NonNull;

/**
 *
 * @author Jean Palate
 * @param 
 */
public interface IProcDocumentViewFactory {

    @NonNull
    IProcDocumentView create(@NonNull D document);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy