ingenias.editor.rendererxml.WithoutPortsPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ingened Show documentation
Show all versions of ingened Show documentation
Meta-language editor built over INGENME. It is the most basic editor to be used in the rest of projects
package ingenias.editor.rendererxml;
import java.awt.LayoutManager;
import javax.swing.JPanel;
public class WithoutPortsPanel extends JPanel {
public WithoutPortsPanel() {
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(LayoutManager arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(boolean arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public WithoutPortsPanel(LayoutManager arg0, boolean arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy