Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » "This interface is not intended to be implemented by clients."
"This interface is not intended to be implemented by clients." [message #167847] Thu, 08 July 2004 21:37 Go to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

Hello.

In many Eclipse interfaces I found "This interface is not intended to be
implemented by clients.". My question: If class at all is supposed to
implement that interface, how can it (the interface) be of any use?

Eric

--
Eric Bodden, ICQ: 12656220, http://www.bodden.de, PGP: BB465582
Re: "This interface is not intended to be implemented by clients." [message #167854 is a reply to message #167847] Thu, 08 July 2004 21:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Because Eclipse itself will have an implementation of it (an internal
one) and it will return that implementation from some standard API call.
A client is someone other then Eclipse itself.

Eric Bodden wrote:
> Hello.
>
> In many Eclipse interfaces I found "This interface is not intended to be
> implemented by clients.". My question: If class at all is supposed to
> implement that interface, how can it (the interface) be of any use?
>
> Eric
>

--
Thanks, Rich Kulp

Re: "This interface is not intended to be implemented by clients." [message #168332 is a reply to message #167854] Mon, 12 July 2004 16:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

Rich Kulp wrote:

> A client is someone other then Eclipse itself.
Ahhh, I see.

Cheers,
Eric

--
Eric Bodden, ICQ: 12656220, http://www.bodden.de, PGP: BB465582
Re: "This interface is not intended to be implemented by clients." [message #168533 is a reply to message #167854] Mon, 12 July 2004 23:08 Go to previous message
Eclipse UserFriend
Originally posted by: akiezun.cutthis.mit.this.edu.andthis

> A client is someone other then Eclipse itself.


more precisely: a client is 'any other plugin'
JDT UI is a client for JDT CORE and may not implement interfaces that
are marked as 'not intended...' - even both plugins are parts of eclipse
itself.

the rules are the same for eveybody - no plugin is special, whether it
is or it is not part of the sdk itself.

a.
Previous Topic:JavaBean editor?
Next Topic:Resource for a BinaryType?
Goto Forum:
  


Current Time: Sat Jul 13 20:05:55 GMT 2024

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

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

Back to the top