![JAR search and dependency download from the Maven repository](/logo.png)
org.easyb.idea.runner.EasybConsoleView 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.idea.runner;
import javax.swing.*;
import org.easyb.plugin.ui.swing.SwingEasybView;
public class EasybConsoleView extends ConsoleViewAdapter{
private SwingEasybView view;
public EasybConsoleView(SwingEasybView view) {
this.view = view;
}
public JComponent getComponent() {
return view;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy