org.olat.course.run.navigation
Class NodeRunConstructionResult
java.lang.Object
org.olat.course.run.navigation.NodeRunConstructionResult
public class NodeRunConstructionResult
- extends java.lang.Object
Description:
TODO: Felix Jost Class Description for NodeConstructionResult
Initial Date: 19.01.2005
- Author:
- Felix Jost
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeRunConstructionResult
public NodeRunConstructionResult(Controller runController,
TreeModel subTreeModel,
java.lang.String selectedTreeNodeId,
ControllerEventListener subTreeListener)
- Parameters:
runController - subTreeModel - selectedTreeNodeId - subTreeListener -
NodeRunConstructionResult
public NodeRunConstructionResult(Controller runController)
- Parameters:
runController -
getRunController
public Controller getRunController()
- Returns:
- the runcontroller
getSubTreeListener
public ControllerEventListener getSubTreeListener()
- Returns:
- the ControllerEventListener for clicks in the nodes of the subtreemodel
getSubTreeModel
public TreeModel getSubTreeModel()
- Returns:
- the subtreemodel
getSelectedTreeNodeId
public java.lang.String getSelectedTreeNodeId()
- Returns:
- Returns the selectedTreeNodeId.