20080913, rgf

org.oorexx.ooo.scripting.framework
Class ScriptProviderForooRexx._ScriptProviderForooRexx

java.lang.Object
  extended bycom.sun.star.script.framework.provider.ScriptProvider
      extended byorg.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx
All Implemented Interfaces:
com.sun.star.script.browse.XBrowseNode, com.sun.star.container.XElementAccess, com.sun.star.lang.XInitialization, com.sun.star.uno.XInterface, com.sun.star.script.XInvocation, com.sun.star.container.XNameAccess, com.sun.star.container.XNameContainer, com.sun.star.container.XNameReplace, com.sun.star.beans.XPropertySet, com.sun.star.script.provider.XScriptProvider, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XTypeProvider
Enclosing class:
ScriptProviderForooRexx

public static class ScriptProviderForooRexx._ScriptProviderForooRexx
extends com.sun.star.script.framework.provider.ScriptProvider


Field Summary
 
Fields inherited from class com.sun.star.script.framework.provider.ScriptProvider
CLASSPATH, contextUrl, language, m_container, m_xContext, m_xModel, m_xMultiComponentFactory
 
Fields inherited from interface com.sun.star.script.provider.XScriptProvider
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.script.browse.XBrowseNode
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.beans.XPropertySet
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.script.XInvocation
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XInitialization
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.container.XNameContainer
UNOTYPEINFO
 
Constructor Summary
ScriptProviderForooRexx._ScriptProviderForooRexx(com.sun.star.uno.XComponentContext ctx)
           
 
Method Summary
 com.sun.star.script.provider.XScript getScript(java.lang.String scriptURI)
           
 com.sun.star.script.framework.provider.ScriptEditor getScriptEditor()
           
 boolean hasScriptEditor()
           
 
Methods inherited from class com.sun.star.script.framework.provider.ScriptProvider
addPropertyChangeListener, addVetoableChangeListener, getByName, getChildNodes, getElementNames, getElementType, getImplementationId, getImplementationName, getIntrospection, getName, getPropertySetInfo, getPropertyValue, getScriptData, getScriptingContext, getSupportedServiceNames, getType, getTypes, getValue, hasByName, hasChildNodes, hasElements, hasMethod, hasProperty, initialize, insertByName, invoke, removeByName, removePropertyChangeListener, removeVetoableChangeListener, replaceByName, setPropertyValue, setValue, supportsService, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptProviderForooRexx._ScriptProviderForooRexx

public ScriptProviderForooRexx._ScriptProviderForooRexx(com.sun.star.uno.XComponentContext ctx)
Method Detail

getScript

public com.sun.star.script.provider.XScript getScript(java.lang.String scriptURI)
                                               throws com.sun.star.uno.RuntimeException,
                                                      com.sun.star.script.provider.ScriptFrameworkErrorException
Throws:
com.sun.star.uno.RuntimeException
com.sun.star.script.provider.ScriptFrameworkErrorException

hasScriptEditor

public boolean hasScriptEditor()

getScriptEditor

public com.sun.star.script.framework.provider.ScriptEditor getScriptEditor()

20080913, rgf