Package org.mybatis.generator.eclipse.ui.content

Examples of org.mybatis.generator.eclipse.ui.content.ConfigurationFileAdapter


        }
    }

    public void selectionChanged(IAction action, ISelection selection) {
        StructuredSelection ss = (StructuredSelection) selection;
        ConfigurationFileAdapter adapter = (ConfigurationFileAdapter) ss.getFirstElement();
        if (adapter != null) {
            selectedFile = adapter.getBaseFile();
        }
    }
View Full Code Here

TOP

Related Classes of org.mybatis.generator.eclipse.ui.content.ConfigurationFileAdapter

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.