java.lang.Object
ij.plugin.DragAndDrop
- All Implemented Interfaces:
PlugIn
,DropTargetListener
,Runnable
,EventListener
This class opens images, roi's, luts and text files dragged and dropped on the "ImageJ" window.
It is based on the Draw_And_Drop plugin by Eric Kischell (keesh@ieee.org).
10 November 2006: Albert Cardona added Linux support and an
option to open all images in a dragged folder as a stack.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
drop
(DropTargetDropEvent dtde) void
void
Open a file.void
run()
void
This method is called when the plugin is loaded.
-
Constructor Details
-
DragAndDrop
public DragAndDrop()
-
-
Method Details
-
run
Description copied from interface:PlugIn
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. -
drop
- Specified by:
drop
in interfaceDropTargetListener
-
dragEnter
- Specified by:
dragEnter
in interfaceDropTargetListener
-
dragOver
- Specified by:
dragOver
in interfaceDropTargetListener
-
dragExit
- Specified by:
dragExit
in interfaceDropTargetListener
-
dropActionChanged
- Specified by:
dropActionChanged
in interfaceDropTargetListener
-
run
public void run() -
openFile
Open a file. If it's a directory, ask to open all images as a sequence in a stack or individually.
-