Package chemaxon.marvin.plugin
Interface ParameterPanelHandler
- All Superinterfaces:
ParameterPanelHandler
@PublicAPI
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JAN_01_2024)
public interface ParameterPanelHandler
extends ParameterPanelHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Plugin parameter panel handler interface.
Parameter panel components should implement this to enable
user parameter setting and fetching the user settings from
the component in a uniform way - to be accessed by the
central plugin handling mechanism.
-
Method Summary
Methods inherited from interface com.chemaxon.calculations.gui.ParameterPanelHandler
getComponent, getParameters, getStoredParameters, isOkActionEnabled, reloadParameters, restoreDefaultParameters, saveParameters, verifyParameters
ParameterPanelHandler