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

org.easyb.plugin.ui.swing.SwingNodeBuilder Maven / Gradle / Ivy

The newest version!
package org.easyb.plugin.ui.swing;

import org.easyb.plugin.ui.NodeBuilder;
import org.easyb.plugin.StepResult;

public class SwingNodeBuilder implements NodeBuilder {
    public SwingResultNode build(StepResult result) {
        return new SwingResultNode(result);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy