|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chaosserver.jtunes.swingui.file.FileOpener
Swing interface for retrieving a playlist to open.
Field Summary | |
protected Component |
parentComponent
Holds the parent component used to make this dialog modal. |
Constructor Summary | |
FileOpener(Component parentComponent)
Creates a new FileOpener with the given parent component. |
Method Summary | |
protected File |
getLastOpenDirectory()
Gets the last directory that a user opened a playlist in. |
File |
getPlayListFile()
Displays the file chooser and return the file selected. |
protected void |
setLastOpenDirectory(File lastOpenDirectory)
Sets the last directory that a user opened a playlist in. |
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 FileOpener(Component parentComponent)
parentComponent
- the component to make this modal against.Method Detail |
public File getPlayListFile()
protected void setLastOpenDirectory(File lastOpenDirectory)
lastOpenDirectory
- the last directory the user opened
a playlist in.protected File getLastOpenDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |