8182838485868788
} @Override public AbstractGuiComponent<Operator> draw(final GraphWrapper gw, final VisualGraph<Operator> parent) { this.panel = new ConstantPanel(parent, gw, this, true, this.visualRifEditor); return this.panel; }