Package de.mindcrimeilab.xsanalyzer.ui

Examples of de.mindcrimeilab.xsanalyzer.ui.TypeHierarchyDialog


    public static final String TARGET_OBJECT = "TARGET_OBJECT";

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

TOP

Related Classes of de.mindcrimeilab.xsanalyzer.ui.TypeHierarchyDialog

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.