@Deprecated
public interface OfficeConnection
extends com.sun.star.lang.XComponent
| Modifier and Type | Method and Description |
|---|---|
OfficeWindow |
createOfficeWindow(java.awt.Container container)
Deprecated.
Creates an office java.awt.Canvas based window.
|
com.sun.star.uno.XComponentContext |
getComponentContext()
Deprecated.
Retrieves the UNO component context.
|
void |
setContainerFactory(ContainerFactory containerFactory)
Deprecated.
Sets an AWT container factory.
|
void |
setUnoUrl(java.lang.String url)
Deprecated.
Sets a connection URL.
|
void setUnoUrl(java.lang.String url)
throws java.net.MalformedURLException
url - This is UNO URL which describes the type of a connection.java.net.MalformedURLExceptionvoid setContainerFactory(ContainerFactory containerFactory)
containerFactory - This is an application provided AWT container
factory.com.sun.star.uno.XComponentContext getComponentContext()
OfficeWindow createOfficeWindow(java.awt.Container container)
container - This is an AWT container.