Package org.codinjutsu.tools.mongo.view

Examples of org.codinjutsu.tools.mongo.view.MongoPanel$MongoDocumentOperations


    private MongoPanel panel;
    private boolean disposed;

    public MongoDataEditor(Project project, MongoManager mongoManager, MongoObjectFile mongoObjectFile) {
        panel = new MongoPanel(project, mongoManager, mongoObjectFile.getConfiguration(), mongoObjectFile.getCollection());
        ApplicationManager.getApplication().invokeLater(new Runnable() {
            @Override
            public void run() {
                panel.showResults();
            }
View Full Code Here

TOP

Related Classes of org.codinjutsu.tools.mongo.view.MongoPanel$MongoDocumentOperations

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.