Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] [Q] How to use the Packages view actions from another plugin?

Well, then my concern is reasonable.
Since in the R1.0 release these action classes are in 'internal' packages,
they are not supposed to be used by plugin developers (i.e. me).
So, there are no API classes in R1.0 for the Packages view popup actions,
they are internal classes, so I either use them not knowing if they are
going to be there (and be the same) in the next build , or I don't use them
and rewrite all this code in my plugin (very undesirable).

Am I getting it right? Isn't there something I can do to use them and not
break the rule "don't use internal classes"?

Regards,
Stefan

Take a moment - be inspired.

----- Original Message -----
From: "Adam Kiezun" <adam.kiezun@xxxxxxx>
To: <jdt-ui-dev@xxxxxxxxxxx>
Sent: Tuesday, June 11, 2002 2:06 PM
Subject: Re: [jdt-ui-dev] [Q] How to use the Packages view actions from
another plugin?


> > How can I recognize the 'API' classes - aren't they all APIs? What's the
> > difference between API classes and non-API classes?
>
> all public classes in packages that do not contain 'internal' are API
> (unless the class comment says otherwise, which it very rarely does)
>
> see here for the full info
>
http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.ht
ml
>
> a.
>
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
>



Back to the top