}
@Override
public AbstractGuiComponent<Operator> draw(final GraphWrapper gw,
final VisualGraph<Operator> parent) {
this.panel = new ImportOperatorPanel(parent, gw, this,
this.determineNameForDrawing(), this.startNode,
this.alsoSubClasses);
return this.panel;
}