retina
Class OIDReconstructor

java.lang.Object
  extended by io.OpenPreviewDialog
      extended by retina.OIDReconstructor
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.awt.event.WindowListener, java.util.EventListener

public class OIDReconstructor
extends io.OpenPreviewDialog
implements java.awt.event.ActionListener

OID reconstructor with directory navigation. Can sort and register OID image sequences. (c) 2003 Michael Abramoff. All rights reserved.


Constructor Summary
OIDReconstructor(java.lang.String title, java.lang.Object filter, java.lang.String directory)
          Open a preview open dialog, a dialog that shows a list of files in the directory, and shows a text (currently header text) related to that file, to ease selection.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class io.OpenPreviewDialog
getDirectory, getFileNames, itemStateChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OIDReconstructor

public OIDReconstructor(java.lang.String title,
                        java.lang.Object filter,
                        java.lang.String directory)
Open a preview open dialog, a dialog that shows a list of files in the directory, and shows a text (currently header text) related to that file, to ease selection. The user can select Open or Cancel.

Parameters:
title - the title of the dialog
directory - the directory the dialog will open
filter - a FilenameFilter that filters names for display.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class io.OpenPreviewDialog