Uses of Class
com.orchestranetworks.addon.dmdv.model.extension.DiagramNode
-
Packages that use DiagramNode Package Description com.orchestranetworks.addon.dmdv.model.extension Provides the interface and classes to generate data model graphs from external sources and customize look and feel. -
-
Uses of DiagramNode in com.orchestranetworks.addon.dmdv.model.extension
Subclasses of DiagramNode in com.orchestranetworks.addon.dmdv.model.extension Modifier and Type Class Description classDatasetFieldRepresents a field node at the dataset level (should be distinguished fromTableField).classDatasetGroupRepresents a group node at the dataset level (should be distinguished fromTableGroup).classFieldRepresents a field node.classTableRepresents a table node.classTableFieldRepresents a field node at table level (should be differentiated fromDatasetField).classTableGroupRepresents a group node at the table level (should be differentiated fromDatasetGroup).Methods in com.orchestranetworks.addon.dmdv.model.extension that return DiagramNode Modifier and Type Method Description DiagramNodeDiagramNode. getParent()Returns the parent node.Methods in com.orchestranetworks.addon.dmdv.model.extension that return types with arguments of type DiagramNode Modifier and Type Method Description java.util.List<DiagramNode>DatasetGroup. getChildren()Returns an unmodifiable list of child nodes inside the current group node.java.util.List<DiagramNode>Table. getChildren()Returns an unmodifiable list of direct child nodes inside the current table node.java.util.List<DiagramNode>TableGroup. getChildren()Returns an unmodifiable list of direct child nodes inside the current group node.
-