Home
Categories
Dictionary
Download
Project Details
Changes Log
Tutorials
FAQ
License

Plugins Manager



The PluginsManager manage the creation and the configuration of the plugins.

Note that the PluginsManager will only be created if the directory for the Plugins of the application has been created (with with AbstractApplication.setPluginsConfiguration(File)).

Methods order

The PluginsManager methods are called in the following order:

Warning listener

By default exceptions which are encountered during the Plugins initializations are emitted though the System.err stream. However, it is possible to configure the way these exceptions are shown by using the PluginsManager.setManagerListener(PluginsManagerListener) method.

See also


Categories: javafx | plugins | swing

Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences