Package org.eclipse.ui.internal.dnd

Examples of org.eclipse.ui.internal.dnd.DragBorder


          draggedTrim.getControl().setSize(initialLocation.width, initialLocation.height);
            
             // Create a new dragging border onto the dragged trim
          // Special check for TrimPart...should be generalized
          boolean wantsFrame = !(draggedTrim instanceof TrimToolBarBase);
             border = new DragBorder(windowComposite, draggedTrim.getControl(), wantsFrame);

             dockedArea = SWT.NONE;
        }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.dnd.DragBorder

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.