JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.deephaven.plugin
package
io.deephaven.plugin
Related Packages
Package
Description
io.deephaven.plugin.js
The Deephaven server supports
JS plugins
which allow custom javascript (and related content) to be served under the HTTP path "js-plugins/".
io.deephaven.plugin.type
All Classes and Interfaces
Interfaces
Classes
Class
Description
Plugin
A plugin is a structured extension point for user-definable behavior.
Plugin.Visitor
<T>
PluginBase
Registration
The registration interface for plugins.
Registration.Callback