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 String
getFileName(String filenamepath)
String
getFileName(String filenamepath, File startPath)
-
-
-
Constructor Detail
-
FindFile
public FindFile(Component window)
-
FindFile
public FindFile(Component window, JFileChooser fileChooser)
-
-