Uses of Class
org.praxislive.ide.project.api.ExecutionElement
Packages that use ExecutionElement
Package
Description
-
Uses of ExecutionElement in org.praxislive.ide.project
Methods in org.praxislive.ide.project that return types with arguments of type ExecutionElementMethod parameters in org.praxislive.ide.project with type arguments of type ExecutionElementModifier and TypeMethodDescriptionvoidProjectPropertiesImpl.setElements(ExecutionLevel level, List<ExecutionElement> elements) -
Uses of ExecutionElement in org.praxislive.ide.project.api
Subclasses of ExecutionElement in org.praxislive.ide.project.apiModifier and TypeClassDescriptionstatic final classAn execution element referencing a file.static final classAn execution element wrapping a single line of Pcl script.Methods in org.praxislive.ide.project.api that return ExecutionElementModifier and TypeMethodDescriptionstatic ExecutionElementExecutionElement.forFile(org.openide.filesystems.FileObject file) Create an execution element referencing a file.Methods in org.praxislive.ide.project.api that return types with arguments of type ExecutionElementModifier and TypeMethodDescriptionProjectProperties.getElements(ExecutionLevel level) Get the execution elements for the specified execution level.Method parameters in org.praxislive.ide.project.api with type arguments of type ExecutionElementModifier and TypeMethodDescriptionvoidProjectProperties.setElements(ExecutionLevel level, List<ExecutionElement> elements) Set the execution elements for the specified execution level of the project. -
Uses of ExecutionElement in org.praxislive.ide.project.ui
Methods in org.praxislive.ide.project.ui with parameters of type ExecutionElementModifier and TypeMethodDescriptionbooleanProjectDialogManager.continueOnError(PraxisProject project, ExecutionLevel level, ExecutionElement element, List<org.praxislive.core.Value> args) Deprecated.