| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetFileDescription
()
Get method for attribute "FileDescription" Short description of the file type to be opened. |
| String | GetFileType
()
Get method for attribute "FileType" The file type to be opened. |
| void | SetFileDescription
(String value)
Set method for attribute "FileDescription" Short description of the file type to be opened. |
| void | SetFileType
(String value)
Set method for attribute "FileType" The file type to be opened. |
| Method Detail |
|---|
| GetFileType/SetFileType |
|---|
| String | GetFileType | () |
| void | SetFileType | (String value) |
| The file type to be opened. This will appear as the file extension in the File Open Dialog.
|
| GetFileDescription/SetFileDescription |
|---|
| String | GetFileDescription | () |
| void | SetFileDescription | (String value) |
| Short description of the file type to be opened. This will appear as file description in the File Open Dialog.
|