Sophie

Sophie

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

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

<html>
<head>
<title>Module provider</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"><a href="#Singletons" class="navisub">Singletons</a></td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub">Structs</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">script</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module provider</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="LanguageScriptProvider.html">LanguageScriptProvider</a></td>
<td class="imsum_right">This service provides a means of browsing and invoking scripts in
 a single language.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="MasterScriptProvider.html">MasterScriptProvider</a></td>
<td class="imsum_right">This service acts as a wrapper around the various language specific
 ScriptProviders. 
</td>
</tr>
<tr>
<td class="imsum_left"><a href="MasterScriptProviderFactory.html">MasterScriptProviderFactory</a></td>
<td class="imsum_right">This service is used to create MasterScriptProviders.
 Note: You shouldn't ever instantiate the MasterScriptProvider
 service directly, you should always use this service.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptProvider.html">ScriptProvider</a></td>
<td class="imsum_right">This service providers a means to browse and execute scripts.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptProviderForBasic.html">ScriptProviderForBasic</a></td>
<td class="imsum_right">This service is a Basic-specific LanguageScriptProvider. 
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptProviderForBeanShell.html">ScriptProviderForBeanShell</a></td>
<td class="imsum_right">This service is a BeanShell-specific LanguageScriptProvider.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptProviderForJava.html">ScriptProviderForJava</a></td>
<td class="imsum_right">This service is a Java-specific LanguageScriptProvider.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptProviderForJavaScript.html">ScriptProviderForJavaScript</a></td>
<td class="imsum_right">This service is a Java-specific LanguageScriptProvider.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptURIHelper.html">ScriptURIHelper</a></td>
<td class="imsum_right">This service is used to help transform Scripting Framework storage
 locations to Scripting Framework script URIs and vice versa.
</td>
</tr>
</table>
<a name="Singletons"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Singletons</td>
</tr>
<tr>
<td class="imsum_left"><a href="theMasterScriptProviderFactory.html">theMasterScriptProviderFactory</a></td>
<td class="imsum_right">The one and only MasterScriptProviderFactory

 To get the singleton call getValueByName on the component context
 </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="XScript.html">XScript</a></td>
<td class="imsum_right">This interface represents an invokable script or UNO function.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XScriptContext.html">XScriptContext</a></td>
<td class="imsum_right">This interface is provided to scripts, and provides a means of access to 
 the various interfaces which they might need to perform some action on 
 a document. It is required to be passed as the first argument for any 
 Java scripts.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XScriptProvider.html">XScriptProvider</a></td>
<td class="imsum_right">This interface provides a factory for obtaining objects implmenting the
 XScript interface.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XScriptProviderFactory.html">XScriptProviderFactory</a></td>
<td class="imsum_right">This interface provides a factory for obtaining objects implmenting the
 XScriptProvider interface.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XScriptProviderSupplier.html">XScriptProviderSupplier</a></td>
<td class="imsum_right">This interface allows to get the scripting provider related to the object.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XScriptURIHelper.html">XScriptURIHelper</a></td>
<td class="imsum_right">This interface is used to help transform Scripting Framework storage
 locations to Scripting Framework script URIs and vice versa.
</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="ScriptErrorRaisedException.html">ScriptErrorRaisedException</a></td>
<td class="imsum_right">is a checked exception that represents an error encountered
 by a LanguageScriptProvider whilst executing a script
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptExceptionRaisedException.html">ScriptExceptionRaisedException</a></td>
<td class="imsum_right">is a checked exception that represents the detail of an exception
 thrown by a LanguageScriptProvider whilst executing a script
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScriptFrameworkErrorException.html">ScriptFrameworkErrorException</a></td>
<td class="imsum_right">is a checked exception that represents an error encountered
 by the Scripting Framework whilst executing a script
</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="ScriptFrameworkErrorType.html">ScriptFrameworkErrorType</a></td>
<td class="imsum_right">is a checked exception that represents an error encountered
 by the Scripting Framework whilst executing a script
</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>