Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » A question about the example xsd editor
A question about the example xsd editor [message #51442] Tue, 02 November 2004 00:06 Go to next message
Eclipse UserFriend
Originally posted by: dyx.gmx.net

Where do i find the code that implements the Attributes tab in the
tabbedPropertyView from the xsd editor model?
Re: A question about the example xsd editor`s property view´s atrributes tab [message #52436 is a reply to message #51442] Mon, 08 November 2004 17:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dyx.gmx.net

On Tue, 02 Nov 2004 01:06:29 +0100, Frank Dyck <dyx@gmx.net> wrote:

> Where do i find the code that implements the Attributes tab in the
> tabbedPropertyView from the xsd editor model?

I.e. when you create a ComplexType and then go to the tab Attributes in
the Properties View. There`s a composite in which the attributes are
listed on the left and a table with the seleted attribute`s properties on
the right.

What is the name of the viewer/outline class that lists the attributes?
Where is this composite implemented?

Please anybody? Can you point me to the source code?
Re: A question about the example xsd editor`s property view?s atrributes tab [message #52505 is a reply to message #52436] Mon, 08 November 2004 22:07 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Frank,

Look in the package org.eclipse.wst.xsd.editor.internal.properties.section
where there are classes that provide tabbed view sections and content. This
extends the general tabbed property page implementation from the component
org.eclipse.wst.ui.properties

Regards,
Dave Carlson

"Frank Dyck" <dyx@gmx.net> wrote in message news:opsg5p3ilz0i05et@celeron...
> On Tue, 02 Nov 2004 01:06:29 +0100, Frank Dyck <dyx@gmx.net> wrote:
>
>> Where do i find the code that implements the Attributes tab in the
>> tabbedPropertyView from the xsd editor model?
>
> I.e. when you create a ComplexType and then go to the tab Attributes in
> the Properties View. There`s a composite in which the attributes are
> listed on the left and a table with the seleted attribute`s properties on
> the right.
>
> What is the name of the viewer/outline class that lists the attributes?
> Where is this composite implemented?
>
> Please anybody? Can you point me to the source code?
Re: A question about the example xsd editor` s property view?s atrributes tab [message #52530 is a reply to message #52436] Mon, 08 November 2004 22:13 Go to previous message
Keith Chong is currently offline Keith ChongFriend
Messages: 64
Registered: July 2009
Member
Frank Dyck wrote:

> On Tue, 02 Nov 2004 01:06:29 +0100, Frank Dyck <dyx@gmx.net> wrote:

>> Where do i find the code that implements the Attributes tab in the
>> tabbedPropertyView from the xsd editor model?

> I.e. when you create a ComplexType and then go to the tab Attributes in
> the Properties View. There`s a composite in which the attributes are
> listed on the left and a table with the seleted attribute`s properties on
> the right.

> What is the name of the viewer/outline class that lists the attributes?
> Where is this composite implemented?

> Please anybody? Can you point me to the source code?

It's located in the org.eclipse.wst.xsd.editor.internal.properties.section
package. The relevant classes are AttributesViewSection,
AttributesViewContentProvider and AttributesViewSectionDescriptor.
Previous Topic:What is the relation of WTP and ibm.zip
Next Topic:Reuse XML editor?
Goto Forum:
  


Current Time: Sat Apr 27 20:16:22 GMT 2024

Powered by FUDForum. Page generated in 0.04096 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top