mtb_io
Class Open_Image_MTB

java.lang.Object
  extended by mtb_io.Open_Image_MTB
All Implemented Interfaces:
ij.plugin.PlugIn, java.beans.PropertyChangeListener, java.util.EventListener, loci.common.StatusListener

public class Open_Image_MTB
extends java.lang.Object
implements ij.plugin.PlugIn, loci.common.StatusListener, java.beans.PropertyChangeListener

Plugin for image open dialog

Author:
Oliver Gress

Field Summary
private  java.lang.String currentfile
           
private  int currentfileN
           
private  int currentidx
           
protected  ImageReaderOptionsPane irop
           
protected  java.util.HashMap<java.lang.String,int[]> seriesIndices
           
 
Constructor Summary
Open_Image_MTB()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void run(java.lang.String arg0)
           
 void statusUpdated(loci.common.StatusEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentfile

private java.lang.String currentfile

currentfileN

private int currentfileN

currentidx

private int currentidx

irop

protected ImageReaderOptionsPane irop

seriesIndices

protected java.util.HashMap<java.lang.String,int[]> seriesIndices
Constructor Detail

Open_Image_MTB

public Open_Image_MTB()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

run

public void run(java.lang.String arg0)
Specified by:
run in interface ij.plugin.PlugIn

statusUpdated

public void statusUpdated(loci.common.StatusEvent evt)
Specified by:
statusUpdated in interface loci.common.StatusListener