Package de.mindcrimeilab.xsanalyzer.ui

Examples of de.mindcrimeilab.xsanalyzer.ui.InspectTypeDialog.showDialog()


    @SuppressWarnings("unchecked")
    @Override
    public void execute(Map parameters) {
        InspectTypeDialog dialog = new InspectTypeDialog((XSObject) parameters.get(TARGET_OBJECT));
        dialog.setParentComponent(Application.instance().getActiveWindow().getControl());
        dialog.showDialog();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.