Uses of Interface
org.praxislive.ide.project.api.PraxisProject
Packages that use PraxisProject
Package
Description
-
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<org.praxislive.ide.core.api.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