Uses of Interface
org.praxislive.ide.core.api.Task.WithResult
Packages that use Task.WithResult
-
Uses of Task.WithResult in org.praxislive.ide.core.api
Classes in org.praxislive.ide.core.api that implement Task.WithResultModifier and TypeClassDescriptionstatic classA base implementation of a task with a result.Methods in org.praxislive.ide.core.api with parameters of type Task.WithResultModifier and TypeMethodDescriptionstatic <T> CompletionStage<T> Task.WithResult.compute(Task.WithResult<T> task) Execute the task wrapped in a completion stage of the result. -
Uses of Task.WithResult in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr that return Task.WithResultModifier and TypeMethodDescriptionActionBridge.createAddChildTask(ContainerProxy container, org.praxislive.core.ComponentType type) ActionBridge.createPasteTask(ContainerProxy container, ModelTransform.Paste pasteTransform) -
Uses of Task.WithResult in org.praxislive.ide.pxr.api
Methods in org.praxislive.ide.pxr.api that return Task.WithResultModifier and TypeMethodDescriptionstatic Task.WithResult<String> ActionSupport.createAddChildTask(RootEditor editor, ContainerProxy container, org.praxislive.core.ComponentType type) Create a task to add a component to the container.static Task.WithResult<List<String>> ActionSupport.createPasteTask(RootEditor editor, ContainerProxy container) Create a task to handle pasting the clipboard contents into the provided container.