Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 7463

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Module dialogs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../../module-ix.html" class="navimain">Overview</a></td>
<td class="navimainself">Module</td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Nested Modules</td>
<td class="navisub"><a href="#Services" class="navisub">Services</a></td>
<td class="navisub">Singletons</td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub"><a href="#Structs" class="navisub">Structs</a></td>
<td class="navisub"><a href="#Exceptions" class="navisub">Exceptions</a></td>
<td class="navisub">Enums</td>
<td class="navisub">Typedefs</td>
<td class="navisub"><a href="#ConstantGroups" class="navisub">Constant Groups</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../../module-ix.html" class="namechain">::</a> <a href="../../../../module-ix.html" class="namechain">com</a> :: <a href="../../../module-ix.html" class="namechain">sun</a> :: <a href="../../module-ix.html" class="namechain">star</a> :: <a href="../module-ix.html" class="namechain">ui</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module dialogs</td>
</tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="Services"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="FilePicker.html">FilePicker</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="FilterOptionsDialog.html">FilterOptionsDialog</a></td>
<td class="imsum_right">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::<a href="../../document/module-ix.html">document</a>::<a href="../../document/MediaDescriptor.html">MediaDescriptor</a>
 and can be queried from the ::com::sun::star::<a href="../../document/module-ix.html">document</a>::<a href="../../document/MediaDescriptor.html">MediaDescriptor</a> by
 the component that implements ::com::sun::star::<a href="../../document/module-ix.html">document</a>::<a href="../../document/XFilter.html">XFilter</a>.

 The application will set the ::com::sun::star::<a href="../../document/module-ix.html">document</a>::<a href="../../document/MediaDescriptor.html">MediaDescriptor</a>
 using the interface ::com::sun::star::<a href="../../beans/module-ix.html">beans</a>::<a href="../../beans/XPropertyAccess.html">XPropertyAccess</a> and then
 call <method>XExecutableDialog::execute<method>.

 If that method returns <code>ExecutableDialogResults::OK</code>,
 the application will retrieve the changed ::com::sun::star::<a href="../../document/module-ix.html">document</a>::<a href="../../document/MediaDescriptor.html">MediaDescriptor</a>
 back using the interface ::com::sun::star::<a href="../../beans/module-ix.html">beans</a>::<a href="../../beans/XPropertyAccess.html">XPropertyAccess</a>. The filter
 operation is than continued, using the new ::com::sun::star::<a href="../../document/module-ix.html">document</a>::<a href="../../document/MediaDescriptor.html">MediaDescriptor</a>.
 
 Otherwise, the filter operation is canceled.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="FolderPicker.html">FolderPicker</a></td>
<td class="imsum_right">A FolderPicker service.
</td>
</tr>
</table>
<a name="Interfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XAsynchronousExecutableDialog.html">XAsynchronousExecutableDialog</a></td>
<td class="imsum_right">Specifies an interface for an executable dialog in asynchronous mode.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XControlAccess.html">XControlAccess</a></td>
<td class="imsum_right">Generic control access interface. 

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XControlInformation.html">XControlInformation</a></td>
<td class="imsum_right">Interface to query for controls and control properties supported by the 
 implementing instance.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDialogClosedListener.html">XDialogClosedListener</a></td>
<td class="imsum_right">Used to notify listeners about dialog-closed events.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XExecutableDialog.html">XExecutableDialog</a></td>
<td class="imsum_right">Specifies an interface for an executable dialog.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePicker.html">XFilePicker</a></td>
<td class="imsum_right">Specifies an interface for a FilePicker
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePicker2.html">XFilePicker2</a></td>
<td class="imsum_right">extends file picker interface to workaround some design problems.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePickerControlAccess.html">XFilePickerControlAccess</a></td>
<td class="imsum_right">Provides access to the controls of a FilePicker.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePickerListener.html">XFilePickerListener</a></td>
<td class="imsum_right">Interface to be implemented by a FilePicker listener.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePickerNotifier.html">XFilePickerNotifier</a></td>
<td class="imsum_right">Interface to be implemented in order to support listener management.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilePreview.html">XFilePreview</a></td>
<td class="imsum_right">FilePicker that support the preview of various file formats should implement
 this interface.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilterGroupManager.html">XFilterGroupManager</a></td>
<td class="imsum_right">Specifies an interface which allows manipulation of groups of filters 
 for the <service>FilePicker</service> service.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFilterManager.html">XFilterManager</a></td>
<td class="imsum_right">Specifies a filter manager interface for a FilePicker
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XFolderPicker.html">XFolderPicker</a></td>
<td class="imsum_right">Specifies a FolderPicker interface.
</td>
</tr>
</table>
<a name="Structs"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Structs</td>
</tr>
<tr>
<td class="imsum_left"><a href="DialogClosedEvent.html">DialogClosedEvent</a></td>
<td class="imsum_right">Information of a closed dialog.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="FilePickerEvent.html">FilePickerEvent</a></td>
<td class="imsum_right">Context information in case of a FilePicker event.
</td>
</tr>
</table>
<a name="Exceptions"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exceptions</td>
</tr>
<tr>
<td class="imsum_left"><a href="ExecutableDialogException.html">ExecutableDialogException</a></td>
<td class="imsum_right">Base class of all XExecutableDialog related exceptions.
 </td>
</tr>
</table>
<a name="ConstantGroups"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constant Groups</td>
</tr>
<tr>
<td class="imsum_left"><a href="CommonFilePickerElementIds.html">CommonFilePickerElementIds</a></td>
<td class="imsum_right">These constants are used to specify common controls of a FilePicker dialog.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="ControlActions.html">ControlActions</a></td>
<td class="imsum_right">Control actions for common and extended controls of a FilePicker.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="ExecutableDialogResults.html">ExecutableDialogResults</a></td>
<td class="imsum_right">These constants are used to specify a result of executing a <a href="XExecutableDialog.html">XExecutableDialog</a>. 
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ExtendedFilePickerElementIds.html">ExtendedFilePickerElementIds</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="FilePreviewImageFormats.html">FilePreviewImageFormats</a></td>
<td class="imsum_right">These constants are used to specify image formats supported by an implementation
 of the interface <a href="XFilePreview.html">XFilePreview</a>.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="ListboxControlActions.html">ListboxControlActions</a></td>
<td class="imsum_right">[ DEPRECATED ]<br>
These constants are deprecated and should not be used anymore. They're superseeded
 by <a href="ControlActions.html">ControlActions</a>.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="TemplateDescription.html">TemplateDescription</a></td>
<td class="imsum_right">The implementation of a FilePicker service may support the usage of 
 different templates. The following constants define the currently 
 specified templates.
 
 </td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>