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
↓ 1 callers
Method
loadedChildrenAmount
()
src/app/shared/tree/tree.ts:256
↓ 1 callers
Method
loadingChildrenRequested
()
src/app/shared/tree/tree.ts:117
↓ 1 callers
Method
markAsModified
* Mark current tree as modified (@see {@link isModified}).
src/app/shared/tree/tree.ts:635
↓ 1 callers
Method
markAsNew
* Mark current tree as new (@see {@link isNew}).
src/app/shared/tree/tree.ts:605
↓ 1 callers
Method
moveNodeToParentTreeAndRemoveFromPreviousOne
(e: NodeDraggableEvent, tree: Tree)
src/app/shared/tree/tree-internal.component.ts:180
↓ 1 callers
Method
moveNodeToThisTreeAndRemoveFromPreviousOne
(e: NodeDraggableEvent, tree: Tree)
src/app/shared/tree/tree-internal.component.ts:174
↓ 1 callers
Method
navigateTo
()
e2e/app.po.ts:4
↓ 1 callers
Method
notifyThatNodeWasDropped
()
src/app/shared/tree/draggable/node-draggable.directive.ts:128
↓ 1 callers
Method
onCodeUpdate
(code: string)
src/app/app.component.ts:124
↓ 1 callers
Method
onCustomSelected
()
src/app/shared/tree/tree-internal.component.ts:279
↓ 1 callers
Method
onExtendedChange
(evt)
src/app/app.component.ts:169
↓ 1 callers
Method
onMenuItemSelected
(e: MouseEvent, selectedMenuItem: NodeMenuItem)
src/app/shared/tree/menu/node-menu.component.ts:68
↓ 1 callers
Method
onNodeSelected
(e: { button: number })
src/app/shared/tree/tree-internal.component.ts:186
↓ 1 callers
Method
onNodeUnselected
(e: { button: number })
src/app/shared/tree/tree-internal.component.ts:202
↓ 1 callers
Method
onRemoveSelected
()
src/app/shared/tree/tree-internal.component.ts:274
↓ 1 callers
Method
onRenameSelected
()
src/app/shared/tree/tree-internal.component.ts:268
↓ 1 callers
Function
once
(fn: Once)
src/app/shared/tree/utils/fn.utils.ts:58
↓ 1 callers
Method
releaseCapturedNode
()
src/app/shared/tree/draggable/node-draggable.service.ts:28
↓ 1 callers
Method
remove
()
src/app/shared/tree/tree-controller.ts:63
↓ 1 callers
Method
removeChild
* Remove given tree from the current tree. * The given tree will be removed only in case it is a direct child of the current tree (@see {@link hasC
src/app/shared/tree/tree.ts:446
↓ 1 callers
Method
removeItselfFromParent
* Remove current tree from its parent.
src/app/shared/tree/tree.ts:461
↓ 1 callers
Method
sameAs
(other: ElementRef)
src/app/shared/tree/draggable/captured-node.ts:15
↓ 1 callers
Method
scrollTo
(element, to, duration)
src/app/app.service.ts:49
↓ 1 callers
Method
select
()
src/app/shared/tree/tree-controller.ts:18
↓ 1 callers
Method
selectNode
(id)
src/app/app.service.ts:45
↓ 1 callers
Method
selectText
* Selects a text in the editor. The method should receive an initial and a final point. * Each point is defined by a tuple (row,col) * @param in
src/app/editor-view/editor-view.component.ts:133
↓ 1 callers
Method
setName
* Set new value of the renamable node. Implementation of this method is up to user. * @param {string} name - A new value of the node.
src/app/shared/tree/tree.types.ts:137
↓ 1 callers
Method
shouldFireLoadNextLevel
(tree: Tree)
src/app/shared/tree/tree.service.ts:145
↓ 1 callers
Method
swapWithSibling
(sibling: Tree, tree: Tree)
src/app/shared/tree/tree-internal.component.ts:169
↓ 1 callers
Function
trim
(value: string)
src/app/shared/tree/utils/fn.utils.ts:13
↓ 1 callers
Method
uncheck
()
src/app/shared/tree/tree-controller.ts:126
↓ 1 callers
Method
unselectStream
(tree: Tree)
src/app/shared/tree/tree.service.ts:50
↓ 1 callers
Method
updateCheckboxState
()
src/app/shared/tree/tree-internal.component.ts:361
↓ 1 callers
Method
visit
(node: ts.Node, extended: boolean)
src/app/app.component.ts:91
↓ 1 callers
Method
visitPropNode
* Returns an array of children with the properties ready * to be rendered in the property tree. This algorithm detects * what's the kind of the
src/app/detail-view/detail-view.component.ts:72
Method
addChild
(newNode: TreeModel)
src/app/shared/tree/tree-controller.ts:67
Method
addChildAsync
(newNode: TreeModel)
src/app/shared/tree/tree-controller.ts:76
Method
allowSelection
()
src/app/shared/tree/tree-controller.ts:138
Method
animateScroll
()
src/app/app.service.ts:55
Method
applyNewValue
(newNodeValue: string)
src/app/shared/tree/editable/node-editable.directive.ts:40
Method
applyNewValueByLoosingFocus
(newNodeValue: string)
src/app/shared/tree/editable/node-editable.directive.ts:45
Method
cancelEditing
()
src/app/shared/tree/editable/node-editable.directive.ts:50
Method
changeNodeId
(id: string | number)
src/app/shared/tree/tree-controller.ts:94
Method
checked
(checked: boolean)
src/app/shared/tree/tree.ts:231
Method
checkedChildren
()
src/app/shared/tree/tree.ts:239
Method
children
* Get children of the current tree. * @returns {Tree[]} The children of the current tree.
src/app/shared/tree/tree.ts:160
Method
childrenAsync
* By getting value from this property you start process of loading node's children using `loadChildren` function. * Once children are loaded `loadC
src/app/shared/tree/tree.ts:169
Method
closeMenu
(e: MouseEvent | KeyboardEvent)
src/app/shared/tree/menu/node-menu.component.ts:79
Method
codeSelection
(selection: CodeSelection)
src/app/editor-view/editor-view.component.ts:90
Method
collapse
()
src/app/shared/tree/tree-controller.ts:44
Method
constructor
()
src/app/app.service.ts:15
Method
constructor
(private appService: AppService)
src/app/app.component.ts:62
Method
constructor
(private appService: AppService)
src/app/code-node/code-node.component.ts:27
Method
constructor
(private appService: AppService)
src/app/ast-view/ast-view.component.ts:68
Method
constructor
(@Inject(NodeDraggableService) private nodeDraggableService: NodeDraggableService)
src/app/shared/tree/tree.service.ts:46
Method
constructor
(@Inject(TreeService) private treeService: TreeService)
src/app/shared/tree/tree.component.ts:74
Method
constructor
(private _cssClass: string)
src/app/shared/tree/tree.types.ts:10
Method
constructor
(public node: Tree)
src/app/shared/tree/tree.events.ts:5
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:9
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:15
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:21
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:27
Method
constructor
(node: Tree, public previousParent: Tree)
src/app/shared/tree/tree.events.ts:33
Method
constructor
(node: Tree, public lastIndex: number)
src/app/shared/tree/tree.events.ts:39
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:45
Method
constructor
(node: Tree, public oldValue: string | RenamableNode, public newValue: string | RenamableNode)
src/app/shared/tree/tree.events.ts:51
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:57
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:63
Method
constructor
(node: Tree, public selectedItem: string)
src/app/shared/tree/tree.events.ts:69
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:75
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:81
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:87
Method
constructor
(node: Tree)
src/app/shared/tree/tree.events.ts:93
Method
constructor
( private nodeMenuService: NodeMenuService, public treeService: TreeService, public nodeElementRef
src/app/shared/tree/tree-internal.component.ts:101
Method
constructor
(private component: TreeInternalComponent)
src/app/shared/tree/tree-controller.ts:13
Method
constructor
* Build an instance of Tree from an object implementing TreeModel interface. * @param {TreeModel} model - A model that is used to build a tree.
src/app/shared/tree/tree.ts:88
Method
constructor
(private sanitizer: DomSanitizer)
src/app/shared/tree/utils/safe-html.pipe.ts:6
Method
constructor
( @Inject(Renderer2) private renderer: Renderer2, @Inject(ElementRef) private elementRef: ElementRef
src/app/shared/tree/editable/node-editable.directive.ts:24
Method
constructor
( @Inject(Renderer2) private renderer: Renderer2, @Inject(NodeMenuService) private nodeMenuService: No
src/app/shared/tree/menu/node-menu.component.ts:53
Method
constructor
( @Inject(ElementRef) public element: ElementRef, @Inject(NodeDraggableService) private nodeDraggableS
src/app/shared/tree/draggable/node-draggable.directive.ts:19
Method
constructor
(public captured: CapturedNode, public target: ElementRef)
src/app/shared/tree/draggable/draggable.events.ts:5
Method
constructor
(private anElement: ElementRef, private aTree: Tree)
src/app/shared/tree/draggable/captured-node.ts:5
Method
cssClass
()
src/app/shared/tree/tree.types.ts:12
Method
element
()
src/app/shared/tree/draggable/captured-node.ts:19
Method
expand
()
src/app/shared/tree/tree-controller.ts:34
Method
foldingCssClass
* Get a css class for element which displayes folding state - expanded, collapsed or leaf * @returns {string} A string icontaining css class (class
src/app/shared/tree/tree.ts:529
Method
foldingType
* Get a current folding type: expanded, collapsed or leaf. * @returns {FoldingType} A folding type of the current tree.
src/app/shared/tree/tree.ts:518
Method
forbidSelection
()
src/app/shared/tree/tree-controller.ts:142
Method
getClass
()
src/app/code-node/code-node.component.ts:57
Method
getNodeText
()
src/app/code-node/code-node.component.ts:49
Method
getNumNewLines
()
src/app/code-node/code-node.component.ts:53
Method
handleDragEnd
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:108
Method
handleDragEnter
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:73
Method
handleDragLeave
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:80
Method
handleDragOver
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:68
Method
handleDragStart
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:57
Method
handleDrop
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:86
Method
hasCustomMenu
()
src/app/shared/tree/tree-internal.component.ts:316
Method
hasCustomMenu
* Check whether or not this tree has a custom menu. * @returns {boolean} A flag indicating whether or not this tree has a custom menu.
src/app/shared/tree/tree.ts:395
Method
id
()
src/app/shared/tree/tree.ts:594
← previous
next →
101–200 of 260, ranked by callers