Package org.openjump.core.ui.plugin.file
Class FindFile
- java.lang.Object
-
- org.openjump.core.ui.plugin.file.FindFile
-
public class FindFile extends Object
-
-
Constructor Summary
Constructors Constructor Description FindFile(Component window)FindFile(Component window, JFileChooser fileChooser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName(String filenamepath)StringgetFileName(String filenamepath, File startPath)
-
-
-
Constructor Detail
-
FindFile
public FindFile(Component window)
-
FindFile
public FindFile(Component window, JFileChooser fileChooser)
-
-