Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-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 event
model - Model to perform operation on
options - 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 target
location - Location relative to target
model - Model to perform operation on
options - 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.2.1.1)
E67111-01
Copyright © 1997, 2016, Oracle. All rights reserved.