envisage.ui.tasks.action.task_window_launch_group module

class envisage.ui.tasks.action.task_window_launch_group.TaskWindowLaunchAction[source]

Bases: TaskAction

An Action that creates a task window with a single task.

perform(event)[source]

Call the appropriate function.

This looks for a method to call based on the extended method name stored in the method trait. If the method is empty, then this follows the usual Action method resolution.

class envisage.ui.tasks.action.task_window_launch_group.TaskWindowLaunchGroup(*items, **traits)[source]

Bases: Group

A Group for creating task windows with a single task.