Changed Methods |
String getDirectory()
|
Documentation changed from old to new. |
Gets the directory of this file dialog. |
String getFile()
|
Documentation changed from old to new. |
Gets the selected file of this file dialog. |
FilenameFilter getFilenameFilter()
|
Documentation changed from old to new. |
Determines this file dialog's filename filter. |
int getMode()
|
Documentation changed from old to new. |
Indicates whether this file dialog box is for loading from a file or for saving to a file. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this FileDialog window. |
void setDirectory(String )
|
Documentation changed from old to new. |
Sets the directory of this file dialog window to be the specified directory. |
void setFile(String )
|
Documentation changed from old to new. |
Sets the selected file for this file dialog window to be the specified file. |
void setFilenameFilter(FilenameFilter )
|
Documentation changed from old to new. |
Sets the filename filter for this file dialog window to the specified filter. |
void setMode(int )
|
Documentation changed from old to new. |
Sets the mode of the file dialog. |