public interface IFileChooser
JFileChooser.IGuiFactory.newFileChooser(),
IGuiFactory.newFileChooser(Path)| Modifier and Type | Method and Description |
|---|---|
javax.swing.JFileChooser |
asFileChooser()
Casts this instance to
JFileChooser. |
java.nio.file.Path |
getSelectedPath()
Returns the selected path.
|
void |
setCurrentFolder(java.nio.file.Path currentFolder)
Sets the current folder.
|
javax.swing.JFileChooser asFileChooser()
JFileChooser.this as a JFileChooservoid setCurrentFolder(java.nio.file.Path currentFolder)
If the specified folder does not exists, its parents will be tried, recursively.
currentFolder - current folder to be setjava.nio.file.Path getSelectedPath()
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.