Package io.deephaven.plugin
Interface Registration
- All Known Subinterfaces:
ObjectType
,Plugin
- All Known Implementing Classes:
EchoObjectType
,FigureWidgetTypePlugin
,HierarchicalTableTypePlugin
,JsPlugin
,JsPluginConfigDirRegistration
,JsPluginManifestRegistration
,JsPluginNpmPackageRegistration
,ObjectTypeBase
,ObjectTypeBase.FetchOnly
,ObjectTypeClassBase
,ObjectTypeClassBase.FetchOnly
,PartitionedTableTypePlugin
,PluginBase
,PythonPluginsRegistration
public interface Registration
The registration interface for plugins.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerInto
(Registration.Callback callback) The registration entrypoint.
-
Method Details
-
registerInto
The registration entrypoint.May be called multiple times.
- Parameters:
callback
- the callback.
-