Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caroso1222/ast-viewer
/ functions
Functions
260 in github.com/caroso1222/ast-viewer
⨍
Functions
260
◇
Types & classes
100
Method
isChecked
()
src/app/shared/tree/tree-controller.ts:130
Method
isIndetermined
()
src/app/shared/tree/tree-controller.ts:134
Method
isModified
* 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
Function
isRightButtonClicked
(e: MouseEvent)
src/app/shared/tree/utils/event.utils.ts:14
Method
isRootHidden
()
src/app/shared/tree/tree-internal.component.ts:312
Method
isSelectionAllowed
()
src/app/shared/tree/tree-controller.ts:146
Method
leftMenuTemplate
* 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
Method
menuItems
* Get menu items of the current tree. * @returns {NodeMenuItem[]} The menu items of the current tree.
src/app/shared/tree/tree.ts:387
Method
ngAfterViewInit
()
src/app/shared/tree/tree-internal.component.ts:107
Method
ngOnChanges
(changes: SimpleChanges)
src/app/shared/tree/tree.component.ts:76
Method
ngOnChanges
(changes: SimpleChanges)
src/app/shared/tree/tree-internal.component.ts:157
Method
ngOnDestroy
()
src/app/shared/tree/tree.component.ts:172
Method
ngOnDestroy
()
src/app/shared/tree/tree-internal.component.ts:161
Method
ngOnDestroy
()
src/app/shared/tree/menu/node-menu.component.ts:64
Method
ngOnDestroy
()
src/app/shared/tree/draggable/node-draggable.directive.ts:51
Method
ngOnInit
()
src/app/app.component.ts:64
Method
ngOnInit
()
src/app/editor-view/editor-view.component.ts:98
Method
ngOnInit
()
src/app/code-node/code-node.component.ts:29
Method
ngOnInit
()
src/app/ast-view/ast-view.component.ts:70
Method
ngOnInit
()
src/app/shared/tree/tree.component.ts:84
Method
ngOnInit
()
src/app/shared/tree/tree-internal.component.ts:114
Method
ngOnInit
()
src/app/shared/tree/editable/node-editable.directive.ts:29
Method
ngOnInit
()
src/app/shared/tree/menu/node-menu.component.ts:58
Method
ngOnInit
()
src/app/shared/tree/draggable/node-draggable.directive.ts:27
Method
node
(node)
src/app/detail-view/detail-view.component.ts:41
Method
nodeTemplate
* 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
Function
noop
()
src/app/shared/tree/rxjs-imports.ts:7
Method
onASTNodeClick
(evt)
src/app/app.component.ts:151
Method
onASTNodeHover
(evt)
src/app/app.component.ts:143
Method
onCodeUpdate
* Method called from Monaco when there's a code update * @param code - new code
src/app/editor-view/editor-view.component.ts:148
Method
onEditorInit
* Callback fired when Monaco is initialized * @param editor - editor instance
src/app/editor-view/editor-view.component.ts:115
Method
onEditorViewChange
(isEditorViewActive)
src/app/app.component.ts:159
Method
onExtendedChange
* Callback fired when extended checkbox changes
src/app/ast-view/ast-view.component.ts:78
Method
onMenuItemSelected
(e: NodeMenuItemSelectedEvent)
src/app/shared/tree/tree-internal.component.ts:239
Method
onNodeClick
* Method called when a tree node is clicked * @param node - the clicked node
src/app/ast-view/ast-view.component.ts:94
Method
onNodeHover
()
src/app/code-node/code-node.component.ts:43
Method
onNodeHover
* Method called when a tree node is hovered * @param node - the hovered node
src/app/ast-view/ast-view.component.ts:86
Method
onNodeHovered
(e: { button: number })
src/app/shared/tree/tree-internal.component.ts:198
Function
onPrepare
()
protractor.conf.js:22
Method
positionInParent
* Get a node's position in its parent. * @returns {number} The position inside a parent.
src/app/shared/tree/tree.ts:343
Method
reloadChildren
()
src/app/shared/tree/tree-controller.ts:108
Method
reloadChildren
* By calling this method you start process of loading node's children using `loadChildren` function.
src/app/shared/tree/tree.ts:179
Method
rename
(newValue: string)
src/app/shared/tree/tree-controller.ts:58
Method
selectionAllowed
(selectionAllowed: boolean)
src/app/shared/tree/tree.ts:243
Method
setChildren
(children: TreeModel[])
src/app/shared/tree/tree-controller.ts:112
Method
setChildren
* By calling this method you will remove all current children of a treee and create new.
src/app/shared/tree/tree.ts:192
Method
shouldShowInputForTreeValue
()
src/app/shared/tree/tree-internal.component.ts:308
Method
showLeftMenu
(e: MouseEvent)
src/app/shared/tree/tree-internal.component.ts:225
Method
showRightMenu
(e: MouseEvent)
src/app/shared/tree/tree-internal.component.ts:213
Method
startRenaming
()
src/app/shared/tree/tree-controller.ts:118
Method
swapWithSibling
* 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
Method
switchNodeCheckStatus
()
src/app/shared/tree/tree-internal.component.ts:320
Method
switchView
* Switch between editor and inspector view
src/app/editor-view/editor-view.component.ts:180
Method
toString
* 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
Method
toTreeModel
()
src/app/shared/tree/tree-controller.ts:54
Method
toTreeModel
* Makes a clone of an underlying TreeModel instance * @returns {TreeModel} a clone of an underlying TreeModel instance
src/app/shared/tree/tree.ts:643
Method
transform
(value: string)
src/app/shared/tree/utils/safe-html.pipe.ts:8
Method
tree
()
src/app/shared/tree/draggable/captured-node.ts:23
Method
unselect
()
src/app/shared/tree/tree-controller.ts:24
Method
value
* Get the value of the current node * @returns {(string|RenamableNode)} The value of the node.
src/app/shared/tree/tree.ts:227
← previous
201–260 of 260, ranked by callers