Constructors' Summary |
createWithMode |
Provides the ability to choose between different custom templates that
do extend the subset of common controls a FilePicker usually supports.
Implementers may omit this interface if the FileOpen
dialog doesn't support custom templates. In this case a createInstance
will create an ordinary FileOpen dialog with only the common FilePicker
elements.
The client has to provide one of the specified constants in
TemplateDescription.
|
Constructors' Details |
createWithMode
|
createWithMode( |
[in] short |
Mode ); |
- Description
- Provides the ability to choose between different custom templates that
do extend the subset of common controls a FilePicker usually supports.
Implementers may omit this interface if the FileOpen
dialog doesn't support custom templates. In this case a createInstance
will create an ordinary FileOpen dialog with only the common FilePicker
elements.
The client has to provide one of the specified constants in
TemplateDescription.
Notes for the implementation of a FileSave dialog:
The implementation of a FileSave dialog should automatically check
for existence of a file and issue a warning if a file with the same
name already exist.
- See also
- TemplateDescription
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.