|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| void | run (String arg) |
| void | drop (DropTargetDropEvent dtde) |
| void | dragEnter (DropTargetDragEvent dtde) |
| void | dragOver (DropTargetDragEvent e) |
| void | dragExit (DropTargetEvent e) |
| void | dropActionChanged (DropTargetDragEvent e) |
Protected Attributes | |
| DataFlavor | dFlavor |
Static Protected Attributes | |
| static ImageJ | ij = null |
This class opens images, roi's, luts and text files dragged and dropped on the ImageJ frame. Requires Java 2, v1.3.1. Based on the Draw_And_Drop plugin by Eric Kischell (keesh@ieee.org).
Definition at line 12 of file DragAndDrop.java.
|
inline |
This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
Implements PlugIn.
Definition at line 17 of file DragAndDrop.java.