Uses of Interface
com.atlassian.adf.model.node.type.ExtensionNode
-
Packages that use ExtensionNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.model.node.type Marker interfaces and other supporting types that help classify nodes by how they may be used. -
-
Uses of ExtensionNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement ExtensionNode Modifier and Type Class Description classBodiedExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.classInlineExtensionExtensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered. -
Uses of ExtensionNode in com.atlassian.adf.model.node.type
Classes in com.atlassian.adf.model.node.type with type parameters of type ExtensionNode Modifier and Type Interface Description interfaceExtensionNode<N extends ExtensionNode<N,M>,M extends Mark>Describes features that are common to the various extension node types.
-