The ability to add a new type of plug-in to the system is useful for when you are developing a component and you want to represent some functionality in the component using a plug-in so that it can be easily extended. For example, The Plate Example describes how you can use a plug-in to represent the shape of the plate so that new shapes can be added to extend the capability of the Plate component. Thus, if you want to create plug-ins for some specific functionality, you must first create what is called a plug-in generator to represent that plug-in type. If the type of plug-in you want to create is already defined in the Isight system, you do not need to carry out the process described in this section. The creation of a plug-in generator requires you to:
These steps are described in the following sections. |