Uses of Class
com.vaadin.copilot.ProjectManager
Packages that use ProjectManager
Package
Description
-
Uses of ProjectManager in com.vaadin.copilot
Constructors in com.vaadin.copilot with parameters of type ProjectManagerModifierConstructorDescriptionApplicationInitializer
(ProjectManager projectManager, VaadinServletContext context) Creates a new instance of the initializerJavaRewriteHandler
(ProjectManager projectManager) Creates the one and only handler.ProjectFileHandler
(ProjectManager projectManager) RouteHandler
(ProjectManager projectManager, VaadinServletContext context) Creates a new route handler. -
Uses of ProjectManager in com.vaadin.copilot.ai
Constructors in com.vaadin.copilot.ai with parameters of type ProjectManager -
Uses of ProjectManager in com.vaadin.copilot.ide
Constructors in com.vaadin.copilot.ide with parameters of type ProjectManagerModifierConstructorDescriptionIdePluginCommandHandler
(ProjectManager projectManager) OpenComponentInIDE
(ApplicationConfiguration applicationConfiguration, ProjectManager projectManager) -
Uses of ProjectManager in com.vaadin.copilot.javarewriter
Constructors in com.vaadin.copilot.javarewriter with parameters of type ProjectManagerModifierConstructorDescriptionJavaBatchRewriter
(ProjectManager projectManager, List<JavaRewriter.ComponentTypeAndSourceLocation> componentLocations) JavaModifier
(ProjectManager projectManager) Creates a modifier for the given project -
Uses of ProjectManager in com.vaadin.copilot.plugins.accessibilitychecker
Constructors in com.vaadin.copilot.plugins.accessibilitychecker with parameters of type ProjectManagerModifierConstructorDescriptionAccessibilityCheckerMessageHandler
(ProjectManager projectManager) AccessibilityJavaSourceModifier
(ProjectManager projectManager, AccessibilityJavaSourceModifier.ErrorHandler errorHandler, AccessibilityJavaSourceModifier.SuccessHandler successHandler) -
Uses of ProjectManager in com.vaadin.copilot.plugins.i18n
Constructors in com.vaadin.copilot.plugins.i18n with parameters of type ProjectManagerModifierConstructorDescriptionI18nHandler
(ApplicationConfiguration applicationConfiguration, ProjectManager projectManager) Create a new i18n handlerI18nHandler
(ApplicationConfiguration applicationConfiguration, ProjectManager projectManager, JavaRewriteHandler javaRewriteHandler) Create a new i18n handler -
Uses of ProjectManager in com.vaadin.copilot.plugins.themeeditor
Fields in com.vaadin.copilot.plugins.themeeditor declared as ProjectManagerConstructors in com.vaadin.copilot.plugins.themeeditor with parameters of type ProjectManagerModifierConstructorDescriptionCopilotEditor
(ProjectManager projectManager) JavaSourceModifier
(ProjectManager projectManager) ThemeEditorMessageHandler
(ProjectManager projectManager) ThemeModifier
(ProjectManager projectManager) Constructor