[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: accessing / subclassing workbench standard components

I meant in code when creating a plugin, so I'll check out thwe JDT source.

Thanks Scott!

Scott Stanchfield wrote:

> Bring up the open type dialog (control-shift-t) and look for *Outline.
> There are some pretty good examples in the JDT, with source ;)
>
> -- Scott
> ==============================================================
> Scott Stanchfield         FGM, Inc.            thetick@xxxxxxx
>
> Home Page: http://javadude.com            thetick@xxxxxxxxxxxx
>
> Lead author of "Effective VisualAge for Java, Version 3"
>                                       http://javadude.com/evaj
>
> VisualAge for Java Tips and Tricks     http://javadude.com/vaj
>
> AWT & Swing FAQ Manager, jGuru.com
> Visit for Java Enlightenment!             http://www.jguru.com
> ==============================================================
>
> "Judah Diament" <djudah@xxxxxxxxxx> wrote in message
> news:3B83B53A.2556BA3@xxxxxxxxxxxxx
> > How does one access the outline view? If I want to populate the
> outline
> > view with a tree view of an XML file, how do I go about getting access
> > to thr outline's tree so I can populate it with a DOM tree?
> >
> > In general - how do I access all of the worbench standard components?
> >
> > Thanks,
> > Judah
> >