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

Examples of ch.ethz.prose.eclipse.internal.run.dnd.RunNodeDropAdapter


        Transfer[] transfers = new Transfer[] { LocalSelectionTransfer.getInstance() };
        viewer.addDragSupport(ops, transfers, new RunNodeDragAdapter(viewer));

        // Drop support
        ops = DND.DROP_COPY | DND.DROP_MOVE;
        viewer.addDropSupport(ops, transfers, new RunNodeDropAdapter(viewer));
    }
View Full Code Here

TOP

Related Classes of ch.ethz.prose.eclipse.internal.run.dnd.RunNodeDropAdapter

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.