Package com.bbn.openmap.tools.dnd

Examples of com.bbn.openmap.tools.dnd.ComponentDragGestureListener


     */
    public BeanBoxDnDCatcher(DragSource ds, Component c, int act,
            DragGestureListener dgl) {
        super(ds, c, act, dgl);
        dragSource = getDragSource();
        dragGestureListener = new ComponentDragGestureListener(this, this);
        setSourceActions(DnDConstants.ACTION_MOVE);

        beanInfoMap = new HashMap();
    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.tools.dnd.ComponentDragGestureListener

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.