|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.wcb.autohome.util.OpenFileDialog
This is a simple file open dialog, which uses a filter to only show .x10 file extensions.
Constructor Summary | |
OpenFileDialog()
Constructor to create and show a open file dialog with only .x10 files showing as default. |
Method Summary | |
java.lang.String |
getFilePath()
Gets the file path directory from the open file dialog |
boolean |
isFileSelected()
If a file was selected this returns a true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenFileDialog()
Method Detail |
public java.lang.String getFilePath()
public boolean isFileSelected()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |