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?

> 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.html

a.



Back to the top