Example |
Description |
AsciiReplaceFilter |
Implements the an example for an import/export filter service.
|
Factory |
Implements a factory class which can be registered for the UNO service manager. It is used
to create new instances of the filter service.
|
FilterOptions |
Offers some helper methods to analyze and prepare the arguments of the filter method.
|
CustomizeView |
Offers a view which allows hiding and showing of the menubar, toolbar and objectbar of the
related document component.
|
∗Desk |
This is the main part of a demo application based on the framework APIs. It mainly shows the
mechanisms to load, store and convert documents, as well as dispatch and dispatch interception.
It integrates windows from OpenOffice.org 1.1 Beta 2 via system window handle. This is the same mechanism
as used by the OfficeBean, but the OfficeBean itself is not used here, just the JNI window
handle access.
|
DocumentView |
Deals with the application window and it's actions.
|
FunctionHelper |
This helper comprises all OpenOffice.org 1.1 Beta 2 API calls. Thus it is possible to learn about these
aspects separately from the rest of the application example.
|
IOnewayLink |
This is an interface to receive asynchronous events from UNO oneway calls.
|
IShutdownListener |
This is a listener interface to clean up on shutdown of OpenOffice.org 1.1 Beta 2.
|
Interceptor |
This implements a dispatch interceptor for a specific URL.
|
JavaWindowPeerFake |
Fakes an
XWindowPeer for the Java native window handle to create a child window
for the office frame.
|
NativeView |
Implements native JNI methods to get the window handle of the Java window.
|
OfficeConnect |
Builds the remote bridge to OpenOffice.org 1.1 Beta 2 and exports its UNO service manager for the Java
side of the application.
|
OnewayExecutor |
Implements IOnewayLink to decouple asynchronous oneway calls in the Java process.
|
StatusListener |
Implements a listener for a
FeatureStateEvent .
|
StatusView |
Shows the current status for which the application is registered as an event listener.
|
ViewContainer |
Performs a clean up on the Java side on OpenOffice.org 1.1 Beta 2 shutdown.
|
OfficeConnect |
Builds the remote bridge to OpenOffice.org 1.1 Beta 2 and exports its UNO service manager to the Java side.
|
∗ContextMenuInterceptor |
This example shows a context menu interceptor that creates a new menu entry that has a
sub menu. This sub menu is in inserted into the context menu on the topmost position.
It provides some helper functions to the user that are reachable through the menu Help.
|
MenuElement |
A helper class for the context menu interceptor example. It determines the menu element type.
|
∗Number_Formats |
Demonstrates the use of number formats in a spreadsheet document.
|
∗TerminationTest |
This example uses the TerminateListener and shows the use of them in a running program.
|
TerminateListener |
An example implementation of
XTerminateListener . It is called when OpenOffice.org 1.1 Beta 2 terminates.
|
∗Clipboard |
Demonstrates the usage of the clipboard service by registering a clipboard listener, getting
a list of formats from the current clipboard content and copying some data to the clipboard.
|
ClipboardListener |
Implements a clipboard listener for the Clipboard example. In such a class, actions can be
implemented which happen whenever the clipboard content changes.
|
ClipboardOwner |
Implements a clipboard owner for the Clipboard example. This class is notified when it loses
ownership of the clipboard.
|
TextTransferable |
Implements a data object for the Clipboard example. Such classes supply clients with data
in a variety of formats.
|
∗LinguisticExamples |
A short example that uses most of the functionality from the OpenOffice.org 1.1 Beta 2 linguistic API.
|
OneInstanceFactory |
This class is used to provide a service factory for the linguistic services. It enforces that
the actual implementations are only instantiated once.
|
PropChgHelper |
The base class for several property change helpers which are used to keep track of the
changes of the service relevant linguistic properties. It is also used by the thesaurus directly.
|
PropChgHelper_Hyph |
The property change helper that is tracking the hyphenation relevant properties.
|
PropChgHelper_Spell |
The property change helper that is tracking the spell checking relevant properties.
|
SampleHyphenator |
A simple implementation for a
Hyphenator service.
|
SampleSpellChecker |
A simple implementation for a
SpellChecker service.
|
SampleThesaurus |
A simple implementation for a
Thesaurus service.
|
XHyphenatedWord_impl |
An object implementing the
XHyphenatedWord interface. An instance of this type may be returned by
the hyphenator.
|
XMeaning_impl |
An object implementing the
XMeaning interface. An instance of this type may be returned by the thesaurus.
|
XPossibleHyphens_impl |
An object implementing the
XPossibleHyphens interface. An instance of this type may be returned by
the hyphenator.
|
XSpellAlternatives_impl |
An object implementing the
XSpellAlternatives interface. An instance of this type may be returned
by the spell checker.
|