[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: JFace Document

Sorry about the previous I ment jface.text.TextViewer

James Leotta wrote:
Thanks Grant,

Now I need to find jface.text.TreeViewer. It seems odd that jface.text is spread out over so many plugins. I would think one plugin would be sufficient. When I find TreeViewer this will be my third to get the jface.text classes I need.



Grant Gayed wrote:

Hi James,

org.eclipse.jface.text.Document is in the org.eclipse.text plugin.

SWT's 3.1 API is available:
- on-line:
http://help.eclipse.org/help31/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/package-summary.html


- through eclipse menu: Help->Help Contents, Platform Plug-in Developer
Guide->Reference->API Reference

Grant

"James Leotta" <jleotta@xxxxxxxxxx> wrote in message
news:ddvovj$h3b$1@xxxxxxxxxxxxxxxxxxx

Hello,

Where would I find org.eclipse.jface.text.Document

I imported the jface plugin but the Document class seems to be missing.
Also where would i find the most recent API for SWT?

Thanks