Uses of Interface
idare.imagenode.Interfaces.Plugin.IDAREPlugin
-
Packages that use IDAREPlugin Package Description idare.imagenode This package contains the Service of the IDAREApp that allows the addition of plugins to the app. -
-
Uses of IDAREPlugin in idare.imagenode
Methods in idare.imagenode with parameters of type IDAREPlugin Modifier and Type Method Description void
IDAREImageNodeAppService. deRegisterPlugin(IDAREPlugin plugin)
Deregister a plugin from the IDARE App;void
IDAREImageNodeAppService. registerPlugin(IDAREPlugin plugin)
Register a plugin to the IDARE App;
-