service FilePicker in module com::sun::star::ui::dialogs:: |
service FilePicker;
Exported Interfaces |
Provides access to the basic FilePicker functionality.
Provides the ability to request notifications about changes.
Provides the ability to add different filter, query for the current filters and set a current filter
Provides the ability to show a preview of a selected file
Provides the ability manage additional controls (checkboxes, listboxes etc.) offered by an extended FilePicker, these controls extend the subset of common controls that a FilePicker usually supports.
An interface which allows manipulation of groups of filters
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 existens of a file and issue a warning if a file with the same name already exist.
For canceling a running dialog instance.
This may be usefull for automatic test tools for instance.
For shutdown and listener support.
Service should always support this interface.
Service should always support this interface.
Property Summary |
|
HelpURL | Allows to associate a help URL with the file picker instance. |
Property Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.