Package net.sourceforge.pavlov.pluglets

A pluglet is defined as a small java.awt.applet-like program that implements a given interface (or subclasses a given class).

See:
          Description

Interface Summary
Pluglet Classes that implement this interface can be loaded into a program using PlugletLoader.
 

Class Summary
PlugletLoader PlugletLoader Generates a vector of objects that are a subclass of a given class.
 

Package net.sourceforge.pavlov.pluglets Description

A pluglet is defined as a small java.awt.applet-like program that implements a given interface (or subclasses a given class). Several pluglets which are assignable from one class or interface can be stored in a directory, and via the PlugletLoader class, can all be loaded at once. This allows third parties to add functionality to the Pavlov application, without the Pavlov application having any information about them.