Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.jdeveloper.uieditor.dnd.DropMenuInvoker
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DropMenuInvoker
public DropMenuInvoker(java.awt.dnd.DropTargetDropEvent event,
CmtModel model,
OperationProcessor processor,
java.lang.Runnable cleanupTask)
- Parameters:
event - Drop eventmodel - Model to perform operation onoptions - Map from Operation to List of
DataAndPositions.cleanupTask - Runnable to be invoked after the drop is done
-
DropMenuInvoker
public DropMenuInvoker(java.awt.Component target,
java.awt.Point location,
CmtModel model,
OperationProcessor processor,
java.lang.Runnable cleanupTask)
- Parameters:
target - Drop targetlocation - Location relative to targetmodel - Model to perform operation onoptions - Map from Operation to List of
DataAndPositions.cleanupTask - Runnable to be invoked after the drop is done
-
Method Detail
-
invoke
public void invoke()
Shows a drop popup menu.
-
run
public void run()
- Specified by:
run in interface java.lang.Runnable
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.