Package org.apache.cayenne.modeler.graph

Examples of org.apache.cayenne.modeler.graph.DataDomainGraphTab


        // note that those panels that have no internal scrollable tables
        // must be wrapped in a scroll pane
        JScrollPane domainView = new JScrollPane(new DataDomainView(mediator));
        addTab("Main", domainView);

        graphTab = new DataDomainGraphTab(mediator);
        addTab("Graph", graphTab);
       
        addChangeListener(this);
        mediator.addDomainDisplayListener(this);
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.modeler.graph.DataDomainGraphTab

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.