Package lupos.gui.operatorgraph.visualeditor.guielements

Examples of lupos.gui.operatorgraph.visualeditor.guielements.PrefixPanel


    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;
  }
View Full Code Here

TOP

Related Classes of lupos.gui.operatorgraph.visualeditor.guielements.PrefixPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.