@@ -10,7 +10,10 @@ from nova.trame.view_model.execution_buttons import ExecutionButtonsViewModel
classExecutionButtons:
"""Execution buttons class. Adds Run/Stop/Cancel/Download buttons to the view."""
"""Execution buttons class. Adds Run/Stop/Cancel/Download buttons to the view.
This is intended to be used with the `nova-galaxy ToolRunner <https://nova-application-development.readthedocs.io/projects/nova-galaxy/en/latest/core_concepts/tool_runner.html>`__.
@@ -9,7 +9,10 @@ from nova.trame.view_model.progress_bar import ProgressBarViewModel
classProgressBar:
"""Progress bar class. Adds progress bar that displays job status to the view."""
"""Progress bar class. Adds progress bar that displays job status to the view.
This is intended to be used with the `nova-galaxy ToolRunner <https://nova-application-development.readthedocs.io/projects/nova-galaxy/en/latest/core_concepts/tool_runner.html>`__.
@@ -10,7 +10,10 @@ from nova.trame.view_model.tool_outputs import ToolOutputsViewModel
classToolOutputWindows:
"""Tool outputs class. Displays windows with tool stdout/stderr."""
"""Tool outputs class. Displays windows with tool stdout/stderr.
This is intended to be used with the `nova-galaxy ToolRunner <https://nova-application-development.readthedocs.io/projects/nova-galaxy/en/latest/core_concepts/tool_runner.html>`__.