Package lupos.gui.operatorgraph.visualeditor.ruleeditor.guielements

Examples of lupos.gui.operatorgraph.visualeditor.ruleeditor.guielements.RuleOperatorPanel


  protected void fromJSON(JSONObject loadObject) throws JSONException {
    this.startNode = loadObject.has("start node");
  }

  public AbstractGuiComponent<Operator> draw(GraphWrapper gw, VisualGraph<Operator> parent) {
    this.panel = new RuleOperatorPanel(parent, gw, this, this.classType, this.determineNameForDrawing(), this.startNode, this.alsoSubClasses);

    return this.panel;
  }
View Full Code Here

TOP

Related Classes of lupos.gui.operatorgraph.visualeditor.ruleeditor.guielements.RuleOperatorPanel

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.