Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java editor in API
Java editor in API [message #76923] Thu, 17 July 2003 00:20 Go to next message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Why Java editor (CompilationUnitEditor) is not in API?

--
SY, Konstantin.
Re: Java editor in API [message #76954 is a reply to message #76923] Thu, 17 July 2003 04:51 Go to previous messageGo to next message
Eclipse UserFriend
If you ment to JDT api, you can find it in:
http://www.eclipse.org/documentation/html/plugins/org.eclips e.jdt.doc.isv/doc/reference/api/overview-summary.html
Asaf
"Konstantin Scheglov" <scheglov_ke@nlmk.ru> wrote in message
news:oAYi5qBTDHA.3860@fairy.ao.nlmk...
> Why Java editor (CompilationUnitEditor) is not in API?
>
> --
> SY, Konstantin.
Re: Java editor in API [message #76981 is a reply to message #76954] Thu, 17 July 2003 04:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Asaf <asafr@cerylion.net> wrote:

No, I mean, as I wrote, CompilationUnitEditor, not JDT core, and not current
state of JDT UI API.
I want reuse existing Java editor as page in my multipage editor.

> If you ment to JDT api, you can find it in:
> http://www.eclipse.org/documentation/html/plugins/org.eclips e.jdt.doc.isv/doc/reference/api/overview-summary.html
> Asaf
> "Konstantin Scheglov" <scheglov_ke@nlmk.ru> wrote in message
> news:oAYi5qBTDHA.3860@fairy.ao.nlmk...
>> Why Java editor (CompilationUnitEditor) is not in API?
>>
>> --
>> SY, Konstantin.



--
SY, Konstantin.
Re: Java editor in API [message #77104 is a reply to message #76981] Thu, 17 July 2003 06:42 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Konstantin Scheglov wrote:
> Asaf <asafr@cerylion.net> wrote:
>
> No, I mean, as I wrote, CompilationUnitEditor, not JDT core, and not current
> state of JDT UI API.
> I want reuse existing Java editor as page in my multipage editor.
>

Since this class is not part of the public API then you should consider
creating your own class based on a copy of CompilationUnitEditor.

HTH,

Frank
Re: Java editor in API [message #77121 is a reply to message #77104] Thu, 17 July 2003 08:02 Go to previous message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Frank Fischer <ff@semoe.de> wrote:

>> No, I mean, as I wrote, CompilationUnitEditor, not JDT core, and not current
>> state of JDT UI API.
>> I want reuse existing Java editor as page in my multipage editor.
> Since this class is not part of the public API then you should consider
> creating your own class based on a copy of CompilationUnitEditor.
In case of CompilationUnitEditor this is impossible - I will need to
copy almost all JDT UI. :-(

--
SY, Konstantin.
Previous Topic:Simple Extension-Point Bug?
Next Topic:Help! How do I give more memory to Eclipse?
Goto Forum:
  


Current Time: Mon May 12 14:50:53 EDT 2025

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

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

Back to the top