Provides pluglet utilities support.

Pluglets are small Java applications that are used to make minor extensions to the workbench in a simple and straightforward way. Pluglets are written in Java and reside in a pluglet project. A pluglet is executed in the same instance of the workbench. Pluglet authors can use the Java development environment, and they have access to the application programming interfaces (APIs) of the workbench plug-ins to implement their pluglets.

Package Specification

This package offers services and utilities that pluglets use to extend the workbench: The classes in this package are intended to be used by pluglet developers.

Related Documentation

For tutorials, samples and pluglet documentation, please see Extending your Java environment with pluglets.