Package | Description |
---|---|
com.ur.urcap.api.domain.program.nodes | |
com.ur.urcap.api.domain.program.nodes.builtin | |
com.ur.urcap.api.domain.program.structure |
Modifier and Type | Method and Description |
---|---|
FolderNode |
ProgramNodeFactory.createFolderNode() |
Modifier and Type | Method and Description |
---|---|
FolderNode |
FolderNode.setName(String name)
Sets the name of the Folder node.
|
FolderNode |
FolderNode.setSubtreeHidden(boolean subtreeHidden)
Configure whether or not the subtree of the Folder node is hidden, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgramNodeVisitor.visit(FolderNode programNode,
int index,
int depth)
This method is called whenever a Folder node is encountered.
|
Copyright © 2021. All rights reserved.