super(active, prefixReference);
}
@SuppressWarnings("unchecked")
public AbstractSuperGuiComponent draw(GraphWrapper gw, OperatorGraph parent) {
this.panel = new PrefixPanel(this, gw, (VisualGraph<Operator>) parent);
return (AbstractSuperGuiComponent) this.panel;
}