Uses of Interface
org.praxislive.ide.pxr.spi.RootEditor
Packages that use RootEditor
Package
Description
-
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 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 ActionActionSupport.createCopyAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a copy action for the provided editor and explorer.static TaskActionSupport.createCopyTask(RootEditor editor, 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 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 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 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.static ActionActionSupport.createPasteAction(RootEditor editor, org.openide.explorer.ExplorerManager explorer) Create a paste action for the provided editor and explorer.static Task.WithResult<List<String>> ActionSupport.createPasteTask(RootEditor editor, ContainerProxy container) Create a task to handle pasting the clipboard contents into the provided container. -
Uses of RootEditor in org.praxislive.ide.pxr.graph
Classes in org.praxislive.ide.pxr.graph that implement RootEditorMethods in org.praxislive.ide.pxr.graph that return types with arguments of type RootEditorModifier and TypeMethodDescriptionGraphEditorProvider.createEditor(RootProxy root, RootEditor.Context context) -
Uses of RootEditor in org.praxislive.ide.pxr.gui
Classes in org.praxislive.ide.pxr.gui that implement RootEditorMethods in org.praxislive.ide.pxr.gui that return types with arguments of type RootEditorModifier and TypeMethodDescriptionGuiEditorProvider.createEditor(RootProxy root, RootEditor.Context context) -
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(RootProxy root, RootEditor.Context context) Create an editor for the provided root, if the root type, context, etc. are supported by this provider.