Uses of Interface
org.praxislive.ide.core.api.Task
Packages that use Task
Package
Description
-
Uses of Task in org.praxislive.ide.core.api
Subinterfaces of Task in org.praxislive.ide.core.apiModifier and TypeInterfaceDescriptionstatic interfaceAn extension of Task that produces a result when it completes successfully.Classes in org.praxislive.ide.core.api that implement TaskModifier and TypeClassDescriptionclassA base implementation of a Task.static classA base implementation of a task with a result.classMethods in org.praxislive.ide.core.api with parameters of type TaskModifier and TypeMethodDescriptionprotected voidprotected voidSerialTasks.beforeTask(Task task) static CompletionStage<Void> Execute the task wrapped in a completion stage.Constructors in org.praxislive.ide.core.api with parameters of type TaskConstructor parameters in org.praxislive.ide.core.api with type arguments of type Task -
Uses of Task in org.praxislive.ide.project.spi
Methods in org.praxislive.ide.project.spi that return types with arguments of type Task -
Uses of Task in org.praxislive.ide.project.ui
Method parameters in org.praxislive.ide.project.ui with type arguments of type TaskModifier and TypeMethodDescriptionvoidProjectDialogManager.reportWarnings(Map<Task, List<String>> warnings) voidProjectDialogManager.showWarningsDialog(PraxisProject project, Map<Task, List<String>> warnings) Deprecated. -
Uses of Task in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr that return TaskModifier and TypeMethodDescriptionActionBridge.createCopyTask(ContainerProxy container, List<String> children, ModelTransform.Copy copyTransform) ActionBridge.createDeleteTask(ContainerProxy container, List<String> children, List<org.praxislive.core.Connection> connections) ActionBridge.createExportTask(ContainerProxy container, List<String> children, ModelTransform.Export exportTransform) ActionBridge.createImportTask(ContainerProxy container, org.openide.filesystems.FileObject file, ModelTransform.Import importTransform) Methods in org.praxislive.ide.pxr that return types with arguments of type Task -
Uses of Task in org.praxislive.ide.pxr.api
Methods in org.praxislive.ide.pxr.api that return TaskModifier and TypeMethodDescriptionstatic TaskActionSupport.createCopyTask(RootEditor editor, ContainerProxy container, List<String> children) Create a task to copy the given children of the container to the clipboard.static TaskActionSupport.createDeleteTask(RootEditor editor, ContainerProxy container, List<String> children, List<org.praxislive.core.Connection> connections) Create a task to delete the given children and/or connections from the given container.static TaskActionSupport.createExportTask(RootEditor editor, ContainerProxy container, List<String> children) Create a task to export the given children of the container to a subgraph file.static TaskActionSupport.createImportTask(RootEditor editor, ContainerProxy container, org.openide.filesystems.FileObject file) Create a task to import the provided subgraph file in to the provided container.