MCPcopy Create free account

hub / github.com/caroso1222/ast-viewer / functions

Functions260 in github.com/caroso1222/ast-viewer

MethodisChecked
()
src/app/shared/tree/tree-controller.ts:130
MethodisIndetermined
()
src/app/shared/tree/tree-controller.ts:134
MethodisModified
* Check that current tree is modified (for example it was renamed). * @returns {boolean} A flag whether the tree is modified.
src/app/shared/tree/tree.ts:628
FunctionisRightButtonClicked
(e: MouseEvent)
src/app/shared/tree/utils/event.utils.ts:14
MethodisRootHidden
()
src/app/shared/tree/tree-internal.component.ts:312
MethodisSelectionAllowed
()
src/app/shared/tree/tree-controller.ts:146
MethodleftMenuTemplate
* Get a html template to render for an element activatin left menu of a node. * @returns {string} A string representing a html template.
src/app/shared/tree/tree.ts:569
MethodmenuItems
* Get menu items of the current tree. * @returns {NodeMenuItem[]} The menu items of the current tree.
src/app/shared/tree/tree.ts:387
MethodngAfterViewInit
()
src/app/shared/tree/tree-internal.component.ts:107
MethodngOnChanges
(changes: SimpleChanges)
src/app/shared/tree/tree.component.ts:76
MethodngOnChanges
(changes: SimpleChanges)
src/app/shared/tree/tree-internal.component.ts:157
MethodngOnDestroy
()
src/app/shared/tree/tree.component.ts:172
MethodngOnDestroy
()
src/app/shared/tree/tree-internal.component.ts:161
MethodngOnDestroy
()
src/app/shared/tree/menu/node-menu.component.ts:64
MethodngOnDestroy
()
src/app/shared/tree/draggable/node-draggable.directive.ts:51
MethodngOnInit
()
src/app/app.component.ts:64
MethodngOnInit
()
src/app/editor-view/editor-view.component.ts:98
MethodngOnInit
()
src/app/code-node/code-node.component.ts:29
MethodngOnInit
()
src/app/ast-view/ast-view.component.ts:70
MethodngOnInit
()
src/app/shared/tree/tree.component.ts:84
MethodngOnInit
()
src/app/shared/tree/tree-internal.component.ts:114
MethodngOnInit
()
src/app/shared/tree/editable/node-editable.directive.ts:29
MethodngOnInit
()
src/app/shared/tree/menu/node-menu.component.ts:58
MethodngOnInit
()
src/app/shared/tree/draggable/node-draggable.directive.ts:27
Methodnode
(node)
src/app/detail-view/detail-view.component.ts:41
MethodnodeTemplate
* Get a html template to render before every node's name. * @returns {string} A string representing a html template.
src/app/shared/tree/tree.ts:553
Functionnoop
()
src/app/shared/tree/rxjs-imports.ts:7
MethodonASTNodeClick
(evt)
src/app/app.component.ts:151
MethodonASTNodeHover
(evt)
src/app/app.component.ts:143
MethodonCodeUpdate
* Method called from Monaco when there's a code update * @param code - new code
src/app/editor-view/editor-view.component.ts:148
MethodonEditorInit
* Callback fired when Monaco is initialized * @param editor - editor instance
src/app/editor-view/editor-view.component.ts:115
MethodonEditorViewChange
(isEditorViewActive)
src/app/app.component.ts:159
MethodonExtendedChange
* Callback fired when extended checkbox changes
src/app/ast-view/ast-view.component.ts:78
MethodonMenuItemSelected
(e: NodeMenuItemSelectedEvent)
src/app/shared/tree/tree-internal.component.ts:239
MethodonNodeClick
* Method called when a tree node is clicked * @param node - the clicked node
src/app/ast-view/ast-view.component.ts:94
MethodonNodeHover
()
src/app/code-node/code-node.component.ts:43
MethodonNodeHover
* Method called when a tree node is hovered * @param node - the hovered node
src/app/ast-view/ast-view.component.ts:86
MethodonNodeHovered
(e: { button: number })
src/app/shared/tree/tree-internal.component.ts:198
FunctiononPrepare
()
protractor.conf.js:22
MethodpositionInParent
* Get a node's position in its parent. * @returns {number} The position inside a parent.
src/app/shared/tree/tree.ts:343
MethodreloadChildren
()
src/app/shared/tree/tree-controller.ts:108
MethodreloadChildren
* By calling this method you start process of loading node's children using `loadChildren` function.
src/app/shared/tree/tree.ts:179
Methodrename
(newValue: string)
src/app/shared/tree/tree-controller.ts:58
MethodselectionAllowed
(selectionAllowed: boolean)
src/app/shared/tree/tree.ts:243
MethodsetChildren
(children: TreeModel[])
src/app/shared/tree/tree-controller.ts:112
MethodsetChildren
* By calling this method you will remove all current children of a treee and create new.
src/app/shared/tree/tree.ts:192
MethodshouldShowInputForTreeValue
()
src/app/shared/tree/tree-internal.component.ts:308
MethodshowLeftMenu
(e: MouseEvent)
src/app/shared/tree/tree-internal.component.ts:225
MethodshowRightMenu
(e: MouseEvent)
src/app/shared/tree/tree-internal.component.ts:213
MethodstartRenaming
()
src/app/shared/tree/tree-controller.ts:118
MethodswapWithSibling
* Swap position of the current node with the given sibling. If node passed as a parameter is not a sibling - nothing happens. * @param {Tree} sibli
src/app/shared/tree/tree.ts:327
MethodswitchNodeCheckStatus
()
src/app/shared/tree/tree-internal.component.ts:320
MethodswitchView
* Switch between editor and inspector view
src/app/editor-view/editor-view.component.ts:180
MethodtoString
* Get string representation of the node. Implementation of this method is up to user. * @returns {string} - A node string representation.
src/app/shared/tree/tree.types.ts:143
MethodtoTreeModel
()
src/app/shared/tree/tree-controller.ts:54
MethodtoTreeModel
* Makes a clone of an underlying TreeModel instance * @returns {TreeModel} a clone of an underlying TreeModel instance
src/app/shared/tree/tree.ts:643
Methodtransform
(value: string)
src/app/shared/tree/utils/safe-html.pipe.ts:8
Methodtree
()
src/app/shared/tree/draggable/captured-node.ts:23
Methodunselect
()
src/app/shared/tree/tree-controller.ts:24
Methodvalue
* Get the value of the current node * @returns {(string|RenamableNode)} The value of the node.
src/app/shared/tree/tree.ts:227
← previous201–260 of 260, ranked by callers