Book Image

Mastering Eclipse Plug-in Development

By : Alex Blewitt, Bandlem Limited
Book Image

Mastering Eclipse Plug-in Development

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (18 chapters)
Mastering Eclipse Plug-in Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Plugging in to JFace and the Common Navigator Framework
Index

Chapter 2. Creating Custom Extension Points

Eclipse is extended through the use of extension points and the extension registry. The registry manages a list of extension points and a list of extensions. Although it is commonly used in OSGi runtimes such as Eclipse, the extension registry can be used outside of an OSGi runtime as well.