You add classes to your Isight extension via the Contents
tab by specifying the new class’s name, package, and type options.
-
Click the Contents tab on the right side of the
Isight Developer Perspective.
-
Click Add.
The Isight Class dialog box appears.
-
Select the simple implementation of the API class. For example, select
Basic Component Editor if you are creating a component
editor.
-
Click Next.
-
In the Class Name text box, type a name for the
class.
-
In the Package text box, specify a package for
the class.
-
Click Finish.
You return to the Contents tab, and the new class
is added to the list of existing classes.
-
Click the newly created class to select it.
Additional options appear on the right side of the tab.
-
Use the Type list to determine how the selected
class will be used by this extension in Isight. For example, you can
specify that the class will be an editor (as well as defining the specific
type of editor), executor, handler, etc.
-
Click
to save your changes to the extension.