Uses of Class
de.unistuttgart.informatik.fius.icge.ui.SimulationTreeNode
- 
Packages that use SimulationTreeNode Package Description de.unistuttgart.informatik.fius.icge.ui  - 
- 
Uses of SimulationTreeNode in de.unistuttgart.informatik.fius.icge.ui
Methods in de.unistuttgart.informatik.fius.icge.ui that return SimulationTreeNode Modifier and Type Method Description SimulationTreeNodeEntitySidebar. getSimulationTreeSelectedElement()Get the selected element of the simulation tree.Methods in de.unistuttgart.informatik.fius.icge.ui that return types with arguments of type SimulationTreeNode Modifier and Type Method Description List<SimulationTreeNode>SimulationTreeNode. getChildren()Methods in de.unistuttgart.informatik.fius.icge.ui with parameters of type SimulationTreeNode Modifier and Type Method Description booleanSimulationTreeNode. appendChild(SimulationTreeNode node)Appends a child node to this nodebooleanSimulationTreeNode. removeChild(SimulationTreeNode node)Removes a child node from this nodevoidSimulationProxy. selectedSimulationEntityChange(SimulationTreeNode node)This function gets called when the user selects a different nodevoidEntitySidebar. setSimulationTreeRootNode(SimulationTreeNode treeNode)Setter function to attach a SimulationTree to the entity sidebar.voidEntitySidebar. setSimulationTreeSelectedElement(SimulationTreeNode node)Set the selected element of the simulation tree.Method parameters in de.unistuttgart.informatik.fius.icge.ui with type arguments of type SimulationTreeNode Modifier and Type Method Description voidSimulationTreeNode. forEachChild(Consumer<SimulationTreeNode> lamda)Runs a function for each added child node with the child node as a parameter 
 -