Package chemaxon.marvin.plugin
Contains the classes responsible for calculator plugin loading, parameter setting,
running and displaying mechanism.
-
Interface Summary Interface Description ParameterPanelHandler Deprecated, for removal: This API element is subject to removal in a future version. This interface has been moved to a new package, import and use it from its new location:ParameterPanelHandler
-
Class Summary Class Description CalculatorPlugin Common base class for calculator plugins.CalculatorPlugin.HydrogenData CalculatorPluginDisplay<P extends CalculatorPlugin> Deprecated, for removal: This API element is subject to removal in a future version. This class has been moved to a new package, import and use it from its new location:CalculatorPluginDisplay
CalculatorPluginOutput<P extends CalculatorPlugin> Deprecated, for removal: This API element is subject to removal in a future version. This class has been moved to a new package, import and use it from its new location:CalculatorPluginOutput
CalculatorPluginService<P extends CalculatorPlugin> Base class for types that implement a functionality related to a specificCalculatorPlugin
.PluginFactory Deprecated, for removal: This API element is subject to removal in a future version. This class has been moved to a new package, import and use it from its new location:PluginFactory
-
Exception Summary Exception Description PluginException Exception thrown in case of plugin processing or calculation errors.PluginInputCheckerException Exception thrown when aCalculatorInputChecker
rejects an input molecule of aCalculatorPlugin
.