Uses of Interface
org.praxislive.ide.model.RootProxy
Packages that use RootProxy
Package
Description
-
Uses of RootProxy in org.praxislive.ide.model
Methods in org.praxislive.ide.model that return RootProxy -
Uses of RootProxy in org.praxislive.ide.project.spi
Methods in org.praxislive.ide.project.spi that return types with arguments of type RootProxy -
Uses of RootProxy in org.praxislive.ide.pxr
Classes in org.praxislive.ide.pxr that implement RootProxyMethods in org.praxislive.ide.pxr that return types with arguments of type RootProxy -
Uses of RootProxy in org.praxislive.ide.pxr.graph
Methods in org.praxislive.ide.pxr.graph with parameters of type RootProxyModifier and TypeMethodDescriptionGraphEditorProvider.createEditor(RootProxy root, RootEditor.Context context) Constructors in org.praxislive.ide.pxr.graph with parameters of type RootProxy -
Uses of RootProxy in org.praxislive.ide.pxr.gui
Methods in org.praxislive.ide.pxr.gui with parameters of type RootProxyModifier and TypeMethodDescriptionGuiEditorProvider.createEditor(RootProxy root, RootEditor.Context context) -
Uses of RootProxy in org.praxislive.ide.pxr.spi
Methods in org.praxislive.ide.pxr.spi with parameters of type RootProxyModifier 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.