Package ch.ethz.prose.eclipse.internal.run

Examples of ch.ethz.prose.eclipse.internal.run.AspectNode.withdraw()


        Object node = SelectionUtil.getSingleElement(viewer.getSelection());
        if (node instanceof AspectNode && event.detail == DND.DROP_MOVE) {
            AspectNode aspect = (AspectNode) node;
            if (event.detail == DND.DROP_MOVE) {
                try {
                    aspect.withdraw();
                } catch (UnreachableException e) {
                    ProsePlugin.log(e);
                    ProsePlugin.openErrorDialog("Aspect withdrawal failed",
                            "Could not withdraw aspect because the Prose application is not reachable.");
                }
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.