Uses of Class
com.vaadin.copilot.ComponentSourceFinder
Packages that use ComponentSourceFinder
Package
Description
-
Uses of ComponentSourceFinder in com.vaadin.copilot.customcomponent
Methods in com.vaadin.copilot.customcomponent with parameters of type ComponentSourceFinderModifier and TypeMethodDescriptionstatic voidCustomComponentHelper.addInfoFromComponentSource(ComponentTypeAndSourceLocation componentTypeAndSourceLocation, List<CustomComponentAddMethodInfo> methods, ComponentSourceFinder sourceFinder) Updates add/replace flags based on its usage -
Uses of ComponentSourceFinder in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type ComponentSourceFinderModifier and TypeMethodDescriptionJavaRewriterCopyPasteHandler.getCopiedJavaComponent(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation componentTypeAndSourceLocation, ExceptionReportCreator exceptionReportCreator, ComponentSourceFinder sourceFinder) Collects required data for copying and pasting a componentConstructors in com.vaadin.copilot.javarewriter with parameters of type ComponentSourceFinderModifierConstructorDescriptionClassSourceStaticAnalyzer(ComponentSourceFinder sourceFinder, com.vaadin.flow.component.Component component, File file) Constructs aClassSourceStaticAnalyzerJavaBatchRewriter(JavaFileSourceProvider javaFileSourceProvider, List<ComponentTypeAndSourceLocation> componentLocations, ExceptionReportCreator exceptionReportCreator, ComponentSourceFinder sourceFinder) Deprecated, for removal: This API element is subject to removal in a future version.JavaDataProviderHandler(JavaFileSourceProvider javaFileSourceProvider, ComponentTypeAndSourceLocation typeAndSourceLocation, ExceptionReportCreator exceptionReportCreator, ComponentSourceFinder sourceFinder) Reads source file which is found from typeAndSourceLocation -
Uses of ComponentSourceFinder in com.vaadin.copilot.plugins.i18n
Constructors in com.vaadin.copilot.plugins.i18n with parameters of type ComponentSourceFinder -
Uses of ComponentSourceFinder in com.vaadin.copilot.plugins.propertypanel
Constructors in com.vaadin.copilot.plugins.propertypanel with parameters of type ComponentSourceFinderModifierConstructorDescriptionComponentPropertyProvider(ComponentSourceFinder componentSourceFinder) -
Uses of ComponentSourceFinder in com.vaadin.copilot.plugins.themeeditor
Fields in com.vaadin.copilot.plugins.themeeditor declared as ComponentSourceFinderModifier and TypeFieldDescriptionprotected final ComponentSourceFinderCopilotEditor.sourceFinder