Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
module dialogs |
Services | |
FilePicker | |
FilterOptionsDialog | This service enables a filter developer to register a dialog to query
for user options before the filter operation is performed.
The user options are stored inside the ::com::sun::star::document::MediaDescriptor
and can be queried from the ::com::sun::star::document::MediaDescriptor by
the component that implements ::com::sun::star::document::XFilter .
The application will set the ::com::sun::star::document::MediaDescriptor
using the interface ::com::sun::star::beans::XPropertyAccess and then
call ExecutableDialogResults::OK ,
the application will retrieve the changed ::com::sun::star::document::MediaDescriptor
back using the interface ::com::sun::star::beans::XPropertyAccess . The filter
operation is than continued, using the new ::com::sun::star::document::MediaDescriptor .
Otherwise, the filter operation is canceled.
|
FolderPicker | A FolderPicker service. |
Interfaces | |
XAsynchronousExecutableDialog | Specifies an interface for an executable dialog in asynchronous mode. |
XControlAccess | Generic control access interface. |
XControlInformation | Interface to query for controls and control properties supported by the implementing instance. |
XDialogClosedListener | Used to notify listeners about dialog-closed events. |
XExecutableDialog | Specifies an interface for an executable dialog. |
XFilePicker | Specifies an interface for a FilePicker |
XFilePickerControlAccess | Provides access to the controls of a FilePicker. |
XFilePickerListener | Interface to be implemented by a FilePicker listener. |
XFilePickerNotifier | Interface to be implemented in order to support listener management. |
XFilePickerWorkaround | It's an "internal" interface to solve the problems behind XFilePicker.getFiles() in combination with multiselection. This additional interface will be implemented by some dialogs only. But it must be preferred if it exists and multiselection is used. |
XFilePreview | FilePicker that support the preview of various file formats should implement this interface. |
XFilterGroupManager | Specifies an interface which allows manipulation of groups of filters
for the |
XFilterManager | Specifies a filter manager interface for a FilePicker |
XFolderPicker | Specifies a FolderPicker interface. |
Structs | |
DialogClosedEvent | Information of a closed dialog. |
FilePickerEvent | Context information in case of a FilePicker event. |
Exceptions | |
ExecutableDialogException | Base class of all XExecutableDialog related exceptions. |
Constant Groups | |
CommonFilePickerElementIds | These constants are used to specify common controls of a FilePicker dialog. |
ControlActions | Control actions for common and extended controls of a FilePicker. |
ExecutableDialogResults | These constants are used to specify a result of executing a XExecutableDialog . |
ExtendedFilePickerElementIds | |
FilePreviewImageFormats | These constants are used to specify image formats supported by an implementation of the interface XFilePreview . |
ListboxControlActions | [ DEPRECATED ] These constants are deprecated and should not be used anymore. They're superseeded by ControlActions . |
TemplateDescription | The implementation of a FilePicker service may support the usage of different templates. The following constants define the currently specified templates. |
Copyright © 2003 Sun Microsystems, Inc.