| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | FileSaveAccess
(String FileType, Model Model)
The callback function to decide if the file type should be selectable in File 'Save a Copy' dialog or not. |
| void | OnFileSaveRegister
(String FileType, Model Model, String FilePath)
This callback function is called upon pressing OK button on the File 'Save a Copy' dialog for the new registered type. |
| Method Detail |
|---|
| FileSaveAccess |
|---|
| boolean | FileSaveAccess | (String FileType, Model Model) |
The callback function to decide if the file type should be
selectable in File 'Save a Copy' dialog or not.
|
| OnFileSaveRegister |
|---|
| void | OnFileSaveRegister | (String FileType, Model Model, String FilePath) |
This callback function is called upon pressing OK button on
the File 'Save a Copy' dialog for the new registered type.
|