blob: 0d418688965fcc5867765015b66af6f3a2be0803 [file] [log] [blame]
package org.eclipse.swt.dnd;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
import org.eclipse.swt.widgets.*;
class NoDragUnderEffect extends DragUnderEffect {
NoDragUnderEffect(Control control) {}
void show(int effect, int x, int y){}
}