Uses of Interface
org.praxislive.ide.pxr.spi.RootEditor
Packages that use RootEditor
-
Uses of RootEditor in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr with parameters of type RootEditorModifier and TypeMethodDescriptionActionBridge.createCopyAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) ActionBridge.createDeleteAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) ActionBridge.createDuplicateAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) ActionBridge.createExportAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) ActionBridge.createPasteAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) -
Uses of RootEditor in org.praxislive.ide.pxr.api
Methods in org.praxislive.ide.pxr.api with parameters of type RootEditorModifier and TypeMethodDescriptionstatic org.praxislive.ide.core.api.Task.WithResult<String> ActionSupport.createAddChildTask(RootEditor editor, org.praxislive.ide.model.ContainerProxy container, org.praxislive.core.ComponentType type) Create a task to add a component to the container.static ActionActionSupport.createCopyAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a copy action for the provided editor and explorer.static org.praxislive.ide.core.api.TaskActionSupport.createCopyTask(RootEditor editor, org.praxislive.ide.model.ContainerProxy container, List<String> children) Create a task to copy the given children of the container to the clipboard.static ActionActionSupport.createDeleteAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a delete action for the provided editor and explorer.static org.praxislive.ide.core.api.TaskActionSupport.createDeleteTask(RootEditor editor, org.praxislive.ide.model.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 ActionActionSupport.createDuplicateAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a duplicate action for the provided editor and explorer.static ActionActionSupport.createExportAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create an export action for the provided editor and explorer.static org.praxislive.ide.core.api.TaskActionSupport.createExportTask(RootEditor editor, org.praxislive.ide.model.ContainerProxy container, List<String> children) Create a task to export the given children of the container to a subgraph file.static org.praxislive.ide.core.api.TaskActionSupport.createImportTask(RootEditor editor, org.praxislive.ide.model.ContainerProxy container, org.openide.filesystems.FileObject file) Create a task to import the provided subgraph file in to the provided container.static ActionActionSupport.createPasteAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a paste action for the provided editor and explorer.ActionSupport.createPasteTask(RootEditor editor, org.praxislive.ide.model.ContainerProxy container) Create a task to handle pasting the clipboard contents into the provided container. -
Uses of RootEditor in org.praxislive.ide.pxr.spi
Methods in org.praxislive.ide.pxr.spi that return types with arguments of type RootEditorModifier and TypeMethodDescriptionRootEditor.Provider.createEditor(org.praxislive.ide.model.RootProxy root, RootEditor.Context context) Create an editor for the provided root, if the root type, context, etc. are supported by this provider.