Uses of Enum Class
org.praxislive.ide.project.api.ExecutionLevel
Packages that use ExecutionLevel
Package
Description
-
Uses of ExecutionLevel in org.praxislive.ide.project
Methods in org.praxislive.ide.project with parameters of type ExecutionLevelModifier and TypeMethodDescriptionProjectPropertiesImpl.getElements(ExecutionLevel level) voidProjectPropertiesImpl.setElements(ExecutionLevel level, List<ExecutionElement> elements) -
Uses of ExecutionLevel in org.praxislive.ide.project.api
Methods in org.praxislive.ide.project.api that return ExecutionLevelModifier and TypeMethodDescriptionstatic ExecutionLevelReturns the enum constant of this class with the specified name.static ExecutionLevel[]ExecutionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.ide.project.api with parameters of type ExecutionLevelModifier and TypeMethodDescriptiondefault voidProjectProperties.addFile(ExecutionLevel level, org.openide.filesystems.FileObject file) Add a file execution element at the end of existing elements of the execution level.default voidProjectProperties.addLine(ExecutionLevel level, String line) Add a line execution element at the end of the existing elements of the execution level.ProjectProperties.getElements(ExecutionLevel level) Get the execution elements for the specified execution level.default booleanProjectProperties.removeFile(ExecutionLevel level, org.openide.filesystems.FileObject file) Remove the execution element(s) matching the specified file in the execution level.default booleanProjectProperties.removeLine(ExecutionLevel level, String line) Remove the line execution element(s) matching the specified script in the execution element.voidProjectProperties.setElements(ExecutionLevel level, List<ExecutionElement> elements) Set the execution elements for the specified execution level of the project. -
Uses of ExecutionLevel in org.praxislive.ide.project.spi
Methods in org.praxislive.ide.project.spi with parameters of type ExecutionLevelModifier 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 ExecutionLevel in org.praxislive.ide.project.ui
Methods in org.praxislive.ide.project.ui with parameters of type ExecutionLevelModifier and TypeMethodDescriptionbooleanProjectDialogManager.continueOnError(PraxisProject project, ExecutionLevel level, ExecutionElement element, List<org.praxislive.core.Value> args) Deprecated. -
Uses of ExecutionLevel in org.praxislive.ide.pxr
Methods in org.praxislive.ide.pxr with parameters of type ExecutionLevelModifier and TypeMethodDescriptionPXRFileHandler.Provider.createHandler(PraxisProject project, ExecutionLevel level, ExecutionElement.File element)