Uses of Interface
org.praxislive.ide.project.api.PraxisProject
Packages that use PraxisProject
Package
Description
-
Uses of PraxisProject in org.praxislive.ide.code
Methods in org.praxislive.ide.code with parameters of type PraxisProjectModifier and TypeMethodDescriptionvoidPathRegistry.register(PraxisProject project, org.openide.filesystems.FileObject root) voidPathRegistry.register(PraxisProject project, org.openide.filesystems.FileObject root, SharedCodeInfo shared) voidPathRegistry.unregister(PraxisProject project, org.openide.filesystems.FileObject root) -
Uses of PraxisProject in org.praxislive.ide.code.api
Methods in org.praxislive.ide.code.api with parameters of type PraxisProjectModifier and TypeMethodDescriptionDynamicPaths.register(PraxisProject project, org.openide.filesystems.FileObject root) Register a source root without dependency on shared code.DynamicPaths.register(PraxisProject project, org.openide.filesystems.FileObject root, SharedCodeInfo shared) Register a source root with optional dependency on shared code.DynamicPaths.registerShared(PraxisProject project, org.openide.filesystems.FileObject root, org.openide.filesystems.FileObject sharedFolder) Register a folder for shared code files. -
Uses of PraxisProject in org.praxislive.ide.project
Classes in org.praxislive.ide.project that implement PraxisProjectMethods in org.praxislive.ide.project that return PraxisProject -
Uses of PraxisProject in org.praxislive.ide.project.api
Methods in org.praxislive.ide.project.api that return PraxisProject -
Uses of PraxisProject in org.praxislive.ide.project.spi
Methods in org.praxislive.ide.project.spi with parameters of type PraxisProjectModifier and TypeMethodDescriptionFileHandler.Provider.createHandler(PraxisProject project, ExecutionLevel level, ExecutionElement.File element) Create a file handler, if possible, for the provided project, execution level and file element.LineHandler.Provider.createHandler(PraxisProject project, ExecutionLevel level, ExecutionElement.Line line) Create a line handler, if possible, for the provided project, execution level and line element. -
Uses of PraxisProject in org.praxislive.ide.project.ui
Methods in org.praxislive.ide.project.ui with parameters of type PraxisProjectModifier and TypeMethodDescriptionbooleanProjectDialogManager.continueOnError(PraxisProject project, ExecutionLevel level, ExecutionElement element, List<org.praxislive.core.Value> args) Deprecated.static ProjectDialogManagerProjectDialogManager.get(PraxisProject project) voidProjectDialogManager.showWarningsDialog(PraxisProject project, Map<Task, List<String>> warnings) Deprecated.Constructors in org.praxislive.ide.project.ui with parameters of type PraxisProject -
Uses of PraxisProject in org.praxislive.ide.project.wizard
Methods in org.praxislive.ide.project.wizard with parameters of type PraxisProject -
Uses of PraxisProject in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr with parameters of type PraxisProjectModifier and TypeMethodDescriptionPXRFileHandler.Provider.createHandler(PraxisProject project, ExecutionLevel level, ExecutionElement.File element) Constructors in org.praxislive.ide.pxr with parameters of type PraxisProject -
Uses of PraxisProject in org.praxislive.ide.pxr.gui
Constructors in org.praxislive.ide.pxr.gui with parameters of type PraxisProject -
Uses of PraxisProject in org.praxislive.ide.pxr.spi
Methods in org.praxislive.ide.pxr.spi that return types with arguments of type PraxisProjectModifier and TypeMethodDescriptionRootEditor.Context.project()Access the project that the root is part of, if available.