All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.io.ImportDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ij.io.ImportDialog

public class ImportDialog
extends Dialog
implements KeyListener, ActionListener
Imports raw 8, 16, 24 and 32-bit images


Constructor Index

 o ImportDialog(ImageJ, String, String)

Method Index

 o actionPerformed(ActionEvent)
 o insets()
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)

Constructors

 o ImportDialog
 public ImportDialog(ImageJ ij,
                     String fileName,
                     String directory)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o keyReleased
 public void keyReleased(KeyEvent e)
 o insets
 public Insets insets()
Overrides:
insets in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index