Package org.xnap.plugin

Provides interfaces and classes for plugins.

See:
          Description

Interface Summary
Plugin Plugins extend the functionality of the main program.
 

Class Summary
AbstractLAFPlugin Provides the default implementation for look and feel plugin classes.
AbstractPlugin Provides the default implementation for plugin classes.
AbstractThemePlugin Provides the default implementation for theme plugin classes.
PluginInfo This class serves as a plugin information record.
PluginManager This class keeps track of all available and enabled plugins.
PluginManager.PluginInfoComparator Compares PluginInfo objects by name.
PluginVerifier This class verifies the signature of the given Jar and provides informations about its signers
 

Exception Summary
PluginInitializeException Signals that a plugin could not be initialized correctly.
 

Package org.xnap.plugin Description

Provides interfaces and classes for plugins. Plugins can provide access to networks, viewer functionality for files or any other kind of extension to the main programm.



Copyright © 2001-2005 XNap Team. All Rights Reserved.