mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Coexistence patches for Java 2 DND and 1.1 non-existent DND.
This commit is contained in:
parent
ade369d1c2
commit
d02bd15db7
@ -24,5 +24,5 @@ package grendel.dnd;
|
||||
public interface DropTargetComponent {
|
||||
public void setDropTarget(DropTarget dt)
|
||||
throws IllegalArgumentException;
|
||||
public DropTarget getDropTarget();
|
||||
public DropTarget getGrendelDropTarget();
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ import java.awt.*;
|
||||
import java.awt.datatransfer.*;
|
||||
|
||||
public class DropTargetContext {
|
||||
public DropTarget getDropTarget() {
|
||||
public DropTarget getGrendelDropTarget() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user