![JAR search and dependency download from the Maven repository](/logo.png)
org.easyb.plugin.ui.swing.SwingNodeBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellij-plugin Show documentation
Show all versions of intellij-plugin Show documentation
A plugin that enables easyb spec execution in IntelliJ
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