Package lupos.gui.operatorgraph.visualeditor.visualrif.util

Examples of lupos.gui.operatorgraph.visualeditor.visualrif.util.RuleContainer


  public void initRule() {
    if (this.getDocumentName() == null) {
      this.setDocumentName(this.visualRifEditor.getDocumentContainer().getNameOfActiveElement());
    }
    final RuleContainer ruleContainer = this.visualRifEditor.getRuleContainer();
    final RulePanel rp = ruleContainer.createNewRule(this.getDocumentName(),this.getRuleName());
    this.setRulePanel(rp);
    this.setRuleName(rp.getRuleName());
    this.setInitRule(true);
  }
View Full Code Here



    this.statusBar = new StatusBar();

    this.documentContainer = new DocumentContainer(this);
    this.ruleContainer = new RuleContainer(this);


    this.treePane = new TreePane(this, this.documentContainer);

View Full Code Here

TOP

Related Classes of lupos.gui.operatorgraph.visualeditor.visualrif.util.RuleContainer

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.