| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | FileOpenAccess
(String FileType)
The callback function to decide if the file type should be selectable in File Open dialog or not. |
| void | OnFileOpenRegister
(String FileType, String FilePath)
This callback function is called upon pressing Open button for the new registered type. |
| Method Detail |
|---|
| FileOpenAccess |
|---|
| boolean | FileOpenAccess | (String FileType) |
The callback function to decide if the file type should be
selectable in File Open dialog or not.
|
| OnFileOpenRegister |
|---|
| void | OnFileOpenRegister | (String FileType, String FilePath) |
This callback function is called upon pressing Open button
for the new registered type.
|