| Interface | Description |
|---|---|
| ContainerFactory | Deprecated |
| OfficeConnection | Deprecated |
| OfficeWindow | Deprecated |
| Class | Description |
|---|---|
| CallWatchThread |
Helper class to watch calls into OOo with a timeout.
|
| Controller |
Wrapper class for a com.sun.star.frame.XController.
|
| Frame |
Wrapper class for a com.sun.star.frame.XFrame.
|
| LocalOfficeConnection |
This class represents a connection to the local office application.
|
| LocalOfficeWindow |
This class represents a local office window.
|
| OfficeDocument |
Wrapper class for service OfficeDocument which emulates the upcoming
mode of automatic runtime Java classes to get rid of the need for
queryInterface.
|
| OOoBean |
This is the basic JavaBean for all OOo application modules.
|
| Exception | Description |
|---|---|
| HasConnectionException |
This exception is thrown when a method is called which
is only defined for not already having an established
connection.
|
| InvalidArgumentException | Deprecated |
| NoConnectionException |
This exception is called when a method is called which
needs an established connection but no connection is
established yet.
|
| NoDocumentException |
Indicates that an operation needed a document, but no document was loaded.
|
| SystemWindowException |
indicates that an operation needed a system window,
but no system window was acquired yet.
|