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

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


    this.statusBar = new StatusBar();
    this.ruleContainer = new RuleContainer(this);
    this.rulePackageContainer = new RulePackageContainer(this);
    this.associationsContainer = new AssociationsContainer(this);

    this.treePane = new TreePane(this, this.ruleContainer, this.rulePackageContainer);

    this.splitPane = new JSplitPane();
    this.splitPane.setContinuousLayout(true);
    this.splitPane.setOneTouchExpandable(true);
    this.splitPane.setLeftComponent(this.treePane);
View Full Code Here

TOP

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

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.