public class GlobalFunctionTreeRoot extends java.lang.Object implements ExpressionBrowserTreeRoot
| Constructor and Description |
|---|
GlobalFunctionTreeRoot() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionBrowserTreeNode |
findNodeByExpressionId(java.lang.String expressionId) |
java.util.List<ExpressionBrowserTreeNode> |
generateTreeFromRoot() |
java.lang.String |
getDisplayLabel() |
java.lang.String |
getFullName() |
public java.lang.String getDisplayLabel()
getDisplayLabel in interface ExpressionBrowserTreeRootpublic java.lang.String getFullName()
getFullName in interface ExpressionBrowserTreeRootpublic java.util.List<ExpressionBrowserTreeNode> generateTreeFromRoot()
generateTreeFromRoot in interface ExpressionBrowserTreeRootpublic ExpressionBrowserTreeNode findNodeByExpressionId(java.lang.String expressionId)
findNodeByExpressionId in interface ExpressionBrowserTreeRoot