Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -108,7 +108,7 @@ public class DropTargetDragEvent extends DropTargetEvent
|
||||
return context.getCurrentDataFlavors ();
|
||||
}
|
||||
|
||||
public List getCurrentDataFlavorsAsList ()
|
||||
public List<DataFlavor> getCurrentDataFlavorsAsList ()
|
||||
{
|
||||
return context.getCurrentDataFlavorsAsList ();
|
||||
}
|
||||
@@ -147,7 +147,6 @@ public class DropTargetDragEvent extends DropTargetEvent
|
||||
*/
|
||||
public Transferable getTransferable()
|
||||
{
|
||||
// FIXME: Not implemented
|
||||
return null;
|
||||
return context.getTransferable();
|
||||
}
|
||||
} // class DropTargetDragEvent
|
||||
|
||||
Reference in New Issue
Block a user