- _createChildren(DocumentRootNode, HtmlLabel) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotHtmlLabelOutlineTreeProvider
-
Skip the root element, represent only its children.
- _createChildren(IOutlineNode, AttrStmt) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
Skip the 'AttrList' wrapper element in the outline structure.
- _createChildren(IOutlineNode, Attribute) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
Create proper outline subtree from the dot attribute value if possible.
- _createNode(IOutlineNode, HtmlContent) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotHtmlLabelOutlineTreeProvider
-
Skip the empty (containing nothing or only white-spaces) htmlContent
elements, but process their tag children.
- _createNode(IOutlineNode, HtmlContent) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
Skip the empty (containing nothing or only white-spaces) htmlContent
elements, but process their tag children.
- _getName(Graph) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _getName(Node) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _getName(Edge) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _getNameRaw(Graph) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _getNameRaw(Node) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _getType(Graph) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _isLeaf(NodeStmt) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
Treat node statements as leafs if they have no attributes.
- _isLeaf(EdgeRhs) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
'EdgeRhs' elements are displayed as leafs and not expandable.
- _isLeaf(Attribute) - Method in class org.eclipse.gef.dot.internal.ui.language.outline.DotOutlineTreeProvider
-
Consider an attribute having a HTML_STRING value as non-leaf.
- _NAME__GNE - Static variable in class org.eclipse.gef.dot.internal.DotAttributes
-
Specifies the name of a graph, node, or edge (not an attribute), as
retrieved through the graph, node_id, as well as edge_stmt and edgeRHS
grammar rules.
- _setName(Graph, String) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _setName(Node, String) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _setNameRaw(Graph, ID) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _setNameRaw(Node, ID) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _setType(Graph, GraphType) - Static method in class org.eclipse.gef.dot.internal.DotAttributes
-
- _TYPE__G - Static variable in class org.eclipse.gef.dot.internal.DotAttributes
-
Specifies the graph type.