We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 initializer
JavaRewriteHandler
(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 handler
I18nHandler
(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