Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
DragAndDrop Class Reference
Inheritance diagram for DragAndDrop:
PlugIn

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
 

Detailed Description

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.nosp@m.@iee.nosp@m.e.org).

Definition at line 12 of file DragAndDrop.java.

Member Function Documentation

void run ( String  arg)
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.


The documentation for this class was generated from the following file: