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 SimulationTreeNode
EntitySidebar. 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 boolean
SimulationTreeNode. appendChild(SimulationTreeNode node)
Appends a child node to this nodeboolean
SimulationTreeNode. removeChild(SimulationTreeNode node)
Removes a child node from this nodevoid
SimulationProxy. selectedSimulationEntityChange(SimulationTreeNode node)
This function gets called when the user selects a different nodevoid
EntitySidebar. setSimulationTreeRootNode(SimulationTreeNode treeNode)
Setter function to attach a SimulationTree to the entity sidebar.void
EntitySidebar. 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 void
SimulationTreeNode. forEachChild(Consumer<SimulationTreeNode> lamda)
Runs a function for each added child node with the child node as a parameter
-