Search found 124 matches

by sebastienlavandier
Fri Jun 01, 2012 4:23 pm
Forum: General XML Questions
Topic: Create and Update the DOCTYPE, and the ENTITY part in an Xml Document.
Replies: 2
Views: 2082

Create and Update the DOCTYPE, and the ENTITY part in an Xml Document.

Hello, I developed an Oxygen plugin with a customized view which contains a Swing Jpanel which offers some items. Those items can be add in a xml document by a drag and drop. It works very well. But now, I must create and update the DOCTYPE, and the ENTITY part in the Xml Document. I don't have find...
by sebastienlavandier
Fri Jun 01, 2012 9:36 am
Forum: SDK-API, Frameworks - Document Types
Topic: Add JComponent to oxygen by Framework
Replies: 4
Views: 3679

Re: Add JComponent to oxygen by Framework

Thank you very much for your help Radu
Bye
by sebastienlavandier
Thu May 31, 2012 6:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Add JComponent to oxygen by Framework
Replies: 4
Views: 3679

Re: Add JComponent to oxygen by Framework

Hi Radu, When my application is started with a specifical xml document, my personnal view is activated and I can see the JPanel (which contain items) by my plugin. Next, I use "ExtensionsBundle" and "AuthorDnDListener" for use the drag and drop (by a framework). It works too ! Bu...
by sebastienlavandier
Thu May 31, 2012 5:24 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Add JComponent to oxygen by Framework
Replies: 4
Views: 3679

Add JComponent to oxygen by Framework

Hello, We have create a customized oxygen view in a plugin, by using "WorkspaceAccessPluginExtension" + "addViewComponentCustomizer". In the customized view, we have used a Swing JPanel which contains some items. public class S1000DPluginExtension implements WorkspaceAccessPlugin...