- newInstance(WidgetFactoryContext) - Method in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataUIWidgetFactory
-
- newInstance(WidgetFactoryContext) - Method in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataWithoutConfigUIWidgetFactory
-
- Node - Interface in com.orchestranetworks.addon.dmdv.data
-
Gets a node's data.
- NodeContext - Interface in com.orchestranetworks.addon.dmdv.data
-
Gets data related to a node.
- NodeDataTable - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Defines a data table that displays data in a tabular form.
- NodeDataTable() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeDataTable
-
Constructs a new NodeDataTable
with empty data.
- NodeElement - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents a node element.
- NodeElement() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeElement
-
- NodeElementType - Enum in com.orchestranetworks.addon.dmdv.template.bean
-
Defines the type of elements that can be used in a node.
- NodeExpanderButton - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents a button used to expand or collapse an element.
- NodeExpanderButton() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeExpanderButton
-
Constructs a new NodePanelExpanderButton
.
- NodeImage - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents an image element.
- NodeImage() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeImage
-
Constructs a new NodeImage
that by default auto stretches to fit the given bounds.
- NodeIndicator - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents an image for indicator.
- NodeIndicator() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeIndicator
-
Constructs a new NodeIndicator
.
- NodeLabelContext - Interface in com.orchestranetworks.addon.dmdv.data.label
-
Gets the data required for the label renderer.
- NodeLabelRenderer - Interface in com.orchestranetworks.addon.dmdv.data.label
-
Defines a label renderer that depends on the currently evaluated node.
- NodePanel - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Defines an element that holds other elements.
- NodePanel() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodePanel
-
Constructs a new NodePanel
.
- NodeTemplate - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents a node template that is a composition of elements and properties.
- NodeTemplate() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeTemplate
-
Constructs a new NodeTemplate
.
- NodeTemplateContext - Interface in com.orchestranetworks.addon.dmdv.template
-
Gets the data required for the node value renderer.
- NodeTemplateFactory - Interface in com.orchestranetworks.addon.dmdv.template
-
Generates a custom node template.
- NodeTextBlock - Class in com.orchestranetworks.addon.dmdv.template.bean
-
Represents a text block that displays a text string in a given font size.
- NodeTextBlock() - Constructor for class com.orchestranetworks.addon.dmdv.template.bean.NodeTextBlock
-
Constructs a new NodeTextBlock
with a font size of 11 units.
- NodeValueRenderer - Interface in com.orchestranetworks.addon.dmdv.template
-
Defines a value for a node element.