Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Recent Connectivity Changes

See my reply to email Sub: Unable to sort generic

Regards
Anthos
On 10/10/2006, at 5:28 AM, rcernich@xxxxxxxxxx wrote:

Anthos,

                <triggerPoints>
                     <or>
                        <instanceof

value="org.eclipse.datatools.modelbase.sql.schema.Schema" />
                                                <instanceof

value="oracle.dbtools.modelbase.db.ComposedType" />
                     </or>
                </triggerPoints>
                <possibleChildren>
                   <or>
                        <instanceof

value="org.eclipse.datatools.connectivity.sqm.core.internal.ui.
explorer.virtual.IVirtualNode"
/>
                        <instanceof

value="oracle.dbtools.modelbase.db.MaterializedView" />
                        <instanceof

value="oracle.dbtools.modelbase.db.ComposedType" />
                   </or>
                </possibleChildren>

This is the critical piece.  This tells the navigator framework that you
will provide content for Schema and ComposedType.  I would recommend the
following: change Schema to your specialized Schema object.

That's about all I've got on this one.

Rob

_______________________________________________
dtp-dev mailing list


Back to the top