Uses of Interface
ru.cg.webbpm.studio.platform.api.progress.ProgressManager
Packages that use ProgressManager
Package
Description
-
Uses of ProgressManager in ru.cg.webbpm.studio.core.migrations.ui
Constructors in ru.cg.webbpm.studio.core.migrations.ui with parameters of type ProgressManagerModifierConstructorDescriptionMigrationsRunner
(MigrationManager migrationManager, ProgressManager progressManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.database.ui
Constructors in ru.cg.webbpm.studio.database.ui with parameters of type ProgressManagerModifierConstructorDescriptionDatabaseComponent
(InternalDatabaseManager internalDatabaseManager, ToolWindowManager toolWindowManager, ProgressManager progressManager, IdeManager ideStageManager, Alerts alerts) DatabasePanel
(IdeManager IdeManager, InternalDatabaseManager internalDatabaseManager, ProgressManager progressManager, Alerts alerts) -
Uses of ProgressManager in ru.cg.webbpm.studio.platform.impl.indexing
Constructors in ru.cg.webbpm.studio.platform.impl.indexing with parameters of type ProgressManagerModifierConstructorDescriptionIndexingComponent
(FileBasedIndex fileBasedIndex, FileManager fileManager, ProgressManager progressManager, MetadataManager metadataManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.platform.impl.progress
Classes in ru.cg.webbpm.studio.platform.impl.progress that implement ProgressManager -
Uses of ProgressManager in ru.cg.webbpm.studio.platform.impl.project
Constructors in ru.cg.webbpm.studio.platform.impl.project with parameters of type ProgressManagerModifierConstructorDescriptionProjectExManagerImpl
(ProgressManager progressManager, ProjectManager projectManager, Alerts alerts, IdeManager ideManager, ApplicationInfo applicationInfo, RepositoryManager repositoryManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.platform.impl.wm.actions
Constructors in ru.cg.webbpm.studio.platform.impl.wm.actions with parameters of type ProgressManagerModifierConstructorDescriptionValidateProjectAction
(ValidationManager validationManager, PlatformModeService platformModeService, Console console, Alerts alerts, ProgressManager progressManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl
Constructors in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl with parameters of type ProgressManagerModifierConstructorDescriptionHotswapManagerImpl
(HotswapFileTracker fileTracker, ProgressManager progressManager, FileEditorManager fileEditorManager, Console console, Alerts alerts, RebuildResourcesStep rebuildResourcesStep, ProcessChangesStep processChangesStep, CompileClassesStep compileClassesStep, HotswapClassesStep hotswapClassesStep, HotswapResourcesStep processResourcesStep, WebbpmPropertiesManager webbpmPropertiesManager, FileBasedIndex fileBasedIndex) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.git.ui
Constructors in ru.cg.webbpm.studio.subsystems.git.ui with parameters of type ProgressManagerModifierConstructorDescriptionVersionControlGitImpl
(FileManager fileManager, ProjectManager projectManager, ProgressManager progressManager, IdeManager ideManager, GitServiceEx gitServiceEx, Alerts alerts, WebbpmPropertiesManager webbpmPropertiesManager, Console console) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.packaging.ui
Constructors in ru.cg.webbpm.studio.subsystems.packaging.ui with parameters of type ProgressManagerModifierConstructorDescriptionPackageExManagerImpl
(ProjectManager projectManager, ProgressManager progressManager, Alerts alerts, PackageManager packageManager, DependencyManager dependencyManager, CompileExManager compileExManager, MigrationManager migrationManager, ValidationManager validationManager, VersionControl versionControl, GitServiceEx gitServiceEx, CommitFilesPanel commitFilesPanel, Console console, List<PackageOperationListener> listeners, FileBasedIndex fileBasedIndex, FileManager fileManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor with parameters of type ProgressManagerModifierConstructorDescriptionComponentEditorImpl
(Path file, PageManager pageManager, ComponentManager componentManager, InspectorManager inspectorManager, PageContextManager pageContextManager, Preview preview, PageEditorContextMenuFactory contextMenuFactory, WebBrowserFactory webBrowserFactory, ProjectManager projectManager, CompileExManager compileExManager, ComponentSearchManager componentSearchManager, FileManager fileManager, Alerts alerts, ValidationManager validationManager, NavigationManager navigationManager, SourcesPreviewGenerator sourcesPreviewGenerator, ProgressManager progressManager, DeployManager deployManager) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.component
Constructors in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.component with parameters of type ProgressManagerModifierConstructorDescriptionCompileExManagerImpl
(CompileManager compileManager, ProgressManager progressManager, IdeManager ideManager, Console console) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.file_editor
Fields in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.file_editor declared as ProgressManagerModifier and TypeFieldDescriptionprotected ProgressManager
IdeFileEditorProviderImpl.progressManager
Constructors in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.file_editor with parameters of type ProgressManagerModifierConstructorDescriptionIdeFileEditor
(Path filePath, ProgressManager progressManager, Alerts alerts) -
Uses of ProgressManager in ru.cg.webbpm.studio.subsystems.scripting.metadata.validation
Constructors in ru.cg.webbpm.studio.subsystems.scripting.metadata.validation with parameters of type ProgressManagerModifierConstructorDescriptionMetadataValidatorComponent
(MetadataManager metadataManager, ProgressManager progressManager)