Package org.apache.cayenne.modeler.dialog.query

Examples of org.apache.cayenne.modeler.dialog.query.QueryType


    public void performAction(ActionEvent e) {
        createQuery();
    }

    protected void createQuery() {
        new QueryType(getProjectController(),getProjectController().getCurrentDataMap()).startupAction();
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.modeler.dialog.query.QueryType

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.