|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chaosserver.jtunes.swingui.file.FileExporter
Swing UI to select a directory to export a playlist to.
Field Summary | |
protected Component |
parentComponent
Holds the parent component used to make this dialog modal. |
Constructor Summary | |
FileExporter(Component parentComponent)
Creates a new FileExporter with the given parent component. |
Method Summary | |
File |
getExportDirectory()
Gets the directory to export the playlist to. |
protected File |
getLastExportDirectory()
Gets the last directory that a user exported a playlist to. |
protected void |
setLastExportDirectory(File lastExportDirectory)
Sets the last directory that a user exported a playlist to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Component parentComponent
Constructor Detail |
public FileExporter(Component parentComponent)
parentComponent
- the component to make this modal against.Method Detail |
public File getExportDirectory()
protected void setLastExportDirectory(File lastExportDirectory)
lastExportDirectory
- the last directory the user exported
a playlist to.protected File getLastExportDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |