[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Plugins

org.eclipse.jdt.internal.ui.typehierarchy is the package.
Look at TypeHierarchyViewPart.


"Xiaoping Chen" <xchen@xxxxxxxxxxxxx> wrote in message
news:9k9mk7$qhj$1@xxxxxxxxxxxxxxxx
> Nick Edgar wrote:
>
> > For an overview of developing plugins, choose Help / Help Contents,
choose
> > Platform Plug-in Developer Guide from the combobox.
> > The Type Hierarchy view is contributed by the JDT (Java Development
Tooling)
> > plug-in, and is not customizable.
> > The Outline view is contributed by the main Eclipse UI plug-in, and is
> > customizable.  See package org.eclipse.ui.views.contentoutline under
> > Reference / API Reference / Workbench in the above help.
>
> > Nick
>
>
>
> It seems that we need to write a Plug-in that provides Type hierarchy view
> for our class definition language. Is the source code of the Type hierachy
> view by JDT available? If yes, could you point me to the package?
>
> Thanks,
>
> Xiaoping
>