ij.io
Class DirectoryChooser

java.lang.Object
  extended by ij.io.DirectoryChooser

public class DirectoryChooser
extends java.lang.Object

This class displays a dialog box that allows the user can select a directory.


Constructor Summary
DirectoryChooser(java.lang.String title)
          Display a dialog using the specified title.
 
Method Summary
 java.lang.String getDirectory()
          Returns the directory selected by the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryChooser

public DirectoryChooser(java.lang.String title)
Display a dialog using the specified title.

Method Detail

getDirectory

public java.lang.String getDirectory()
Returns the directory selected by the user.