Package com.lightcrafts.ui.operation.drag

Examples of com.lightcrafts.ui.operation.drag.DraggableStackListener


        extraControls = new LinkedList<SelectableControl>();
        listeners = new LinkedList<OpStackListener>();

        addDraggableStackListener(
            // Follow swaps while dragging, then commit swaps when done:
            new DraggableStackListener() {
                private List<Integer> swaps;
                public void dragStarted() {
                    swaps = new LinkedList<Integer>();
                    isStackDragging = true;
                }
View Full Code Here

TOP

Related Classes of com.lightcrafts.ui.operation.drag.DraggableStackListener

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.