[api-dev] OptionsPageDemo sample extension

2008-12-12 Thread Christian Lins

Hello!

I have just finished my OptionsPageDemo extension.

The OptionsPageDemo sample extensions shows how to integrate a custom 
options page within the existing tree of options pages (here: below 
Writer) and shows how to store and load the settings in and from the 
OpenOffice.org registry.


The extension uses a custom registry schema to store configuration 
values. Additionally the extension shows how to add a custom help for an 
extension.


I appreciate comments of any kind :-)

See 
http://wiki.services.openoffice.org/wiki/API/Samples/Java/Office/OptionsPageDemo


-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org



[api-dev] UNO Object Inspector

2009-01-29 Thread Christian Lins

Hi *!

The Object Inspector allows the interested user a deep view into a 
Documents object structure, live in a running Office.


See http://wiki.services.openoffice.org/wiki/Object_Inspector

I heavily refactored the old code (I do not know the old authors...) of 
the Object Inspector to be robust and maintainable. Perhaps a feature 
might be lost...


I uploaded a binary OXT-file Object Inspector 2.0.0 (beta) to API 
project's file section.


Have a try and post your comments :-)

Christian

PS: I won't have the time to maintain the extension, perhaps someone 
find it interesting... the code is in the OOo SVN Repository 
(/contrib/sdk/examples/java/Inspector).


-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org



Re: [api-dev] java windows

2009-03-02 Thread Christian Lins
You can create dialogs or windows either using Java SWING/AWT (easy) or 
use the OOo Dialog Editor (tricky).


Please note that you cannot change the LookAndFeel of SWING GUIs afaik.

On 03/02/09 13:10, allirpa wrote:

help.

i'm currently working on an addon for open office writer. and i use java and
netbeans' plugin for openoffice.
i already have a menu and toolbar for the addon.
my next step would be to make a dialog or anything like a window that would
contain the functions for my addon.
the point is showing a window or dialog.
is it possible?

your help is appreciated.
thanks in advance. :)


-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org