Package org.praxislive.ide.project.ui
Class ProjectDialogManager
java.lang.Object
org.praxislive.ide.project.ui.ProjectDialogManager
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanconfirmOnError(String title, String message) booleancontinueOnError(PraxisProject project, ExecutionLevel level, ExecutionElement element, List<org.praxislive.core.Value> args) Deprecated.static ProjectDialogManagerget(PraxisProject project) static ProjectDialogManagervoidreportError(String message) voidreportWarnings(Map<Task, List<String>> warnings) voidshowWarningsDialog(PraxisProject project, Map<Task, List<String>> warnings) Deprecated.
-
Method Details
-
reportError
-
reportWarnings
-
showWarningsDialog
Deprecated. -
confirm
-
confirmOnError
-
continueOnError
@Deprecated public boolean continueOnError(PraxisProject project, ExecutionLevel level, ExecutionElement element, List<org.praxislive.core.Value> args) Deprecated. -
getDefault
-
get
-