[Contents] [Next] [Last]


About This Guide

The Composer Plug-in Guide tells you how to develop plug-ins that extend the HTML-editing functionality of the Composer and Mail Compose windows in Communicator 4.0. It is a developer's guide and complete reference to the Composer Plug-in API, which is written in Java.

The Composer Plug-in Guide is designed for the developer who wants to extend the capabilities of Netscape Composer. This web-based guide is your introduction to developing Composer Plug-ins, including:

This guide assumes that you are using the Java Development Kit (JDK) version 1.1, or an IDE that is compatible with JDK 1.1, to develop and the Communicator 4.0 environment to deploy. This basic approach is easily adaptable to other development environments. In general, if your plug-in works correctly when run under JDK 1.1 with the Composer Plug-in Kit, it will also work with Communicator 4.0. For more information, see "Your Java Version."

[Top]


Conventions Used in This Guide


All program code listings, URLs, and other program names appear in Courier, a monospace font.

To show class membership of methods, this guide follows object-oriented programming practice in using dot notation.

Plugin.getCategory

This guide emphasizes information with several types of note formats:

Note:  
Information of interest to the developer but not essential to understanding the surrounding topic.  

Important: 
Information that can affect the development decisions you make or the development environment you choose. Don't miss these notes. 

[Top]


The Composer Plug-in Development Kit


The Composer Plug-in Development Kit comes in a zip file that contains the following folders and files:

You can download the Composer Plug-in Kit at this URL. Unzip the archive using a utility that preserves the file hierarchy, for example, Winzip. For the latest information about installation, see ReleaseNotes.html, included in the Composer Plug-in Kit.

To find other development resources, see the Composer Plug-in Samples Page.

[Top]


Developer Products and Support


You are part of a growing community of developers who are taking advantage of the development opportunities provided by Netscape Communicator. You'll find helpful resources at these web sites:


[Contents] [Next] [Last]



Copyright © 1997 Netscape Communications Corporation