Package org.jdesktop.wonderland.modules.palette.client.dnd

Examples of org.jdesktop.wonderland.modules.palette.client.dnd.PaletteDragGestureListener


        // the selected item's image
        cellList.addListSelectionListener(this);

        // Add support for drag from the preview image label
        dragSource = DragSource.getDefaultDragSource();
        gestureListener = new PaletteDragGestureListener();

        // Create a listener for changes to the list of registered Cell
        // factories, to be used in setVisible(). When the list changes we
        // simply do a fresh update of all values.
        cellListener = new CellRegistryListener() {
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.palette.client.dnd.PaletteDragGestureListener

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.