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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterInto(Registration.Callback callback) The registration entrypoint.
-
Method Details
-
registerInto
The registration entrypoint.May be called multiple times.
- Parameters:
callback- the callback.
-