Index

A B C D E F G H I J K L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absoluteFilePath() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Returns the value of the absoluteFilePath record component.
AbstractComponentLocationInfo - Class in com.vaadin.copilot.javarewriter
An abstract base class that holds common information about a component extracted from Java source code during code analysis.
AbstractComponentLocationInfo(JavaSource) - Constructor for class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
Creates a new ComponentBaseInfo with the specified Java source and file reference.
accept(IDEHeartbeatResponse) - Method in class com.vaadin.copilot.CompilationStatusChecker
Accepts an IDEHeartbeatResponse and checks for changes in compilation error status.
accept(ComponentTypeAndSourceLocation, ComponentInfo, JavaRewriter) - Method in interface com.vaadin.copilot.javarewriter.JavaBatchRewriter.Callback
Deprecated.
 
accept(T) - Method in interface com.vaadin.copilot.javarewriter.JavaModifier.OperationFunction
Performs the operation on the given object.
acceptingChildren() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns the value of the acceptingChildren record component.
accessControlData() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Returns the value of the accessControlData record component.
accessControlData() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Returns the value of the accessControlData record component.
accessControlData() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Returns the value of the accessControlData record component.
accessControlData() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Returns the value of the accessControlData record component.
accessControlData() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Returns the value of the accessControlData record component.
AccessControlData(String, String, String, CopilotServerClient.AIProvider) - Constructor for record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Creates an instance of a AccessControlData record class.
ACCESSIBILITY_CHECKER - Static variable in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
AccessibilityCheckerException - Exception Class in com.vaadin.copilot.plugins.accessibilitychecker
 
AccessibilityCheckerException() - Constructor for exception class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerException
 
AccessibilityCheckerException(String) - Constructor for exception class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerException
 
AccessibilityCheckerException(String, Throwable) - Constructor for exception class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerException
 
AccessibilityCheckerException(String, Throwable, boolean, boolean) - Constructor for exception class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerException
 
AccessibilityCheckerException(Throwable) - Constructor for exception class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerException
 
AccessibilityCheckerMessageHandler - Class in com.vaadin.copilot.plugins.accessibilitychecker
 
AccessibilityCheckerMessageHandler() - Constructor for class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
AccessibilityJavaSourceModifier - Class in com.vaadin.copilot.plugins.accessibilitychecker
 
AccessibilityJavaSourceModifier(VaadinSession, AccessibilityJavaSourceModifier.ErrorHandler, AccessibilityJavaSourceModifier.SuccessHandler) - Constructor for class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
AccessibilityJavaSourceModifier.ErrorHandler - Interface in com.vaadin.copilot.plugins.accessibilitychecker
 
AccessibilityJavaSourceModifier.SuccessHandler - Interface in com.vaadin.copilot.plugins.accessibilitychecker
 
accessRequirement() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the accessRequirement record component.
accessRequirement() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the accessRequirement record component.
AccessRequirement - Class in com.vaadin.copilot
 
AccessRequirement(AccessRequirement.Type) - Constructor for class com.vaadin.copilot.AccessRequirement
 
AccessRequirement(AccessRequirement.Type, String[]) - Constructor for class com.vaadin.copilot.AccessRequirement
 
AccessRequirement.Type - Enum Class in com.vaadin.copilot
 
AccessRequirementUtil - Class in com.vaadin.copilot
Utility class for figuring out access requirements for Java methods such as routes and browser callables.
AccessRequirementUtil() - Constructor for class com.vaadin.copilot.AccessRequirementUtil
 
action() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Returns the value of the action record component.
active() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns the value of the active record component.
add(Statement) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
Adds a statement to the insertion point.
add(T) - Method in class com.vaadin.copilot.IdentityHashSet
 
ADD - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
 
addAll(Collection<? extends T>) - Method in class com.vaadin.copilot.IdentityHashSet
 
addCall(ComponentInfo, String, Object...) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Adds a function call to the source code.
addClassAnnotation(Class<? extends Annotation>, String) - Method in class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Adds a specified annotation with a value to the public type in the class represented by the provided Class object.
addClassNameWithArgs(ComponentInfo, List<Expression>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Creates addClassNames(...) statement with given arguments if there is none.
addComment(ComponentInfo, String, JavaRewriter.CommentType) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Adds a comment to the specified component in the source code.
addComponent(File, int, int, Where, ComponentType, String...) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
addComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
addComponentInfo(ComponentInfo) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Adds single ComponentInfo to the list of component information that are used to extract source code
addComponentInfo(List<ComponentInfo>) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Adds multiple ComponentInfo objects to the list of component information that are used to extract source code
addComponentUsingTemplate(ComponentInfo, JavaRewriter.Where, List<JavaComponent>, JavaRewriter.AddTemplateOptions) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Adds the given code snippet to the source code either before the reference component (Where.BEFORE) or by appending to the layout (Where.APPEND).
addConstructorParameterToClass(ComponentInfo, String, String, boolean) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Adds a parameter of the given type to the constructor for the class containing the given component.
addConsumer(Consumer<IDEHeartbeatResponse>) - Method in class com.vaadin.copilot.ide.IDEHeartbeatScheduler
Saves the consumer into a set so that gets heartbeat responses from the IDE
addDeletedView(Component) - Method in class com.vaadin.copilot.javarewriter.SourceSyncChecker
Stores component class into the deleted views list so that SuggestRestartException can be thrown when it is requested
addDeletedView(String) - Method in class com.vaadin.copilot.javarewriter.SourceSyncChecker
Stores the given class name as the view is removed
addDependency(String, String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Adds dependency to the pom.xml file, if needed.
addFieldAfter(FieldDeclaration, FieldDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Adds a field declaration after the given reference field.
addFunctionCall(ComponentInfo, String, List<Expression>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Adds a function call to the given component.
addHotswapAgentLaunchConfiguration(File, File, VaadinServletContext) - Static method in class com.vaadin.copilot.VsCodeUtil
Creates a launch configuration for Hotswap Agent in VS Code for the given project.
addImport(CompilationUnit, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Adds an import to the given compilation unit if it is not already imported.
addImport(CompilationUnit, String, boolean, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Adds an import to the given compilation unit if it is not already imported.
addImport(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
addInfoFromComponentSource(ComponentTypeAndSourceLocation, List<CustomComponentAddMethodInfo>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Updates add/replace flags based on its usage
addInterface(Class<?>) - Method in class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Adds an interface to the public type in the class.
addItem(ExceptionReportItem) - Method in class com.vaadin.copilot.exception.report.ExceptionReport
Adds a new entry to ExceptionReport.items
addListener(ComponentEventListener<HotswapEventBus.CopilotHotswapEvent>) - Method in class com.vaadin.copilot.HotswapEventBus
Adds a listener to the event bus.
addListener(File, int, int, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
addLumoUtilityImport(CompilationUnit) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
 
addOrGetDataEntityRecordName(Map<String, Object>, String) - Method in class com.vaadin.copilot.javarewriter.DataEntityRecordRewriter
Finds the Record Declaration from given complication unit that has Label, Value and Enabled parameters.
addOrGetLabelValueEnabledRecordName() - Method in class com.vaadin.copilot.javarewriter.LabelValuePairRecordRewriter
Finds the Record Declaration from given complication unit that has Label, Value and Enabled parameters.
addPluginRepository(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Adds pluginRepository to given pom.xml if it does not exist in the pluginRepositories.
addRelevantComponentNode(ExceptionReportRelevantComponentNode) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Method that adds relevant nodes into a list
addRelevantComponentNode(String, JsonNode) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
A utility method to add relevant component node for the report.
addRelevantPair(ExceptionReportRelevantPairData) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Method that adds given pair into a list.
addReplace() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns the value of the addReplace record component.
addRepository(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Adds repository to given pom.xml if it does not exist in the repositories.
addSpringSecurity(VaadinServletContext, Path, AccessRequirement, Framework, List<ProjectModifier.RouteAndPath>, List<ProjectModifier.RouteAndPath>) - Static method in class com.vaadin.copilot.ProjectModifier
 
AddTemplateOptions(boolean) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Constructs AddTemplateOptions with null method name and null addReplace
AddTemplateOptions(boolean, boolean, String, JavaRewriter.AddReplace) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Creates an instance of a AddTemplateOptions record class.
addToMenu() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the addToMenu record component.
addToMenu() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the addToMenu record component.
AFTER - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
agreedToStoreAIRequests() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the agreedToStoreAIRequests record component.
AI_CALL - Enum constant in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
AI_DISABLED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
AI_MODEL - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
AI_PROVIDER_KEY - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
AICommandHandler - Class in com.vaadin.copilot.ai
Command handler for AI related operations
AICommandHandler() - Constructor for class com.vaadin.copilot.ai.AICommandHandler
 
AICommunicationUtil - Class in com.vaadin.copilot.ai
 
AICommunicationUtil() - Constructor for class com.vaadin.copilot.ai.AICommunicationUtil
 
AIConstants - Interface in com.vaadin.copilot.ai
 
AICreateFieldsHandler - Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler() - Constructor for class com.vaadin.copilot.ai.AICreateFieldsHandler
 
AICreateFieldsHandler.CreateBeanFieldsData - Record Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler.CreateBeanFieldsRequest - Record Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler.CreateBeanFieldsResponse - Record Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler.CreateExampleDataData - Record Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler.CreateExampleDataRequest - Record Class in com.vaadin.copilot.ai
 
AICreateFieldsHandler.CreateExampleDataResponse - Record Class in com.vaadin.copilot.ai
 
aiProvider() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns the value of the aiProvider record component.
AIUsageAllowed - Enum Class in com.vaadin.copilot
 
AIUsageDisabledException - Exception Class in com.vaadin.copilot.userinfo
Thrown when the user tries to use some AI functionality but AI usage is disabled (either through the subscription or by the user).
AIUsageDisabledException() - Constructor for exception class com.vaadin.copilot.userinfo.AIUsageDisabledException
Creates a new exception with the default message.
ALIGN_ITEMS - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
 
allComponentsInfoForCustomComponentSupport() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentResponseData
Returns the value of the allComponentsInfoForCustomComponentSupport record component.
allResourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns the value of the allResourcePaths record component.
allSourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns the value of the allSourcePaths record component.
AnalyticsClient - Class in com.vaadin.copilot.analytics
Client for tracking features of Copilot
AnalyticsInterceptor - Class in com.vaadin.copilot.analytics
 
AnalyticsInterceptor() - Constructor for class com.vaadin.copilot.analytics.AnalyticsInterceptor
 
AnalyticsRequest - Record Class in com.vaadin.copilot.analytics
Tracking request
AnalyticsRequest(String, String, String, Map<String, String>, Map<String, String>) - Constructor for record class com.vaadin.copilot.analytics.AnalyticsRequest
Creates an instance of a AnalyticsRequest record class.
analyzeSourceFileAndGetComponentTypeAndSourceLocation(int, int) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the ComponentTypeAndSourceLocation for given component with nodeId in ui with id uiId by analyzing the source code without using the createLocation provided by Flow.
analyzeSourceFileAndGetComponentTypeAndSourceLocation(Component) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the ComponentTypeAndSourceLocation for given component with by analyzing the source code without using the createLocation provided by Flow.
AnnotationData(String, Map<String, Object>) - Constructor for record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Creates an instance of a AnnotationData record class.
annotations() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns the value of the annotations record component.
ANONYMOUS_ALLOWED - Enum constant in enum class com.vaadin.copilot.AccessRequirement.Type
 
anonymousId() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the anonymousId record component.
answer() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Returns the value of the answer record component.
ANY - Enum constant in enum class com.vaadin.copilot.CopilotServerClient.AIProvider
 
APPEND - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
 
appendExpressionAsNextSiblingInBlockAncestor(Node, Statement) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Appends new expression to original one as sibling in a block statement.
ApplicationInitializer - Class in com.vaadin.copilot
Helps to initialize a Spring Boot Vaadin application with no views by adding either a Flow or Hilla view + a theme.
ApplicationInitializer() - Constructor for class com.vaadin.copilot.ApplicationInitializer
 
ApplicationUserSwitchHandler - Class in com.vaadin.copilot
 
ApplicationUserSwitchHandler() - Constructor for class com.vaadin.copilot.ApplicationUserSwitchHandler
 
apply() - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
apply(Set<Node>, Set<Range>, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterMerger
Applies the given changes to the given source and returns the result.
artifactId() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns the value of the artifactId record component.
asJson() - Method in record class com.vaadin.copilot.ide.IdeNotification
 
ASK - Enum constant in enum class com.vaadin.copilot.AIUsageAllowed
 
AskDocsData(String, String) - Constructor for record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Creates an instance of a AskDocsData record class.
AskDocsRequest(DocsHandler.AskDocsData, CopilotServerClient.AccessControlData) - Constructor for record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Creates an instance of a AskDocsRequest record class.
AskDocsResponse(String, String) - Constructor for record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Creates an instance of a AskDocsResponse record class.
ASM_API - Static variable in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
assertion - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
 
AssertionScenarioItem - Class in com.vaadin.copilot.testbenchgenerator.assertion
Assertion scenario item represents Assertion conditions in TestBench test.
AssertionScenarioItem() - Constructor for class com.vaadin.copilot.testbenchgenerator.assertion.AssertionScenarioItem
 
AssertionType - Enum Class in com.vaadin.copilot.testbenchgenerator.assertion
 
assignExpr() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns the value of the assignExpr record component.
attachComponent(InsertionPoint, JavaComponent, JavaComponent, String, ComponentInfo, Expression, String, JavaRewriter.AddTemplateOptions, JavaRewriter.Where) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
AttachExpression - Record Class in com.vaadin.copilot.javarewriter
Represents the expression where a component has been attached to its parent.
AttachExpression(Expression) - Constructor for record class com.vaadin.copilot.javarewriter.AttachExpression
Creates an instance of a AttachExpression record class.
attachLocationInProject() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the attachLocationInProject record component.
attrName() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Returns the value of the attrName record component.
attrValue() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Returns the value of the attrValue record component.

B

basedir() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns the value of the basedir record component.
baseName() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns the value of the baseName record component.
baseName() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns the value of the baseName record component.
BaseRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
BaseRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
BaseRequest(String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
BaseRequest(String, Integer, Integer) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
BaseResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
BaseResponse() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
BaseResponse(String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
beanInfo() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the beanInfo record component.
BeanInfo(String, UIServiceCreator.FieldInfo[]) - Constructor for record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Creates an instance of a BeanInfo record class.
BEFORE - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
 
BEFORE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
BIG_DECIMAL - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
BIG_INTEGER - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
BLOCK - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.CommentType
 
blockStmt() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the blockStmt record component.
BOOLEAN - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
browserCallable() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the browserCallable record component.
build() - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Builds a new ComponentInfo instance based on the values set in this builder.
buildRequest(URI, Object) - Method in class com.vaadin.copilot.CopilotServerClient
 
BUTTON - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 
BYTE - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 

C

canBeParallelCommand(String) - Method in class com.vaadin.copilot.CopilotCommand
Checks if given command can be handled asynchronously.
canBeParallelCommand(String) - Method in class com.vaadin.copilot.plugins.docs.DocsHandler
 
canBeParallelCommand(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
canBeParallelCommand(String) - Method in class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler
 
canBindFlowComboBoxToService(SpringBridge.ServiceMethodInfo) - Static method in class com.vaadin.copilot.ConnectToService
Checks if a Flow ComboBox can be bound to the given service method.
canBindFlowGridToService(SpringBridge.ServiceMethodInfo) - Static method in class com.vaadin.copilot.ConnectToService
Checks if a Flow Grid can be bound to the given service method.
canBindHillaComboBoxToService(SpringBridge.ServiceMethodInfo) - Static method in class com.vaadin.copilot.ConnectToService
Checks if a Hilla ComboBox can be bound to the given service method.
canBindHillaGridToService(SpringBridge.ServiceMethodInfo) - Static method in class com.vaadin.copilot.ConnectToService
Checks if a Hilla Grid can be bound to the given service method.
canHandle(String, JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
Checks if given command can be handled by ThemeEditor.
changes() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Returns the value of the changes record component.
changes() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the changes record component.
CHARACTER - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
CHART_TYPE - Static variable in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
checkExpressionInLoop(Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if given expression is descendant of loop statements.
checkMethodHasExpressionCalledInLoop(Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Determines whether all invocations of the method containing the given expression are made from within a loop construct (e.g., for, while, or do-while) via JavaRewriterUtil.checkExpressionInLoop(Expression)
childAddCalls() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns the value of the childAddCalls record component.
children() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the children record component.
children() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns the value of the children record component.
childrenGeneratesData(JavaComponent, JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns true if child is not a component but an item that is used in DataProvider.
classesFolder() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the classesFolder record component.
className() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Returns the value of the className record component.
className() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns the value of the className record component.
className() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the className record component.
className() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the className record component.
ClassNameHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
Returns the class name of given component.
ClassNameHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.ClassNameHandler
 
ClassNameInfo(String, String, boolean, boolean) - Constructor for record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Creates an instance of a ClassNameInfo record class.
ClassNameRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
Class name request is requested when Hilla+React component is selected to find the existing class name or suggested one
ClassNameRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
ClassNameResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
Returns class name of selected Hilla component suggested or existing one depends on if class name is exist in theme editor.
ClassNameResponse(String, boolean) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
classSource(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets whether the component indicates the whole class file rather than instances in the class
ClassSourceStaticAnalyzer - Class in com.vaadin.copilot.javarewriter
Static source file parser for the given component class.
ClassSourceStaticAnalyzer(ComponentSourceFinder, Component, File) - Constructor for class com.vaadin.copilot.javarewriter.ClassSourceStaticAnalyzer
clear() - Method in class com.vaadin.copilot.IdentityHashSet
 
clear() - Method in class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
Clears all cached JavaSource objects from memory.
click - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
CLIENT_MAX_TIMEOUT - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
clone() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
clone(T) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Clones the node in a way that does not mess up the lexical printer.
code() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageResponse
Returns the value of the code record component.
code() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Returns the value of the code record component.
code() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the code record component.
code() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
Returns the value of the code record component.
Code(String) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
Creates an instance of a Code record class.
CODE_ERROR - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
CODE_OK - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
com.vaadin.copilot - package com.vaadin.copilot
 
com.vaadin.copilot.ai - package com.vaadin.copilot.ai
 
com.vaadin.copilot.analytics - package com.vaadin.copilot.analytics
 
com.vaadin.copilot.communication - package com.vaadin.copilot.communication
 
com.vaadin.copilot.customcomponent - package com.vaadin.copilot.customcomponent
 
com.vaadin.copilot.exception - package com.vaadin.copilot.exception
 
com.vaadin.copilot.exception.report - package com.vaadin.copilot.exception.report
 
com.vaadin.copilot.feedback - package com.vaadin.copilot.feedback
 
com.vaadin.copilot.ide - package com.vaadin.copilot.ide
 
com.vaadin.copilot.javarewriter - package com.vaadin.copilot.javarewriter
 
com.vaadin.copilot.javarewriter.custom - package com.vaadin.copilot.javarewriter.custom
 
com.vaadin.copilot.javarewriter.exception - package com.vaadin.copilot.javarewriter.exception
 
com.vaadin.copilot.plugins.accessibilitychecker - package com.vaadin.copilot.plugins.accessibilitychecker
 
com.vaadin.copilot.plugins.devsetup - package com.vaadin.copilot.plugins.devsetup
 
com.vaadin.copilot.plugins.docs - package com.vaadin.copilot.plugins.docs
 
com.vaadin.copilot.plugins.i18n - package com.vaadin.copilot.plugins.i18n
 
com.vaadin.copilot.plugins.info - package com.vaadin.copilot.plugins.info
 
com.vaadin.copilot.plugins.propertypanel - package com.vaadin.copilot.plugins.propertypanel
 
com.vaadin.copilot.plugins.testgeneration - package com.vaadin.copilot.plugins.testgeneration
 
com.vaadin.copilot.plugins.themeeditor - package com.vaadin.copilot.plugins.themeeditor
 
com.vaadin.copilot.plugins.themeeditor.handlers - package com.vaadin.copilot.plugins.themeeditor.handlers
 
com.vaadin.copilot.plugins.themeeditor.messages - package com.vaadin.copilot.plugins.themeeditor.messages
 
com.vaadin.copilot.plugins.themeeditor.utils - package com.vaadin.copilot.plugins.themeeditor.utils
 
com.vaadin.copilot.plugins.vaadinversionupdate - package com.vaadin.copilot.plugins.vaadinversionupdate
 
com.vaadin.copilot.startup - package com.vaadin.copilot.startup
 
com.vaadin.copilot.testbenchgenerator - package com.vaadin.copilot.testbenchgenerator
 
com.vaadin.copilot.testbenchgenerator.assertion - package com.vaadin.copilot.testbenchgenerator.assertion
 
com.vaadin.copilot.testbenchgenerator.events - package com.vaadin.copilot.testbenchgenerator.events
 
com.vaadin.copilot.userinfo - package com.vaadin.copilot.userinfo
 
compareTo(Editor.Modification) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
comparisonType() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Returns the value of the comparisonType record component.
CompilationStatusChecker - Class in com.vaadin.copilot
A consumer that listens to IDE heartbeat responses to detect and react to changes in compilation status.
CompilationStatusChecker() - Constructor for class com.vaadin.copilot.CompilationStatusChecker
 
CompilationStatusChecker.FilePathAndName - Record Class in com.vaadin.copilot
A simple record to represent a file path and its corresponding file name.
CompilationUnitOperations(CompilationUnit, Class<?>) - Constructor for class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Creates a new operations object for the given CompilationUnit and class.
component() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the component record component.
COMPONENT_METADATA - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
ComponentAddableMethod(String, String, String) - Constructor for record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Creates an instance of a ComponentAddableMethod record class.
componentAttachInfo(ComponentAttachInfo) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets the attachment information associated with the component.
ComponentAttachInfo - Class in com.vaadin.copilot.javarewriter
Holds information about a component's attachment within the Java source code.
ComponentAttachInfo(JavaSource) - Constructor for class com.vaadin.copilot.javarewriter.ComponentAttachInfo
Constructs a new ComponentAttachInfo with the given Java source and file reference.
componentAttachInfoOptional() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the componentAttachInfoOptional record component.
componentClass() - Method in interface com.vaadin.copilot.customcomponent.CustomComponent
Class instance of the component
componentClass() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
Returns the value of the componentClass record component.
componentClass() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Returns the value of the componentClass record component.
ComponentCreatedInLoopException - Exception Class in com.vaadin.copilot.exception
 
ComponentCreatedInLoopException() - Constructor for exception class com.vaadin.copilot.exception.ComponentCreatedInLoopException
 
ComponentCreatedInLoopException(String) - Constructor for exception class com.vaadin.copilot.exception.ComponentCreatedInLoopException
 
componentCreateInfo(ComponentCreateInfo) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets the creation information associated with the component.
ComponentCreateInfo - Class in com.vaadin.copilot.javarewriter
Represents metadata related to the creation of a component within a Java source file.
ComponentCreateInfo(JavaSource) - Constructor for class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
componentCreateInfoOptional() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the componentCreateInfoOptional record component.
ComponentDragDropApiInfo(boolean, boolean, boolean, boolean, boolean) - Constructor for record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Creates an instance of a ComponentDragDropApiInfo record class.
componentFromJson(JsonNode) - Static method in record class com.vaadin.copilot.javarewriter.JavaComponent
Creates a new JavaComponent instance from a JSON object.
ComponentInfo - Record Class in com.vaadin.copilot.javarewriter
Represents metadata information about a Vaadin Component.
ComponentInfo(Class<? extends Component>, ConstructorDeclaration, boolean, boolean, boolean, boolean, boolean, Optional<CustomComponent>, Optional<ComponentCreateInfo>, Optional<ComponentAttachInfo>) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentInfo
Creates an instance of a ComponentInfo record class.
ComponentInfoBuilder - Class in com.vaadin.copilot.javarewriter
Builder pattern for ComponentInfo class
ComponentInfoBuilder() - Constructor for class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
 
ComponentInfoFinder - Class in com.vaadin.copilot.javarewriter
Responsible for locating and aggregating information about a UI component's creation and attachment within a Java project.
ComponentInfoFinder(JavaFileSourceProvider, ComponentTypeAndSourceLocation) - Constructor for class com.vaadin.copilot.javarewriter.ComponentInfoFinder
Constructs a ComponentInfoFinder using the default ProjectFileManager instance and the given component source metadata.
ComponentInfoForCustomComponentSupport - Class in com.vaadin.copilot.customcomponent
Contains information for each node instance that is required for custom component support.
ComponentInfoForCustomComponentSupport() - Constructor for class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
Default constructor
ComponentInfoForCustomComponentSupport(String) - Constructor for class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
Constructs the ComponentInfoForCustomComponentSupport with createLocationPath
ComponentInfoHandler - Class in com.vaadin.copilot
Handles component specific commands
ComponentInfoHandler(SourceSyncChecker) - Constructor for class com.vaadin.copilot.ComponentInfoHandler
 
ComponentInfoHandler.ComponentDragDropApiInfo - Record Class in com.vaadin.copilot
A record that encapsulates metadata about a component's drag-and-drop API support.
ComponentInfoNotFoundException - Exception Class in com.vaadin.copilot.javarewriter.exception
Happens when component info not found for unknown reasons.
ComponentInfoNotFoundException(ComponentTypeAndSourceLocation, String) - Constructor for exception class com.vaadin.copilot.javarewriter.exception.ComponentInfoNotFoundException
 
ComponentMetadataHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
ComponentMetadataHandler(HasSourceModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.ComponentMetadataHandler
 
ComponentMetadataResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
ComponentMetadataResponse(Boolean, String, String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
ComponentProperty - Class in com.vaadin.copilot.plugins.propertypanel
 
ComponentProperty(String) - Constructor for class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
ComponentProperty.ComponentPropertyOption - Record Class in com.vaadin.copilot.plugins.propertypanel
 
ComponentPropertyHelperUtil - Class in com.vaadin.copilot.plugins.propertypanel
Helper util for properties panel to handle parsing and obtaining data from JSON
ComponentPropertyHelperUtil.PropertyFieldInfo - Record Class in com.vaadin.copilot.plugins.propertypanel
Holds metadata about a component property field, including its type, whether it supports multiple selection, and the fully qualified name of its associated class.
ComponentPropertyOption(String, Object) - Constructor for record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Creates an instance of a ComponentPropertyOption record class.
ComponentPropertyProvider - Class in com.vaadin.copilot.plugins.propertypanel
 
ComponentPropertyProvider(ComponentSourceFinder) - Constructor for class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyProvider
 
ComponentPropertyType - Enum Class in com.vaadin.copilot
Property types that properties panel supports
componentsFromJson(ArrayNode) - Static method in record class com.vaadin.copilot.javarewriter.JavaComponent
Creates a new JavaComponent instance from a JSON array.
ComponentSourceFinder - Class in com.vaadin.copilot
Finds the source location of a component in the project.
ComponentSourceFinder(VaadinSession) - Constructor for class com.vaadin.copilot.ComponentSourceFinder
Creates a new component source finder for the given session.
componentSpecificValueMapping(Class<?>, String, Object) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Rewrites the value of a property for a specific component type.
ComponentType - Enum Class in com.vaadin.copilot.plugins.themeeditor
 
ComponentTypeAndSourceLocation - Record Class in com.vaadin.copilot.javarewriter
Information about a component in the source code.
ComponentTypeAndSourceLocation(Class<? extends Component>, List<Class<?>>, Component, Optional<File>, Optional<ComponentTracker.Location>, Optional<ComponentTracker.Location>, ComponentTypeAndSourceLocation, List<ComponentTypeAndSourceLocation>) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Creates a constructor with createdStatically
ComponentTypeAndSourceLocation(Class<? extends Component>, List<Class<?>>, Component, Optional<File>, Optional<ComponentTracker.Location>, Optional<ComponentTracker.Location>, ComponentTypeAndSourceLocation, List<ComponentTypeAndSourceLocation>, boolean) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Creates an instance of a ComponentTypeAndSourceLocation record class.
ComponentTypeAndSourceLocation(Class<? extends Component>, List<Class<?>>, Optional<File>, Optional<ComponentTracker.Location>, Optional<ComponentTracker.Location>, ComponentTypeAndSourceLocation, List<ComponentTypeAndSourceLocation>) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Creates the entry where component is set null
ConfigurationFileUtil - Class in com.vaadin.copilot
Utility class to create JSON response from Configuration files and save configuration data from request
ConnectToService - Class in com.vaadin.copilot
Utility class for connecting to a service method.
ConnectToService() - Constructor for class com.vaadin.copilot.ConnectToService
 
ConnectToService.BindingType - Enum Class in com.vaadin.copilot
The type of binding that can be used for a Flow Grid.
ConstructorAnalyzer - Class in com.vaadin.copilot.javarewriter
 
constructorArgumentIsArray(ObjectCreationExpr, int) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Resolves object creation expression to access Class API to get argument.isArray() value of given argument index.
containerComposite() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the containerComposite record component.
containerComposite(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Specifies whether the component is part of a container composite structure.
contains(Object) - Method in class com.vaadin.copilot.IdentityHashSet
 
containsAll(Collection<?>) - Method in class com.vaadin.copilot.IdentityHashSet
 
containsMethodInEmptyConstructorCall(ComponentInfo, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Analyzes bytecode of the given component to search for method with methodName is called in an empty constructor
context() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the context record component.
contextmenu - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
convertImageToCode(String, String, boolean, Consumer<String>, Consumer<Throwable>) - Static method in class com.vaadin.copilot.ai.UIFromImage
 
convertReactPropertyToJavaSetter(String, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Converts a React property name to a Java setter method name.
Copilot - Class in com.vaadin.copilot
This is the entry point for copilot.
Copilot() - Constructor for class com.vaadin.copilot.Copilot
 
COPILOT_AI_FILE_UPDATE_UNDO_LABEL - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
COPILOT_AUTHORISATION_FAILED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
COPILOT_CLIENT_TIMEOUT_ERROR - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
COPILOT_INTERNAL_ERROR - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
COPILOT_INTERNAL_ERROR - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
COPILOT_REQUEST_LIMIT_REACHED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
COPILOT_TOKEN_LIMIT_REACHED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
CopilotCommand - Class in com.vaadin.copilot
Base class for all classes that handle Copilot commands from the browser.
CopilotCommand() - Constructor for class com.vaadin.copilot.CopilotCommand
 
CopilotEditor - Class in com.vaadin.copilot.plugins.themeeditor
Editor extension to write file content
CopilotEditor(VaadinSession) - Constructor for class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
CopilotException - Exception Class in com.vaadin.copilot.exception
Generic exception for Copilot which exists mainly to make it easy to see that an exception originated inside Copilot.
CopilotException(String) - Constructor for exception class com.vaadin.copilot.exception.CopilotException
Creates a new exception with the given message.
CopilotException(String, Throwable) - Constructor for exception class com.vaadin.copilot.exception.CopilotException
Creates a new exception with the given message and cause.
CopilotException(Throwable) - Constructor for exception class com.vaadin.copilot.exception.CopilotException
Creates a new exception with the given cause.
CopilotHotswapEvent(Class<?>, boolean) - Constructor for class com.vaadin.copilot.HotswapEventBus.CopilotHotswapEvent
Creates a new event.
CopilotIDEPlugin - Class in com.vaadin.copilot.ide
IDE plugin support utility
CopilotIDEPlugin.Commands - Enum Class in com.vaadin.copilot.ide
 
CopilotIDEPlugin.UnsupportedOperationByPluginException - Exception Class in com.vaadin.copilot.ide
 
CopilotIDEPluginProperties - Class in com.vaadin.copilot.ide
 
CopilotIndexHtmlLoader - Class in com.vaadin.copilot
 
CopilotIndexHtmlLoader() - Constructor for class com.vaadin.copilot.CopilotIndexHtmlLoader
 
CopilotInfo - Class in com.vaadin.copilot.plugins.info
 
CopilotInfo(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.plugins.info.CopilotInfo
Creates a new instance.
CopilotInfo.NameAndVersion - Record Class in com.vaadin.copilot.plugins.info
 
CopilotJacksonUtils - Class in com.vaadin.copilot
 
CopilotJacksonUtils() - Constructor for class com.vaadin.copilot.CopilotJacksonUtils
 
CopilotLoader - Class in com.vaadin.copilot.startup
 
CopilotLoader() - Constructor for class com.vaadin.copilot.startup.CopilotLoader
 
copilotProjectCannotLeaveLocalhost() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the copilotProjectCannotLeaveLocalhost record component.
CopilotServerClient - Class in com.vaadin.copilot
Base class for Copilot Server API clients
CopilotServerClient() - Constructor for class com.vaadin.copilot.CopilotServerClient
Constructor initializing HttpClient and ObjectMapper
CopilotServerClient.AccessControlData - Record Class in com.vaadin.copilot
 
CopilotServerClient.AIProvider - Enum Class in com.vaadin.copilot
 
CopilotServerRequest - Record Class in com.vaadin.copilot.communication
 
CopilotServerRequest(String, Map<String, String>, Map<String, String>) - Constructor for record class com.vaadin.copilot.communication.CopilotServerRequest
Creates an instance of a CopilotServerRequest record class.
CopilotServerResponse - Record Class in com.vaadin.copilot.communication
 
CopilotServerResponse(int, String, Map<String, String>) - Constructor for record class com.vaadin.copilot.communication.CopilotServerResponse
Creates an instance of a CopilotServerResponse record class.
CopilotServerResponseCode - Enum Class in com.vaadin.copilot.communication
 
CopilotSession - Class in com.vaadin.copilot
The main code for Copilot for a given VaadinSession instance.
CopilotSession(VaadinSession, DevToolsInterface) - Constructor for class com.vaadin.copilot.CopilotSession
Create a new CopilotSession for the given VaadinSession.
CopilotStatus - Class in com.vaadin.copilot
 
copilotVersion() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns the value of the copilotVersion record component.
CopilotVersion - Class in com.vaadin.copilot
Utility class for reading the Copilot version.
count() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Returns the value of the count record component.
create() - Static method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
 
create() - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Creates exception report from the information that is provided.
createAddClassNameExprUsingLumoVariables(Expression, Object, CompilationUnit) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Creates addClassNames call for the given owner using value.
createAddClassNameStatement(SimpleName, String) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
createAndAttachLocationsAreInSameFile() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the createAndAttachLocationsAreInSameFile record component.
createAndAttachLocationsAreInSameFile(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets whether component create location and attach location are in the same file.
createAttachInfo(JavaSource, AttachExpression, BlockStmt, ComponentCreateInfo) - Static method in class com.vaadin.copilot.javarewriter.ComponentInfoFinder
 
CreateBeanFieldsData(String, String) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Creates an instance of a CreateBeanFieldsData record class.
CreateBeanFieldsRequest(AICreateFieldsHandler.CreateBeanFieldsData, CopilotServerClient.AccessControlData) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Creates an instance of a CreateBeanFieldsRequest record class.
CreateBeanFieldsResponse(List<UIServiceCreator.FieldInfo>) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsResponse
Creates an instance of a CreateBeanFieldsResponse record class.
createComponentConstructor(JavaComponent, ClassOrInterfaceType, String, Consumer<String>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Creates the convenient component constructor for a new JavaComponent to be added to the code.
createComponentCreateInfo(JavaSource, ObjectCreationExpr) - Static method in class com.vaadin.copilot.javarewriter.ComponentInfoFinder
 
createComponentInfoForTemplateComponent(JavaSource, ObjectCreationExpr, AttachExpression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
createComponentStatements(InsertionPoint, JavaComponent, JavaComponent, boolean, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaRewriter.Where, JavaSource) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
createComponentStatements(InsertionPoint, JavaComponent, List<JavaComponent>, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaRewriter.Where, JavaSource) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
createComponentStatements(JavaRewriter, JavaComponent, InsertionPoint, JavaComponent, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaSource) - Method in class com.vaadin.copilot.javarewriter.custom.CrudComponentHandle
 
createComponentStatements(JavaRewriter, JavaComponent, InsertionPoint, JavaComponent, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaSource) - Method in class com.vaadin.copilot.javarewriter.custom.CustomComponentHandle
 
createComponentStatements(JavaRewriter, JavaComponent, InsertionPoint, JavaComponent, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaSource) - Method in class com.vaadin.copilot.javarewriter.custom.DashboardComponentHandle
 
createComponentStatements(JavaRewriter, JavaComponent, InsertionPoint, JavaComponent, String, ComponentInfo, JavaRewriter.AddTemplateOptions, JavaSource) - Method in class com.vaadin.copilot.javarewriter.custom.DetailsComponentHandle
 
createdInLoop() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the createdInLoop record component.
createdInLoop(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets whether the component is created inside a loop.
createdInUserProject() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns the value of the createdInUserProject record component.
createdStatically() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the createdStatically record component.
createEmptyStyleRule(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Creates empty rule with given selector
createEmptyType() - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Creates a Type that can be used in generics to end up with `invalid input: '<'>`.
CreateExampleDataData(String, List<UIServiceCreator.FieldInfo>, int) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Creates an instance of a CreateExampleDataData record class.
CreateExampleDataRequest(AICreateFieldsHandler.CreateExampleDataData, CopilotServerClient.AccessControlData) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Creates an instance of a CreateExampleDataRequest record class.
CreateExampleDataResponse(List<Map<String, String>>) - Constructor for record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataResponse
Creates an instance of a CreateExampleDataResponse record class.
createFlowView(String, String, Path, AccessRequirement, Class<?>, String, String, Boolean) - Method in class com.vaadin.copilot.RouteCreator
Creates a Flow view for the given route using the given access requirement.
createHillaView(String, String, Path, AccessRequirement, String, String, boolean) - Method in class com.vaadin.copilot.RouteCreator
Creates a Hilla view for the given route using the given access requirement.
createLocationInProject() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the createLocationInProject record component.
createLocationPath - Variable in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
CreateLumoThemeVariableData(byte[], String) - Constructor for record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Creates an instance of a CreateLumoThemeVariableData record class.
CreateLumoThemeVariableRequest(CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData, CopilotServerClient.AccessControlData) - Constructor for record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Creates an instance of a CreateLumoThemeVariableRequest record class.
CreateLumoThemeVariableResponse(String) - Constructor for record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse
Creates an instance of a CreateLumoThemeVariableResponse record class.
CreateLumoThemeVariablesHandler - Class in com.vaadin.copilot.ai
 
CreateLumoThemeVariablesHandler() - Constructor for class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler
 
CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData - Record Class in com.vaadin.copilot.ai
 
CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest - Record Class in com.vaadin.copilot.ai
 
CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse - Record Class in com.vaadin.copilot.ai
 
createMethodCall(Expression, String, Expression...) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
createServiceAndBean(UIServiceCreator.ServiceAndBeanInfo, JavaSourcePathDetector.ModuleInfo) - Method in class com.vaadin.copilot.UIServiceCreator
Creates a service and bean based on the provided ServiceAndBeanInfo.
createStyleRule(String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
CrudComponentHandle - Class in com.vaadin.copilot.javarewriter.custom
Crud component handler.
CrudComponentHandle() - Constructor for class com.vaadin.copilot.javarewriter.custom.CrudComponentHandle
 
css() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse
Returns the value of the css record component.
cssPath() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the cssPath record component.
CssRule - Class in com.vaadin.copilot.plugins.themeeditor.utils
 
CssRule() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
CssRule(String, String, String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
CssRule(String, Map<String, String>) - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
currentSession - Static variable in class com.vaadin.copilot.CopilotCommand
Used to pass the session to all commands without having to add it to all constructors but so it is still available in constructors.
CUSTOM_COMPONENT_NOT_SUPPORTED - Static variable in exception class com.vaadin.copilot.plugins.docs.DocsException
 
CustomComponent - Interface in com.vaadin.copilot.customcomponent
A wrapper class for custom component.
CustomComponent.Type - Enum Class in com.vaadin.copilot.customcomponent
Type of the custom component.
CustomComponentAddMethodInfo - Class in com.vaadin.copilot.customcomponent
 
CustomComponentAddMethodInfo(String, String, String) - Constructor for class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
CustomComponentApiSelection - Record Class in com.vaadin.copilot.customcomponent
 
CustomComponentApiSelection(String, JavaRewriter.AddReplace) - Constructor for record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Creates an instance of a CustomComponentApiSelection record class.
CustomComponentDetector - Class in com.vaadin.copilot.customcomponent
Provides information about component is whether a custom component or not.
CustomComponentExternal - Record Class in com.vaadin.copilot.customcomponent
Contains information for custom components that are defined outside the project. e.g. addon, external maven libraries etc...
CustomComponentExternal(Class<?>) - Constructor for record class com.vaadin.copilot.customcomponent.CustomComponentExternal
Creates an instance of a CustomComponentExternal record class.
CustomComponentHandle - Class in com.vaadin.copilot.javarewriter.custom
CustomComponentHandle is the backbone of creating statement for custom components such as Grids, Charts etc...
CustomComponentHandle() - Constructor for class com.vaadin.copilot.javarewriter.custom.CustomComponentHandle
 
CustomComponentHandler - Class in com.vaadin.copilot.javarewriter.custom
 
CustomComponentHelper - Class in com.vaadin.copilot.customcomponent
Helper class for custom components
customComponentInfo() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the customComponentInfo record component.
customComponentInfo(CustomComponent) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets custom information associated with the component.
CustomComponentInProject - Record Class in com.vaadin.copilot.customcomponent
Contains information for custom components that are found in project sources.
CustomComponentInProject(Class<?>, File) - Constructor for record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Creates an instance of a CustomComponentInProject record class.
CustomComponentInstanceInfo - Class in com.vaadin.copilot.customcomponent
Contains information about custom component instance.
CustomComponentInstanceInfo(CustomComponent.Type, String, String, String, boolean) - Constructor for class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
CustomComponentResponseData - Record Class in com.vaadin.copilot.customcomponent
Contains all the information that is required for the UI to have custom component support.
CustomComponentResponseData(Map<Integer, ComponentInfoForCustomComponentSupport>) - Constructor for record class com.vaadin.copilot.customcomponent.CustomComponentResponseData
Creates an instance of a CustomComponentResponseData record class.
CustomComponents - Class in com.vaadin.copilot.customcomponent
Contains the map of detected custom component classes

D

DashboardComponentHandle - Class in com.vaadin.copilot.javarewriter.custom
Handlers for Dashboard, DashboardSection, DashboardWidget components
DashboardComponentHandle() - Constructor for class com.vaadin.copilot.javarewriter.custom.DashboardComponentHandle
 
data() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns the value of the data record component.
data() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Returns the value of the data record component.
DataEntityRecordRewriter - Class in com.vaadin.copilot.javarewriter
Class/Record definition related functions for Java Rewriter This class generates a record/class to host data entities used in advanced data components like Grid
DataEntityRecordRewriter(CompilationUnit) - Constructor for class com.vaadin.copilot.javarewriter.DataEntityRecordRewriter
 
dataStorage() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the dataStorage record component.
dataTestId() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the dataTestId record component.
decideEntityPackage(JavaSourcePathDetector.ModuleInfo, Path, String) - Static method in class com.vaadin.copilot.Util
 
decideRepositoryPackage(JavaSourcePathDetector.ModuleInfo, Path, String) - Static method in class com.vaadin.copilot.Util
 
decideServicePackage(JavaSourcePathDetector.ModuleInfo, Path, String) - Static method in class com.vaadin.copilot.Util
 
DEFAULT_ENTITY_RECORD_NAME - Static variable in class com.vaadin.copilot.javarewriter.DataEntityRecordRewriter
 
DefaultValueNotAccessibleException - Exception Class in com.vaadin.copilot.plugins.propertypanel
Exception that is thrown when a component class is not accessible through reflection API.
DefaultValueNotAccessibleException(String) - Constructor for exception class com.vaadin.copilot.plugins.propertypanel.DefaultValueNotAccessibleException
 
delete(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Deletes a component from the source code.
deleteFile(File) - Method in class com.vaadin.copilot.ProjectFileManager
 
DENY_ALL - Enum constant in enum class com.vaadin.copilot.AccessRequirement.Type
 
Dependency(PomFileRewriter, String, String, String, int) - Constructor for record class com.vaadin.copilot.PomFileRewriter.Dependency
Creates an instance of a Dependency record class.
description() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Returns the value of the description record component.
deSelect - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
DetailsComponentHandle - Class in com.vaadin.copilot.javarewriter.custom
 
DetailsComponentHandle() - Constructor for class com.vaadin.copilot.javarewriter.custom.DetailsComponentHandle
 
detectAndPutIfPresent(Component, VaadinSession) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentDetector
Detects if given class is a custom component class.
detectAndPutIfPresent(VaadinSession, Class<?>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentDetector
Detects if given class is a custom component class.
detectProjectPaths(ApplicationConfiguration) - Static method in class com.vaadin.copilot.JavaSourcePathDetector
Detects the source folders in use by the project.
DevSetupHandler - Class in com.vaadin.copilot.plugins.devsetup
Handler for development environment setup.
DevSetupHandler(CopilotIDEPlugin) - Constructor for class com.vaadin.copilot.plugins.devsetup.DevSetupHandler
 
DevSetupInfo - Record Class in com.vaadin.copilot.plugins.devsetup
 
DevSetupInfo(IDEPluginInfo) - Constructor for record class com.vaadin.copilot.plugins.devsetup.DevSetupInfo
Creates an instance of a DevSetupInfo record class.
dismissId() - Method in record class com.vaadin.copilot.ide.IdeNotification
Returns the value of the dismissId record component.
DocsDataLoader - Class in com.vaadin.copilot.plugins.docs
 
DocsDataLoader() - Constructor for class com.vaadin.copilot.plugins.docs.DocsDataLoader
 
DocsException - Exception Class in com.vaadin.copilot.plugins.docs
 
DocsException(int) - Constructor for exception class com.vaadin.copilot.plugins.docs.DocsException
 
DocsHandler - Class in com.vaadin.copilot.plugins.docs
 
DocsHandler() - Constructor for class com.vaadin.copilot.plugins.docs.DocsHandler
 
DocsHandler.AskDocsData - Record Class in com.vaadin.copilot.plugins.docs
 
DocsHandler.AskDocsRequest - Record Class in com.vaadin.copilot.plugins.docs
 
DocsHandler.AskDocsResponse - Record Class in com.vaadin.copilot.plugins.docs
 
DocsMainSection - Class in com.vaadin.copilot.plugins.docs
 
DocsMainSection() - Constructor for class com.vaadin.copilot.plugins.docs.DocsMainSection
 
DocsMainSection(String) - Constructor for class com.vaadin.copilot.plugins.docs.DocsMainSection
 
DocsRequest - Class in com.vaadin.copilot.plugins.docs
 
DocsRequest() - Constructor for class com.vaadin.copilot.plugins.docs.DocsRequest
 
DocsResponse - Class in com.vaadin.copilot.plugins.docs
 
DocsResponse() - Constructor for class com.vaadin.copilot.plugins.docs.DocsResponse
 
DocsSection - Class in com.vaadin.copilot.plugins.docs
 
DocsSection() - Constructor for class com.vaadin.copilot.plugins.docs.DocsSection
 
DOCUMENTATION_PAGE_NOT_FOUND - Static variable in exception class com.vaadin.copilot.plugins.docs.DocsException
 
DOCUMENTATION_PAGE_SERVICE_NOT_AVAILABLE - Static variable in exception class com.vaadin.copilot.plugins.docs.DocsException
 
DOUBLE - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
download(URL, FileDownloader.ProgressListener) - Static method in class com.vaadin.copilot.Downloader
Downloads the given URL and provide the data as a stream.
Downloader - Class in com.vaadin.copilot
 
downloadFile(URL, File, FileDownloader.ProgressListener) - Static method in class com.vaadin.copilot.Downloader
Downloads a file from the given URL to the target file, taking proxies into account.
downloadHotswapAgent(File, Consumer<String>) - Method in class com.vaadin.copilot.HotswapAgentDownloader
Downloads the Hotswap Agent JAR file into the given target file.
downloadLatestJBR(Consumer<String>) - Method in class com.vaadin.copilot.JetbrainsRuntimeUtil
Downloads the latest JetBrains Runtime and returns the downloaded file.
duplicate(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
duplicate(ComponentInfo, boolean) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Duplicates a component in the source code.
duplicate(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
Deprecated.
 
DuplicateInfo(Map<String, String>, List<MethodCallExpr>, VariableDeclarationExpr, AssignExpr) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Creates an instance of a DuplicateInfo record class.

E

EAGER - Enum constant in enum class com.vaadin.copilot.ConnectToService.BindingType
 
ECLIPSE - Enum constant in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
Editor - Class in com.vaadin.copilot.plugins.themeeditor
 
Editor() - Constructor for class com.vaadin.copilot.plugins.themeeditor.Editor
 
Editor.Modification - Class in com.vaadin.copilot.plugins.themeeditor
 
email() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the email record component.
EMBEDDED_CONTEXT_RETRIEVAL - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
EMBEDDING_CONTEXT - Enum constant in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
ensureAutoHotDeploy(File) - Static method in class com.vaadin.copilot.VsCodeUtil
Enables auto hot deploy of code changes for the given project in VS Code by writing a project specific setting.
entityName() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Returns the value of the entityName record component.
ENUM - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
equals - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.communication.StreamResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.customcomponent.CustomComponentResponseData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ErrorsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ide.IdeNotification
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.devsetup.DevSetupInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
equals(Object) - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
equals(Object) - Method in record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.SpringBridge.H2Info
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.SpringBridge.VersionInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.userinfo.UserInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Indicates whether some other object is "equal to" this one.
error() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Returns the value of the error record component.
ERROR - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
ERROR - Enum constant in enum class com.vaadin.copilot.ide.IdeNotification.Type
 
ERROR_REQUEST - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
ErrorHandler - Class in com.vaadin.copilot
 
ErrorHandler() - Constructor for class com.vaadin.copilot.ErrorHandler
 
ErrorResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
ErrorResponse() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
ErrorResponse(String, String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
ErrorsRequest - Record Class in com.vaadin.copilot
ErrorsRequest message
ErrorsRequest(String, String, String, Map<String, String>) - Constructor for record class com.vaadin.copilot.ErrorsRequest
Creates an instance of a ErrorsRequest record class.
escapeSingleQuote(String) - Static method in class com.vaadin.copilot.Util
 
EU_ONLY - Enum constant in enum class com.vaadin.copilot.CopilotServerClient.AIProvider
 
event() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the event record component.
exampleData() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataResponse
Returns the value of the exampleData record component.
exampleData() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the exampleData record component.
exception() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the exception record component.
EXCEPTION_MESSAGE_KEY - Static variable in class com.vaadin.copilot.ErrorHandler
 
EXCEPTION_STACKTRACE_KEY - Static variable in class com.vaadin.copilot.ErrorHandler
 
ExceptionReport - Class in com.vaadin.copilot.exception.report
Represents a report for tracking exceptions within an application.
ExceptionReport() - Constructor for class com.vaadin.copilot.exception.report.ExceptionReport
 
ExceptionReportCreator - Class in com.vaadin.copilot.exception.report
A builder-style class used to construct an ExceptionReport instance.
ExceptionReportCreator() - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportCreator
 
ExceptionReportFileItem - Class in com.vaadin.copilot.exception.report
Represents a file-based item within an ExceptionReport.
ExceptionReportFileItem(File, String) - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportFileItem
 
ExceptionReportFileItem(String, String) - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportFileItem
Constructs a new ExceptionReportFileItem with the specified file and content.
ExceptionReportItem - Interface in com.vaadin.copilot.exception.report
A generic interface that represents what items should return for reporting an issue.
ExceptionReportRelevantComponentNode - Class in com.vaadin.copilot.exception.report
Represents a reference to a relevant UI component node within the context of an exception report.
ExceptionReportRelevantComponentNode() - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
Default constructor for ExceptionReportRelevantComponentNode.
ExceptionReportRelevantComponentNode(String, Component) - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
Constructs a new ExceptionReportRelevantComponentNode with the given relevance label and the target Component.
ExceptionReportRelevantPairData - Class in com.vaadin.copilot.exception.report
Class that contains information key value pair that is useful for identifying the exception.
ExceptionReportRelevantPairData(String, Object) - Constructor for class com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
Constructors a ExceptionReportRelevantPairData
exists(String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Checks whether a class with the specified fully qualified name exists and is loadable.
expression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
Returns the value of the expression record component.
expressionsInDifferentBlocks(Expression, Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks given two expression are in different blocks.
extendedClassDefCapable() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the extendedClassDefCapable record component.
EXTERNAL - Enum constant in enum class com.vaadin.copilot.customcomponent.CustomComponent.Type
 
EXTERNAL_AUTHORISATION_FAILED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
EXTERNAL_SERVER_OVERLOADED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
EXTERNAL_SERVER_UNREACHABLE - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
extractComponent(ComponentInfo, IdentityHashMap<ComponentInfo, List<ComponentInfo>>, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Extracts the given component, including its children, to a new component.
extractFromRequest(JsonNode) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Calls CustomComponentHelper.extractFromRequest(JsonNode, String) with customComponentApiSelection key
extractFromRequest(JsonNode, String) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Extract CustomComponentApiSelection from the data witht the given key if present.
ExtractInlineVariableResult(BlockStmt, String, int) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Creates an instance of a ExtractInlineVariableResult record class.
extractInlineVariableToLocalVariable(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Extracts an inline variable to local variable with a new variable name.
extractPropertyValueFromJson(JsonNode) - Static method in class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil
Parses JSON object to obtain Java-typed value.

F

FeedbackClient - Class in com.vaadin.copilot.feedback
 
FeedbackClient() - Constructor for class com.vaadin.copilot.feedback.FeedbackClient
 
FeedbackHandler - Class in com.vaadin.copilot.feedback
 
FeedbackHandler() - Constructor for class com.vaadin.copilot.feedback.FeedbackHandler
 
FeedbackRequest - Record Class in com.vaadin.copilot.feedback
Feedback Request
FeedbackRequest(String, String, Map<String, String>) - Constructor for record class com.vaadin.copilot.feedback.FeedbackRequest
Creates an instance of a FeedbackRequest record class.
fetchHillaVersion() - Static method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
fetchJavaVersion() - Static method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
fetchOperatingSystem() - Static method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
fetchVaadinVersion() - Static method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
fieldDeclaration - Variable in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
fieldDeclarationAndAssignment - Variable in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
FieldInfo(String, String) - Constructor for record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Creates an instance of a FieldInfo record class.
fieldInfos() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsResponse
Returns the value of the fieldInfos record component.
fieldInfos() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Returns the value of the fieldInfos record component.
fieldName - Variable in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
FieldOrVariable(Expression, Type, ObjectCreationExpr) - Constructor for record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Creates an instance of a FieldOrVariable record class.
fields() - Method in record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Returns the value of the fields record component.
file() - Method in record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Returns the value of the file record component.
fileName() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Returns the value of the fileName record component.
FilePathAndName(String, String) - Constructor for record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Creates an instance of a FilePathAndName record class.
fileRewriter() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns the value of the fileRewriter record component.
fileRewriter() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns the value of the fileRewriter record component.
filesContainCompilationErrors() - Method in record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Returns the value of the filesContainCompilationErrors record component.
filterMethodBasedOnDraggedComponentHierarchy(List<JavaReflectionUtil.ComponentAddableMethod>, List<String>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Filters the method in the custom component based on the dragged element hierarchy. e.g. when you drop an Image onto Custom Component, the listed methods should be in the hierarchy of Image.
find() - Method in class com.vaadin.copilot.javarewriter.ComponentInfoFinder
Finds and compiles information about a component's creation and (if applicable) attachment in the project.
find(String) - Static method in enum class com.vaadin.copilot.ComponentPropertyType
Returns the ComponentPropertyType corresponding to the given Java type name.
find(String) - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
 
findActiveJavaFiles(VaadinSession, int) - Static method in class com.vaadin.copilot.FlowUtil
Finds all Java files that are used to create the current component tree for the given ui.
findAllComponents(VaadinSession, int) - Static method in class com.vaadin.copilot.FlowUtil
 
findAndGet() - Method in class com.vaadin.copilot.WrapWithComponentListFinder
Finds the available components that has HasComponents interface in Flow and in the project and returns the sorted list
findArgumentIndex(NodeWithArguments<?>, Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Iterates arguments to check any of the argument equals to argExpression.
findBlockStatementIndex(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the index of the statement that wraps the given node in the closest block statement.
findCalls(Class<?>, ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find all calls done to methods in the given class through a reference to the given component.
findCommonAncestor(List<Path>) - Static method in class com.vaadin.copilot.Util
Finds the common ancestor path for the given paths.
findComponentByNodeIdAndUiId(VaadinSession, int, int) - Static method in class com.vaadin.copilot.FlowUtil
Finds the Component instance with given nodeId in UI with uiId via VaadinSession.accessSynchronously(Command)
findConstructor(Class<? extends Component>, Resolvable<ResolvedConstructorDeclaration>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds constructor for the given component from the constructor that is provided by Resolvable implementation
findCreateLocationCandidateOrThrow(VaadinSession) - Method in class com.vaadin.copilot.javarewriter.ClassSourceStaticAnalyzer
Determines the candidate create location.
findCurrentModule(VaadinSession, JsonNode) - Static method in class com.vaadin.copilot.Util
Finds the module where the (first of) currently open view(s) is defined.
findCurrentViewFile(VaadinSession, JsonNode) - Static method in class com.vaadin.copilot.Util
Finds a file related to the current view, to be able to determine which folder / project module to create new files in.
findDeclarationIndex(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the index of the given node in the block statement.
findDependency(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Finds the dependency with the given groupId and artifactId.
findDependencyByGroupIdAndArtifactId(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Finds dependency under both dependencies and dependencyManagement tags by groupId and artifactId
findFeaturePackage(String, String) - Static method in class com.vaadin.copilot.Util
 
findFieldDeclaration(Node, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the field declaration for the given field name in the class of the given node.
findFreeRecordName(String, ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findFreeVariableName(ComponentInfo, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a free variable name based on the component type.
findFreeVariableName(String, ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a free field name based on the given base name.
findFreeVariableName(String, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a free variable name based on the given base name.
findIdAnnotatedField(String, ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findIde() - Static method in class com.vaadin.copilot.ide.IdeUtils
Finds IDE used to run application
findInheritanceChain(Component) - Static method in class com.vaadin.copilot.ComponentSourceFinder
Finds inheritance chain of a component by going up for each superclass
findInsertionPointForAppend(ComponentInfo, JavaRewriter.Where) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
findLocalClassNameStmt(CompilationUnit, ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findLocalVariableOrField(CompilationUnit, int) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findLocationAfter(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the insert location after of given expression.
findLocationAtEnd(Statement) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the insert location at the end of the code block containing the given statement.
findLocationBefore(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the insert location before of given expression.
findMethodCall(BlockStmt, Node, SimpleName, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findMethodCallNonStatements(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds usage of the variable outside of method call statements, i.e. all usage not reported by JavaRewriterUtil.findMethodCallStatements(ComponentInfo).
findMethodCallNonStatements(ComponentInfo, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds usage of the variable outside of method call statements, i.e. all usage not reported by JavaRewriterUtil.findMethodCallStatements(ComponentInfo).
findMethodCalls(BlockStmt, SimpleName) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findMethodCalls(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds all method calls that are related to the given component.
findMethodCalls(ComponentInfo, Node.TreeTraversal) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds all method calls that are related to the given component.
findMethodCallStatements(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find all method calls that are statements, i.e. calls like foo.bar() or baz.qux("zug")).
findMethodCallStatements(ComponentInfo, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find all method calls statements for the given function, i.e. calls like foo.bar() or baz.qux("zug")).
findModificationWhere(CompilationUnit, ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findModule(File) - Method in class com.vaadin.copilot.ProjectFileManager
Finds the module where the given resource is located.
findNameReferences(String, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds all name references to the given variable name in the given scope.
findNode(CompilationUnit, ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findParameterUsage(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find all expressions where the given component is used as a call parameter.
findParentBlockNode(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findPropertyByKey(String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks given propertyKey is a property under properties tag.
findReference(NodeList<Expression>, ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a node among the nodes which refer to the given component.
findRelevantClassDeclaration(CompilationUnit, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.ClassSourceStaticAnalyzer
Locates the ClassOrInterfaceDeclaration in a given CompilationUnit that corresponds to the provided Class object, including support for inner classes.
findResource(String) - Method in class com.vaadin.copilot.ProjectFileManager
Finds the given resource by name, in any resource folder.
findResourceFolder(File) - Method in class com.vaadin.copilot.ProjectFileManager
Finds the resource folder where the given resource is located.
findReturnStatements(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find return statements referring to the component.
findRuleBySelector(CascadingStyleSheet, CSSSelector) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
findRuleBySelector(CascadingStyleSheet, CSSStyleRule) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
findSourceFolder(File) - Method in class com.vaadin.copilot.ProjectFileManager
Finds the source folder where the given file is located.
findStatement(CompilationUnit, int) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findTypeAndSourceLocation(int, int) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the source location of a component.
findTypeAndSourceLocation(int, int, boolean) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the source location of a component.
findTypeAndSourceLocation(Component, boolean) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the source location of a component.
findTypeAndSourceLocation(JsonNode) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the source location of a component.
findTypeAndSourceLocation(JsonNode, boolean) - Method in class com.vaadin.copilot.ComponentSourceFinder
Finds the source location of a component.
firstElementInDocument() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the firstElementInDocument record component.
firstname() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the firstname record component.
FLOAT - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
flow() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Returns the value of the flow record component.
FLOW - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
FLOW - Enum constant in enum class com.vaadin.copilot.Framework
 
FlowComponentDefaultValueCache - Class in com.vaadin.copilot.plugins.propertypanel
Collects and caches default values of a component by instantiating a new instance from Class and by calling getter methods
FlowComponentQuirks - Class in com.vaadin.copilot.javarewriter
This class contains hacks related to Flow components and how they work.
FlowTemplateRequest(String, String, String, String, AccessRequirement, Class<?>, String, String, boolean) - Constructor for record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Creates an instance of a FlowTemplateRequest record class.
FlowUtil - Class in com.vaadin.copilot
 
forEachComponent(JavaBatchRewriter.Callback) - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
Deprecated.
 
framework() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Returns the value of the framework record component.
Framework - Enum Class in com.vaadin.copilot
 
from(String) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 
from(String) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
from(JsonNode) - Static method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
Converts the given JSON to Scenario.
fromExpression(Expression, ResolvedType) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Parses the given expression and returns the object it represents.
fromJson(JsonNode) - Static method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
 
fromString(String) - Static method in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
fromString(String) - Static method in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
Finds the first matching item based on the string match.
frontendPath() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the frontendPath record component.
fullyQualifiedBeanName() - Method in record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Returns the value of the fullyQualifiedBeanName record component.
functionAffectsVariableName(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the value passed to the given function affects the variable name generated for the component.

G

generate() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchJavaTestGenerator
Generates the test case for the given scenario.
generateResponse(VaadinSession, Map<Component, ComponentTypeAndSourceLocation>, List<Component>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Generates the response that is used in the UI
generateTests(ProKey, String, UiRoute, UiLogin) - Method in class com.vaadin.copilot.plugins.testgeneration.TestGenerationServerClient
 
GenerateTestsHandler - Class in com.vaadin.copilot.plugins.testgeneration
 
GenerateTestsHandler() - Constructor for class com.vaadin.copilot.plugins.testgeneration.GenerateTestsHandler
 
generateVariableName(JavaComponent, ClassOrInterfaceType, InsertionPoint) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Provides a free name to be used when adding a new component.
get() - Static method in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
get() - Static method in class com.vaadin.copilot.MachineConfiguration
 
get() - Static method in record class com.vaadin.copilot.plugins.info.JdkInfo
 
get() - Static method in class com.vaadin.copilot.ProjectFileManager
 
get(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.custom.CustomComponentHandler
Finds the relevant CustomComponentHandle of the given JavaComponent
get(DocsRequest) - Method in class com.vaadin.copilot.plugins.docs.DocsDataLoader
Gets the documentation of requested component or throws exception on failure cases.
GET_CLASS_NAME - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
GET_MODULE_PATHS - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
GET_TRANSLATABLE_PROPERTY_ERROR - Static variable in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
GET_TRANSLATION_ERROR - Static variable in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
getAbsolutePath(String) - Method in class com.vaadin.copilot.ProjectFileManager
 
getAccessAnnotation(ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.AccessRequirementUtil
 
getAccessRequirement(AnnotatedElement, AnnotatedElement) - Static method in class com.vaadin.copilot.AccessRequirementUtil
Get the access requirement for the given annotated class or method based on its annotations.
getActiveLevel() - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
getAddedOrModifiedNodes() - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
getAiProvider() - Method in class com.vaadin.copilot.MachineConfiguration
 
getAnnotationType() - Method in enum class com.vaadin.copilot.AccessRequirement.Type
 
getAnnotationValue(AnnotationExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the value attribute of the given annotation or null if no value is found.
getAnnotationValue(String, Class<? extends Annotation>) - Method in class com.vaadin.copilot.plugins.testgeneration.GenerateTestsHandler
 
getApplicationClass(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Returns the Spring Boot application class of the given context.
getApplicationClass(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
Returns the Spring Boot application class of the given context.
getApplicationClassName(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Returns the Spring Boot application class name of the given context.
getApplicationConfiguration() - Method in class com.vaadin.copilot.ProjectFileManager
 
getArguments() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNamesVisitor
 
getAssertionType() - Method in class com.vaadin.copilot.testbenchgenerator.assertion.AssertionScenarioItem
 
getAssertionType() - Method in class com.vaadin.copilot.testbenchgenerator.assertion.TargetAssertionScenarioItem
 
getAssignmentExpression() - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
getAttachArgument(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the attach argument reference of the given component.
getAttachArgumentOrThrow(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Find the attach argument reference of given component or throws IllegalArgumentException if not found.
getAttachCall() - Method in class com.vaadin.copilot.javarewriter.ComponentAttachInfo
 
getAttachCallInSameFileOrThrow() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getAttachLocationCompilationUnitOrThrowIfNull() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getAttachLocationOrThrow() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
 
getBeanName() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
 
getBlock() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
 
getCascadingStyleSheet() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getChildAddableMethods() - Method in interface com.vaadin.copilot.customcomponent.CustomComponent
List of method names where children can be added
getChildAddableMethods(Class<?>) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Scans the public methods of the given class and identifies those that can be used to add child components, based on a predefined predicate.
getClass(String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Finds the class for the given source type.
getClassForComponent(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the Java class name for a given HTML tag.
getClassHierarchy(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
getClassHierarchy(String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Returns a list of fully qualified class names representing the class hierarchy for the specified class name, starting from the given class up to java.lang.Object.
getClassHierarchyOfJavaClassNameOrReactTagFromRequest(JsonNode) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Returns the hierarchy of dropped element onto a custom component.
getClassInfo() - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
getClassList() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getClassName() - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
getClassName() - Method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 
getClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
getClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
getClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
getClassName(Class<?>) - Static method in class com.vaadin.copilot.JavaReflectionUtil
 
getClassNameFromFilename(Path, Path) - Static method in class com.vaadin.copilot.Util
 
getCode() - Method in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
getCode() - Method in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
getCode() - Method in exception class com.vaadin.copilot.plugins.docs.DocsException
 
getCode() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
getCode() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ClassNameHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ComponentMetadataHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadPreviewHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadRulesHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LocalClassNameHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.OpenCssHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.RulesHandler
 
getCommandName() - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.SetFontHandler
 
getCommandName() - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.MessageHandler
 
getCompilationUnit() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
 
getCompilationUnit() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Parsed compilation unit of the given JavaSource.source from constructor.
getCompilationUnit(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
getComponent(VaadinSession, int, int) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
getComponentAttachInfoOptional() - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
 
getComponentAttachScope() - Method in class com.vaadin.copilot.javarewriter.ComponentAttachInfo
 
getComponentAttachScopeOrThrowIfDifferentFile() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getComponentCreateScope() - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
getComponentDisplayName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getComponentName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getComponentTypeAndSourceLocation() - Method in exception class com.vaadin.copilot.javarewriter.exception.ComponentInfoNotFoundException
 
getConfigResponse(File) - Static method in class com.vaadin.copilot.ConfigurationFileUtil
Gets response that contains configuration JSON.
getContent() - Method in class com.vaadin.copilot.exception.report.ExceptionReportFileItem
 
getContent() - Method in interface com.vaadin.copilot.exception.report.ExceptionReportItem
Content of the item.
getCopiedJavaComponent(JavaFileSourceProvider, ComponentTypeAndSourceLocation, ExceptionReportCreator) - Method in class com.vaadin.copilot.javarewriter.JavaRewriterCopyPasteHandler
Collects required data for copying and pasting a component
getCreateInfoOrThrow() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getCreateInfoOrThrow() - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Returns the ComponentCreateInfo if present, or throws an exception if absent.
getCreateLocationCompilationUnitOrThrowIfNull() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getCreateLocationFileOrThrowIfNull() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 
getCreateLocationOrThrow() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
 
getCreateLocationPath() - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
getCss() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadPreviewResponse
 
getCss() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Returns the content of the theme editor CSS file.
getCssFileName() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getCssRules(List<String>) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Retrieves list of CssRule for given selectors.
getCtrlKey() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getCustomComponentFilePath() - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
getCustomComponentInfo(Component) - Static method in class com.vaadin.copilot.customcomponent.CustomComponents
Returns the custom component information of a component if present.
getCustomComponentInfo(Class<?>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponents
Returns the custom component information of a component class if present.
getCustomComponentInfo(String) - Static method in class com.vaadin.copilot.customcomponent.CustomComponents
Returns the custom component information of a component class name if present.
getDeclaration() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
 
getDefaultPropertyValue(Component, String) - Method in class com.vaadin.copilot.plugins.propertypanel.FlowComponentDefaultValueCache
Retrieves the default value of a specified property for a given component.
getDefaultValue() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getDevice() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getDisposables() - Method in class com.vaadin.copilot.ai.AICommandHandler
 
getDocumentationPageUrl() - Method in class com.vaadin.copilot.plugins.docs.DocsResponse
 
getDownloadKey() - Method in class com.vaadin.copilot.JetbrainsRuntimeUtil
Returns the key to use for downloading the correct JBR SDK for the current architecture.
getEndpoints(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Gets a list of all endpoints / browser callables in the application.
getEndpoints(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
 
getEnumConstant(Class<?>, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Returns the enum constant of the specified enum type with the specified name.
getEnumValue(Class<?>, String, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
getEvents() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEvent
 
getExistingClassNames() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Returns selectors in the theme editors
getExpectedText() - Method in class com.vaadin.copilot.testbenchgenerator.assertion.TextEqualsAssertionItem
 
getExpectedTitle() - Method in class com.vaadin.copilot.testbenchgenerator.assertion.PageTitleEqualsAssertion
 
getFieldDeclaration() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getFieldDeclarationAndAssignment() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getFieldName() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getFieldOrVariableName(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the field or local variable name for the given component.
getFieldValue(Class<? extends T>, T, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Retrieves the value of a specified field from the given target object by searching through the class hierarchy of the provided class.
getFieldValue(Object, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Retrieves the value of a specified field from the given target object.
getFieldVariableName() - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
getFile() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Returns the file associated with this Java source.
getFile() - Static method in class com.vaadin.copilot.MachineConfiguration
 
getFileForClass(Class<?>) - Method in class com.vaadin.copilot.ProjectFileManager
Returns the Java file for the given class.
getFileForClass(String) - Method in class com.vaadin.copilot.ProjectFileManager
Returns the Java file for the given class.
getFileName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getFilenameFromClassName(String) - Static method in class com.vaadin.copilot.Util
Converts a fully qualified class name to a filename.
getFirstModifiedRow() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Finds the first modified row in the given source by comparing result and initial source
getFlowNewViewFolder(VaadinSession) - Method in class com.vaadin.copilot.ProjectFileManager
Finds the folder where a new Flow view should be created.
getFlowTemplate(NewRouteTemplateHandler.FlowTemplateRequest) - Method in class com.vaadin.copilot.NewRouteTemplateHandler
Creates a view template string that will have view configuration based on given parameters and invoke the template handler with it.
getFlowUIServices(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Gets a list of @Service classes that can potentially be used to get data to a component.
getFlowUIServices(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
 
getFontName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetFontRequest
 
getForClass(Class<?>) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 
getFreeVariableName(String) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
Returns a free variable name based on the given base name, available in the scope where code will be inserted.
getFrontendFolder() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the frontend folder.
getGetterName(String, String) - Static method in class com.vaadin.copilot.Util
Generates the getter method name for a given property.
getH2Info(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Gets information about a H2 database.
getH2Info(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
 
getHeaderText() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getHillaSourceFiles(JsonNode) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
 
getHillaTemplate(NewRouteTemplateHandler.HillaTemplateRequest) - Method in class com.vaadin.copilot.NewRouteTemplateHandler
Creates a view template string that will have view configuration based on given parameters and invoke the template handler with it.
getHillaViewsFolder() - Method in class com.vaadin.copilot.ProjectFileManager
Finds the folder where Hilla views should be created for the file system router to pick them up.
getHotswapAgentLocation(File) - Method in class com.vaadin.copilot.JetbrainsRuntimeUtil
Returns the location inside the JDK where HotswapAgent should be placed.
getHotswappedClass() - Method in class com.vaadin.copilot.HotswapEventBus.CopilotHotswapEvent
Gets the hotswapped class.
getHtmlContent() - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
getHttpClient() - Method in class com.vaadin.copilot.CopilotServerClient
 
getId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getImports() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
 
getIndex() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
 
getIndex() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getInnerTextProperty(Class<?>) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
getInstance() - Static method in class com.vaadin.copilot.analytics.AnalyticsClient
Get the singleton instance.
getInstance() - Static method in class com.vaadin.copilot.HotswapEventBus
 
getInstance() - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Gets instance of CopilotIDEPlugin.
getInstance() - Static method in class com.vaadin.copilot.ide.IDEHeartbeatScheduler
Gets the singleton instance of IDEHeartbeatScheduler.
getInstance() - Static method in class com.vaadin.copilot.plugins.propertypanel.FlowComponentDefaultValueCache
 
getItems() - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
getItems() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
 
getItemsFromProperty() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
return items of a component if they exist as a property
getItemType() - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
getJavaClassName() - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
getJavaExecutable(File) - Method in class com.vaadin.copilot.JetbrainsRuntimeUtil
Returns the location of the Java executable inside the JDK.
getJavaIdentifier(String, int) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Converts the given string into a valid Java identifier.
getJavaPackage(File) - Method in class com.vaadin.copilot.ProjectFileManager
Gets the java package for the given source file
getJavaPackages(Path) - Static method in class com.vaadin.copilot.Util
 
getJavaResourceFolder() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the java resource folder.
getJavaSource() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getJavaSource(File) - Method in class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
Retrieves a JavaSource representation of the specified Java source file.
getJavaSourceFolder() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the java source folder.
getJpaEntityClasses(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Lists the JPA entities in the project
getJpaEntityClasses(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringDataIntegration
 
getJson() - Method in class com.vaadin.copilot.MachineConfiguration
 
getLabel() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getLatestPreview() - Static method in class com.vaadin.copilot.PreviewHandler
Returns the latest preview activation response.
getLayoutClasses(VaadinSession, List<RouteData>) - Static method in class com.vaadin.copilot.RouteHandler
Returns the unique layout classes that are used in given route list
getLocalClassName(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Gets component local classname if exists.
getLocalVariableDeclarator() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getLocalVariableName() - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
getLocalVariableName() - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
getLogger() - Method in class com.vaadin.copilot.plugins.devsetup.DevSetupHandler
 
getLogger() - Method in class com.vaadin.copilot.plugins.docs.DocsDataLoader
 
getLumoMethodArgExpressions(String, List<String>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Converts given class names to LumoUtility field access expressions. e.g.
getLumoMethodArgExpressions(List<String>, List<String>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Converts given class names of given lumo inner class name lists and return all.
getMainSectionList() - Method in class com.vaadin.copilot.plugins.docs.DocsResponse
 
getMappedProperty(Constructor<?>, int) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Returns a property used in a constructor at the given index
getMappings(Constructor<?>) - Method in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
getMessage() - Method in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
getMessage() - Method in exception class com.vaadin.copilot.javarewriter.exception.ComponentInfoNotFoundException
 
getMessage() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
getMetaDir() - Method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
getMetaKey() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getMethodCallChildren(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the list of children of the given JavaComponent that should be added as method calls
getMethodCallExpression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getMethodCallExprFromComponent(CompilationUnit, JavaComponent, Expression, String) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the MethodCallExpr to be added to the owner object for the given JavaComponent
getMethodCallsInConstructor(Constructor<?>) - Method in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
getMethodIfEmpty(BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
getMethodInvocationResult(Object, Method) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Calls the method of given component instance to obtain result value
getMethodName() - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
getMethodName() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
 
getModulePaths() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
getModules() - Method in class com.vaadin.copilot.ProjectFileManager
Gets the modules in the project.
getName() - Method in class com.vaadin.copilot.exception.report.ExceptionReportFileItem
 
getName() - Method in interface com.vaadin.copilot.exception.report.ExceptionReportItem
Name or description of the item.
getName() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getNewClassPackageNameRelative(String, VaadinSession) - Static method in class com.vaadin.copilot.RouteCreator
 
getNewFilePath(String, String) - Static method in class com.vaadin.copilot.RouteCreator
 
getNode() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getNodeId() - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
getNodeId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getNodeId(Component) - Static method in class com.vaadin.copilot.FlowUtil
 
getNodes() - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
getNodeWithArguments() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getNodeWithOptionalScope() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getNodeWithRange() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getNodeWithSimpleName() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getObjectCreationExpr() - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
getObjectCreationExpression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
 
getObjectMapper() - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
getOldClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
getOptions() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getOrGuessResourceFolder() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
 
getOrGuessTestFolder() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
 
getOriginalClassName() - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
getOutermostScope(MethodCallExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the outermost scope for a chain of method calls.
getPackageName(String) - Static method in class com.vaadin.copilot.Util
Extracts the package name from a fully qualified class name.
getParameterList(InsertionPoint, Object, JavaSource) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
getParameterTypes(Class<?>, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Finds the first method matches with given methodName in the class and invokes JavaReflectionUtil.getParameterTypes(Method, Class)
getParameterTypes(Method) - Static method in class com.vaadin.copilot.Util
Gets the parameter types of a method.
getParameterTypes(Method, Class<?>) - Static method in class com.vaadin.copilot.JavaReflectionUtil
 
getParamJavaClassName() - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
getPathname() - Method in class com.vaadin.copilot.testbenchgenerator.events.PageChangeEvent
 
getPluginIde() - Method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
getPluginInfo() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
getPluginRepositoriesElement() - Method in class com.vaadin.copilot.PomFileRewriter
Checks pluginRepositories tag present in project as a child.
getPossibleSelectors() - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
getPresenceOf() - Method in class com.vaadin.copilot.testbenchgenerator.assertion.PresenceAssertion
 
getPressedKeys() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getProjectFileManager() - Method in class com.vaadin.copilot.CopilotCommand
Shorthand for getting the ProjectFileManager instance.
getProjectRelativeName(File) - Method in class com.vaadin.copilot.ProjectFileManager
Returns the name of the file, relative to the project root.
getProjectRoot() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the project base folder.
getProperties() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
getProperties() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
getProperties(Component) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyProvider
 
getPropertiesInSourceOrder(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Parses the given class and finds bean properties in the order they are defined.
getPropertyName() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getPropertyName(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the camel case property name for the given setter.
getPropertySetExpression(JavaComponent, String, String, Object, Expression, InsertionPoint) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the expression to be used to set a property in a JavaComponent.
getPropertyType(Class<?>) - Static method in class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil
Converts object to ComponentPropertyType
getPropertyValue(ComponentInfo, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Gets the (active) value of a property of a component.
getPropertyValue(VaadinServletContext, String) - Static method in class com.vaadin.copilot.SpringBridge
Returns the value of the given property from the Spring environment of the given context.
getPropertyValue(VaadinServletContext, String) - Static method in class com.vaadin.copilot.SpringIntegration
Returns the value of the given property from the Spring environment of the given context.
getQualifiedClassName() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getQualifiedClassName() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
 
getQualifiedClassName(ResolvedDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the qualified class name of ResolvedDeclaration when the given declaration is an instance of ResolvedValueDeclaration For generic classes such as Binder, it does not return the generic type instead it would return com.vaadin.flow.data.binder.Binder
getQueryURI(String) - Method in class com.vaadin.copilot.CopilotServerClient
 
getRedo() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
getRelativeName(File, File) - Static method in class com.vaadin.copilot.Util
Returns the name of the file, relative to the given folder.
getRelevance() - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
getRelevance() - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
 
getRelevantPairs() - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
getRemovedRanges() - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
getRepositoriesElement() - Method in class com.vaadin.copilot.PomFileRewriter
Checks repositories tag present in project as a child.
getRepositoryName() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
 
getReqId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getReqId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
getResourceFolders() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the resource folders for the project.
getResult() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Applies changes to the given source and returns the result file content
getResults() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
Deprecated.
 
getReturnType(Method, Class<?>) - Static method in class com.vaadin.copilot.JavaReflectionUtil
 
getRoles() - Method in class com.vaadin.copilot.AccessRequirement
 
getRouteData(VaadinSession, int) - Static method in class com.vaadin.copilot.FlowUtil
 
getRuleLocationLine(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Gets location line of rule with given selector
getRules() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesResponse
 
getRules() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.RulesRequest
 
getScenarioClass(String) - Static method in class com.vaadin.copilot.testbenchgenerator.assertion.AssertionScenarioItem
 
getScopeIgnoreComposite(ComponentInfo, MethodCallExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Returns the scope by ignoring the getContent() if component is in a composite container.
getSections() - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
getSelectedItemText() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getSelectedRowIndexes() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getSelector() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.OpenCssRequest
 
getSelector() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
getSelectors() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesRequest
 
getServerAutoLayouts(VaadinSession) - Static method in class com.vaadin.copilot.RouteHandler
 
getServerBaseUrl() - Static method in class com.vaadin.copilot.CopilotServerClient
 
getServerRoutes(VaadinSession) - Static method in class com.vaadin.copilot.RouteHandler
 
getServiceName() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
 
getSetterAndValue(Class<?>, String, Object) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the setter name and value for the given component type, property and value.
getSetterName(String) - Static method in class com.vaadin.copilot.Util
Generates the setter method name for a given property.
getSetterName(String, Class<?>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the setter name for the given property.
getSetterNameFromComponent(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the name of the setter method to be called on the owner object for the given JavaComponent
getShiftKey() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getSimpleName(String) - Static method in class com.vaadin.copilot.Util
Extracts the simple class name from a fully qualified class name.
getSinglePackage(File) - Static method in class com.vaadin.copilot.Util
Finds the first folder inside the given folder that contains more than one sub-folder.
getSingleStringParamConstructor(ClassOrInterfaceType, Set<String>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Returns the single String parameter name from mapped properties of the component that matches an existing single String parameter constructor of the component
getSource() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Returns the source code.
getSourceFile(ComponentTracker.Location) - Method in class com.vaadin.copilot.ProjectFileManager
Returns the Java file for the given component location.
getSourceFile(Class<?>) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
getSourceFile(String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
getSourceFolders() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the source folders for the project.
getSourceModifier() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
getSourceModifier() - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.HasSourceModifier
 
getState() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.StateMessage
 
getStaticFieldValue(String, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Gets static value of a field from given class name.
getStyles(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Gets the (active) styles of a component.
getStyles(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaStyleRewriter
Gets the (active) styles of a component.
getStylesCss() - Method in class com.vaadin.copilot.ProjectFileManager
Returns the styles.css file.
getStyleSheetFile() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getSuggestedClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
getSuggestedClassName(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Creates suggested local classname based on component tag.
getSymbolNameFromJavaParserException(UnsolvedSymbolException) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the name of the symbol that could not be resolved.
getTag() - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
getTag(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Gets tag name of given component.
getTagName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
getTargetElementIdentifier() - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
getTargetElementLocalName() - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
getTemplateNames(String) - Method in class com.vaadin.copilot.NewRouteTemplateHandler
It returns the template list for the given framework.
getThemeFolder() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getThemeFolder() - Method in class com.vaadin.copilot.ProjectFileManager
Gets current theme folder if present, fallbacks to frontend folder if none.
getThemeModifier() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
getThemeModifier() - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.HasThemeModifier
 
getThemeName() - Method in class com.vaadin.copilot.ProjectFileManager
Gets current theme name
getTitle() - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
getTitle() - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
 
getTitle() - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
getTitle() - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
getType() - Method in class com.vaadin.copilot.AccessRequirement
 
getType() - Method in interface com.vaadin.copilot.customcomponent.CustomComponent
Type of custom component.
getType() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
 
getType() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
 
getType() - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
getType() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getType() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
 
getUiId() - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
getUiId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getUndo() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
getUrl() - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
getUrlPrefix(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Gets the prefix used for all route paths in the application
getUserInfoWithLocalProKey() - Static method in class com.vaadin.copilot.userinfo.UserInfoServerClient
Requests to Copilot Server to get user information with local pro key if present
getUuid() - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
 
getVaadinContext() - Method in class com.vaadin.copilot.CopilotCommand
Gets the vaadin context.
getVaadinSession() - Method in class com.vaadin.copilot.CopilotCommand
Gets the vaadin session.
getVaadinSession() - Method in class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
getValue() - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
 
getValue() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
getValue() - Method in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
getValue() - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
getVariableDeclarator() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Gets the variable declarator of the component, either for the local variable or field.
getVariableNameForAdd(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
getVersion() - Static method in class com.vaadin.copilot.CopilotVersion
 
getVersionInfo() - Static method in class com.vaadin.copilot.SpringBridge
Gets version information for Spring Boot and related libraries.
getVersionInfo() - Static method in class com.vaadin.copilot.SpringIntegration
Gets version information for Spring Boot and related libraries.
getVersions() - Method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
getViewChain(VaadinSession, int) - Static method in class com.vaadin.copilot.FlowUtil
Returns the view chain for the given UI.
getWebApplicationContext(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
 
getWrapperDivObjectCreationExpr(CompilationUnit, NodeList<Expression>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Creates a Div creation expression new Div() with given arguments.
groupId() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns the value of the groupId record component.

H

H2Info(String, String) - Constructor for record class com.vaadin.copilot.SpringBridge.H2Info
Creates an instance of a H2Info record class.
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ClassNameHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ComponentMetadataHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadPreviewHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadRulesHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LocalClassNameHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.OpenCssHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.RulesHandler
 
handle(JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.SetFontHandler
 
handle(JsonNode) - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.MessageHandler
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.Copilot
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.CopilotCommand
Called when a new browser (tab) connects to the server.
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.CopilotSession
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdeHandler
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.ProjectInfoHandler
 
handleDataStatementsAndClearDataProps(CompilationUnit, JavaDataProviderHandler.FieldOrVariable, JavaComponent, InsertionPoint, String) - Static method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
Creates the data statements when adding a new template e.g.setItems, setItemLabelGenerator etc... and clears children or props if they are definition of data instead of real components.
handleDebugMessageData(String, JsonNode) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
Handles debug message command and performs given action.
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ai.AICommandHandler
Handles the message with exception handling, and if there was a caught exception then it will notify the client/browser.
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ai.AICreateFieldsHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.analytics.AnalyticsInterceptor
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ApplicationInitializer
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ApplicationUserSwitchHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ComponentInfoHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.Copilot
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.CopilotCommand
Called whenever there is a message from the browser.
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.CopilotSession
Handle a message from the client.
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ErrorHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.feedback.FeedbackHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.HotswapDownloadHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdeHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdePluginCommandHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ide.OpenComponentInIDE
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.JavaParserHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.JavaRewriteHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.LitTemplateHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.MachineConfigurationHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.devsetup.DevSetupHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.docs.DocsHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.testgeneration.GenerateTestsHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.PreviewHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ProjectFileHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ProjectInfoHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ProjectStateConfigurationHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.RouteHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchRecordHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.UiServiceHandler
 
handleMessage(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.UserInfoHandler
 
handleMessageWithException(String, JsonNode, DevToolsInterface) - Method in class com.vaadin.copilot.ai.AICommandHandler
Handles the message.
handleSetComponentProperty(JavaFileSourceProvider, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
Replaces the value of items from data provider
handlingExceptionsAndNotifyDevtoolsInterface(JsonNode, DevToolsInterface, Throwable) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
 
HAS_COMPONENTS_QUALIFIED_CLASS_NAME - Static variable in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
HAS_PREFIX_QUALIFIED_CLASS_NAME - Static variable in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
HAS_SUFFIX_QUALIFIED_CLASS_NAME - Static variable in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
hasAddMethod() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns the value of the hasAddMethod record component.
hasClassAnnotation(Class<? extends Annotation>) - Method in class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Checks if the class has the given annotation.
hasCompilationError() - Method in record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Returns the value of the hasCompilationError record component.
hasField(Class<?>, String) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Checks whether the specified class declares a field with the given name.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentResponseData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ide.IdeNotification
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.devsetup.DevSetupInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
hashCode() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
hashCode() - Method in record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.SpringBridge.H2Info
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.SpringBridge.VersionInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns a hash code value for this object.
hasLocalClassnameComment(Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
hasMethod(Class<?>, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given component type has the given method.
hasOnlyAddMethod() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns the value of the hasOnlyAddMethod record component.
hasParentPom() - Method in class com.vaadin.copilot.PomFileRewriter
Checks if given pom file has parent tag.
hasPluginRepositoryById(String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by id and url
hasPluginRepositoryByIdAndUrl(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by id and url
hasPluginRepositoryByUrl(String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by id and url
hasRepositoryById(String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by id
hasRepositoryByIdAndUrl(String, String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by id and url
hasRepositoryByUrl(String) - Method in class com.vaadin.copilot.PomFileRewriter
Checks repository exists in repositories tag by url
hasSetItemsMethod(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
hasSetItemsProps(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Checks the given component has items property and supported.
hasSetterForType(Class<?>, String, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
hasSingleParameterMethod(Class<? extends Component>, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given component type has a method with the given name, taking one parameter.
HasSourceModifier - Interface in com.vaadin.copilot.plugins.themeeditor.utils
 
HasThemeModifier - Interface in com.vaadin.copilot.plugins.themeeditor.utils
 
heartbeat() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
HEARTBEAT - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
HILLA - Enum constant in enum class com.vaadin.copilot.Framework
 
HILLA_FILTER_TYPE - Static variable in class com.vaadin.copilot.ConnectToService
 
HILLA_REACT - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
HillaTemplateRequest(String, String, AccessRequirement, String, String, boolean) - Constructor for record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Creates an instance of a HillaTemplateRequest record class.
HistoryRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
HistoryRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
HOTSWAP_AGENT - Enum constant in enum class com.vaadin.copilot.plugins.info.JdkInfo.HotswapSolution
 
HotswapAgentDownloader - Class in com.vaadin.copilot
A class for downloading the Hotswap Agent JAR file.
HotswapAgentDownloader() - Constructor for class com.vaadin.copilot.HotswapAgentDownloader
 
hotswapAgentFound() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the hotswapAgentFound record component.
hotswapAgentLocation() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the hotswapAgentLocation record component.
HotswapDownloadHandler - Class in com.vaadin.copilot
Handles the downloading and setting up hotswap related tools for the project
HotswapDownloadHandler() - Constructor for class com.vaadin.copilot.HotswapDownloadHandler
 
HotswapEventBus - Class in com.vaadin.copilot
 
HotswapEventBus() - Constructor for class com.vaadin.copilot.HotswapEventBus
Creates an event bus.
HotswapEventBus.CopilotHotswapEvent - Class in com.vaadin.copilot
 
HotswapListener - Class in com.vaadin.copilot
 
HotswapListener() - Constructor for class com.vaadin.copilot.HotswapListener
 
hotswapVersion() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the hotswapVersion record component.
hotswapVersionOk() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the hotswapVersionOk record component.
hover - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
htmlElement() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns the value of the htmlElement record component.
htmlTag() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns the value of the htmlTag record component.
humanFriendlyName() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns the value of the humanFriendlyName record component.

I

I18nHandler - Class in com.vaadin.copilot.plugins.i18n
Command handler for i18n related operations
I18nHandler() - Constructor for class com.vaadin.copilot.plugins.i18n.I18nHandler
 
I18nHandler(ComponentSourceFinder) - Constructor for class com.vaadin.copilot.plugins.i18n.I18nHandler
 
id() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the id record component.
ide() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns the value of the ide record component.
IDEA - Enum constant in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
IdeHandler - Class in com.vaadin.copilot.ide
 
IdeHandler(CopilotIDEPlugin) - Constructor for class com.vaadin.copilot.ide.IdeHandler
 
IDEHeartbeatResponse - Record Class in com.vaadin.copilot.ide
Represents the response payload from the IDE heartbeat mechanism.
IDEHeartbeatResponse(Boolean, List<String>) - Constructor for record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Creates an instance of a IDEHeartbeatResponse record class.
IDEHeartbeatScheduler - Class in com.vaadin.copilot.ide
A scheduler implementation that sends a request to IDE plugin in an interval and shares the response with consumers.
ideInfo() - Method in record class com.vaadin.copilot.plugins.devsetup.DevSetupInfo
Returns the value of the ideInfo record component.
IdeIntegration - Class in com.vaadin.copilot.ide
Integration with IDEs for development mode.
IdeIntegration(VaadinSession) - Constructor for class com.vaadin.copilot.ide.IdeIntegration
Creates a new integration with the given configuration.
IdeNotification - Record Class in com.vaadin.copilot.ide
 
IdeNotification(String, IdeNotification.Type, String) - Constructor for record class com.vaadin.copilot.ide.IdeNotification
Creates an instance of a IdeNotification record class.
IdeNotification.Type - Enum Class in com.vaadin.copilot.ide
 
IdentityHashSet<T> - Class in com.vaadin.copilot
A Set implementation that uses identity comparison instead of equals.
IdentityHashSet() - Constructor for class com.vaadin.copilot.IdentityHashSet
 
IdePluginCommandHandler - Class in com.vaadin.copilot.ide
 
IdePluginCommandHandler() - Constructor for class com.vaadin.copilot.ide.IdePluginCommandHandler
 
IDEPluginInfo - Record Class in com.vaadin.copilot.ide
 
IDEPluginInfo(boolean, String) - Constructor for record class com.vaadin.copilot.ide.IDEPluginInfo
 
IDEPluginInfo(boolean, String, List<String>, String) - Constructor for record class com.vaadin.copilot.ide.IDEPluginInfo
Creates an instance of a IDEPluginInfo record class.
IdeTooManyRequestException - Exception Class in com.vaadin.copilot.ide
 
IdeTooManyRequestException() - Constructor for exception class com.vaadin.copilot.ide.IdeTooManyRequestException
 
IdeTooManyRequestException(String) - Constructor for exception class com.vaadin.copilot.ide.IdeTooManyRequestException
 
IdeTooManyRequestException(String, Throwable) - Constructor for exception class com.vaadin.copilot.ide.IdeTooManyRequestException
 
IdeTooManyRequestException(String, Throwable, boolean, boolean) - Constructor for exception class com.vaadin.copilot.ide.IdeTooManyRequestException
 
IdeTooManyRequestException(Throwable) - Constructor for exception class com.vaadin.copilot.ide.IdeTooManyRequestException
 
IdeUtils - Class in com.vaadin.copilot.ide
Utility class for currently used IDE
IdeUtils.IDE - Enum Class in com.vaadin.copilot.ide
 
imageData() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Returns the value of the imageData record component.
imageData() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Returns the value of the imageData record component.
implementingHasComponents() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns the value of the implementingHasComponents record component.
importLitTemplate(JavaSource, List<JavaComponent>) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Imports the given components that come from a lit template into the given LitTemplate Java class.
IN_MEMORY - Enum constant in enum class com.vaadin.copilot.UIServiceCreator.DataStorage
 
IN_PROJECT - Enum constant in enum class com.vaadin.copilot.customcomponent.CustomComponent.Type
 
includePreReleases() - Method in record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Returns the value of the includePreReleases record component.
increaseTrailingNumber(String) - Static method in class com.vaadin.copilot.Util
Takes a filename and increases a trailing number on the name (excluding the extension).
incrementIndex(int) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
Increment index by given amount
incrementIndexByOne() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
Increment index by adding 1
index() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the index record component.
INFORMATION - Enum constant in enum class com.vaadin.copilot.ide.IdeNotification.Type
 
inheritanceChain() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the inheritanceChain record component.
INIT_APP_RESULT - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
initialize(ApplicationConfiguration) - Static method in class com.vaadin.copilot.ProjectFileManager
 
initializer() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Returns the value of the initializer record component.
innerText() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
 
insertAfter(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
insertAtEndOfBlock(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
insertBefore(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
insertImportIfNotExists() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
InsertionPoint - Class in com.vaadin.copilot.javarewriter
Represents a point in the source code where new code can be inserted.
InsertionPoint(ClassOrInterfaceDeclaration, int) - Constructor for class com.vaadin.copilot.javarewriter.InsertionPoint
 
InsertionPoint(BlockStmt, int) - Constructor for class com.vaadin.copilot.javarewriter.InsertionPoint
Creates a new InsertionPoint instance.
insertLineAfter(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
insertLineBefore(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
insertLines(String, List<Integer>, String) - Static method in class com.vaadin.copilot.Util
Inserts the given string on the given line numbers in the given text
insertSetter(InsertionPoint, Expression, String, Object, JavaComponent, JavaSource) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Insert setters for given java component.
insertSetter(JavaComponent, ObjectCreationExpr, JavaRewriter, String, InsertionPoint, NameExpr, JavaSource) - Method in class com.vaadin.copilot.javarewriter.custom.CustomComponentHandle
 
INSIDE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
instantiateClass(Class<?>) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Instantiates a new object of the given class using its no-argument constructor.
INTEGER - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
interfaces() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns the value of the interfaces record component.
isAccessible() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
isAccessible(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Checks if component can be accessed within source code.
isActive() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Check if plugin is active based on existing properties file
isAdd() - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
isAfter(InsertionPoint) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
Checks if this location is inside the same block as the reference location but after it.
isAIUsageAllowed() - Method in class com.vaadin.copilot.MachineConfiguration
 
isAnonymousComponent() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the isAnonymousComponent record component.
isAnonymousComponent(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets whether the component is an anonymous component (i.e., without a named type).
isArray() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns the value of the isArray record component.
isArrayArgument(String, String, int) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Uses reflection API for finding class name, method and the argument to find whether argument is array.
Includes the methods from extended Composite class if it is extended.
isChanged() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Checks if there have been any changes based on added, modified, or removed nodes.
isChildOfCustomComponent() - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
isClassSource() - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Returns class source value
isComponentOrComponentArray(Class<?>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
isConstructorArgumentFlowComponentType(ObjectCreationExpr, int) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Resolves object creation expression to access Class API to check if given argument in the argIndex exactly equals to com.vaadin.flow.component.Component
isCustomComponent() - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
isCustomComponent(Class<?>) - Static method in class com.vaadin.copilot.customcomponent.CustomComponents
Checks if the given component class is a custom component.
isCustomComponent(String) - Static method in class com.vaadin.copilot.customcomponent.CustomComponents
Checks if the given component class name is a custom component.
isDashSeparatedProperty() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Returns the value of the isDashSeparatedProperty record component.
isDataProviderItemChange(ComponentTypeAndSourceLocation) - Static method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
Check for attach and create location is generated from DataProvider
isDevelopmentMode() - Static method in class com.vaadin.copilot.Copilot
Check if copilot is running in development mode i.e. is being developed.
isDrilledDownComponent(VaadinSession, JsonNode, int, int) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Checks if the given component is drilled down.
isDrilledDownComponent(VaadinSession, JsonNode, JsonNode) - Static method in class com.vaadin.copilot.customcomponent.CustomComponentHelper
Checks if the given component is drilled down
isEmpty() - Method in class com.vaadin.copilot.IdentityHashSet
 
isEnabled() - Static method in class com.vaadin.copilot.analytics.AnalyticsClient
Check if tracking is enabled.
isEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.CopilotStatus
 
isExceptionOnGettingDefaultValue() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
isExceptionOnGettingValue() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
isFileInside(File, File) - Static method in class com.vaadin.copilot.Util
Checks if a file is inside a container folder.
isFlowComponent() - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
isGridColumnAttribute(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns true when the java component indicates a Grid attribute according to Hilla React template.
isGridColumnDefinition(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns true when the java component indicates a Grid column definition according to Hilla React template.
isGridTreeColumnDefinition(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns true when the java component indicates a Tree Grid column definition according to Hilla React template.
isInstanceRequest() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
isInvertedBoolean(String, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
isKotlin(File) - Static method in class com.vaadin.copilot.KotlinUtil
Checks file extension is kotlin extensions .e.g kt, kts
isLinks() - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
isLitTemplate() - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
isLocationRefersSource(ComponentTypeAndSourceLocation, CompilationUnit) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if given attach and create location refers to a source file instead of instance creation.
isMultiSelection() - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
isNodeInCompositeClass(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given node is a child of a Composite
isObjectCreationExprInConstructor(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given component is created inside the constructor of the class (as opposed to being created in another method).
isParamFlowComponentType(Parameter) - Static method in class com.vaadin.copilot.JavaReflectionUtil
Checks whether the given method parameter is (or extends) a Component type, either directly or through inheritance.
isReactComponent() - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
isRedefined() - Method in class com.vaadin.copilot.HotswapEventBus.CopilotHotswapEvent
Returns whether the class was redefined.
isReplace() - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
isReturnValue() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the isReturnValue record component.
isReturnValue(boolean) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Specifies whether the component is used as a return value from a method or constructor.
isRouteView() - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
isSendErrorReportsAllowed() - Method in class com.vaadin.copilot.MachineConfiguration
 
isSpringAvailable(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Returns whether Spring is available in the classpath and enabled for the given context.
isSpringDataJpaAvailable(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Returns whether Spring Data JPA is available in the classpath.
isSpringSecurityAvailable() - Static method in class com.vaadin.copilot.SpringBridge
Returns whether Spring is available in the classpath.
isSpringSecurityEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Checks whether Spring Security is enabled.
isSpringSecurityEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringSecurityIntegration
Checks whether Spring Security is enabled.
ISSUE_TRACKER - Static variable in class com.vaadin.copilot.Copilot
 
isSuggestion() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
isTabSheetDefinition(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
isVarArgs() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns the value of the isVarArgs record component.
isVariableNameAutoGenerated(ComponentInfo, String, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given component has a variable name that is auto-generated based on the type/label/text of the component.
isViewDeleted(String) - Method in class com.vaadin.copilot.javarewriter.SourceSyncChecker
 
isViewSecurityEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringBridge
Returns whether Spring Security is enabled in the given context.
isViewSecurityEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.SpringIntegration
Returns whether Flow view security is enabled in the given context.
isWritten() - Method in class com.vaadin.copilot.javarewriter.JavaSource
Checks if the file is written into disk.
itemSelect - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
itemType() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns the value of the itemType record component.
iterator() - Method in class com.vaadin.copilot.IdentityHashSet
 

J

JavaBatchRewriter - Class in com.vaadin.copilot.javarewriter
Deprecated, for removal: This API element is subject to removal in a future version.
It is deprecated and needs to be removed because JavaRewriter and CompilationUnit have been decoupled in recent changes.
JavaBatchRewriter(JavaFileSourceProvider, List<ComponentTypeAndSourceLocation>, ExceptionReportCreator) - Constructor for class com.vaadin.copilot.javarewriter.JavaBatchRewriter
Deprecated.
 
JavaBatchRewriter.Callback - Interface in com.vaadin.copilot.javarewriter
Deprecated.
 
JavaComponent - Record Class in com.vaadin.copilot.javarewriter
Represents a Java component to be added to the source code.
JavaComponent(String) - Constructor for record class com.vaadin.copilot.javarewriter.JavaComponent
 
JavaComponent(String, String, Map<String, Object>, List<JavaComponent>) - Constructor for record class com.vaadin.copilot.javarewriter.JavaComponent
 
JavaComponent(String, String, Map<String, Object>, List<JavaComponent>, JavaComponent.Metadata) - Constructor for record class com.vaadin.copilot.javarewriter.JavaComponent
Creates an instance of a JavaComponent record class.
JavaComponent.Metadata - Class in com.vaadin.copilot.javarewriter
Metadata for the copied component.
JavaDataProviderHandler - Class in com.vaadin.copilot.javarewriter
Handler for data provider changes.
JavaDataProviderHandler(JavaFileSourceProvider, ComponentTypeAndSourceLocation, ExceptionReportCreator) - Constructor for class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
Reads source file which is found from typeAndSourceLocation
JavaDataProviderHandler.FieldOrVariable - Record Class in com.vaadin.copilot.javarewriter
 
javaFieldsForLeafComponents() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns the value of the javaFieldsForLeafComponents record component.
javaFile() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the javaFile record component.
JavaFileSourceProvider - Class in com.vaadin.copilot.javarewriter
Provider that makes sure same JavaRewriter is served for the same file so same file should not be overwritten in the same operation.
JavaFileSourceProvider() - Constructor for class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
Creates a new Java file source provider that does not use the built in lexical preservation parser.
JavaFileSourceProvider(boolean) - Constructor for class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
Creates a new Java file source provider.
JavaModifier - Class in com.vaadin.copilot.javarewriter
A utility class for modifying Java source code.
JavaModifier() - Constructor for class com.vaadin.copilot.javarewriter.JavaModifier
 
JavaModifier.CompilationUnitOperations - Class in com.vaadin.copilot.javarewriter
A class for performing operations on a CompilationUnit.
JavaModifier.OperationFunction<T> - Interface in com.vaadin.copilot.javarewriter
A functional interface for operations that modify a CompilationUnit.
JavaParserHandler - Class in com.vaadin.copilot
Handles commands to parse Java source code.
JavaParserHandler() - Constructor for class com.vaadin.copilot.JavaParserHandler
 
JavaParserHandler.AnnotationData - Record Class in com.vaadin.copilot
Holds data for a Java annotation.
JavaParserHandler.PropertyData - Record Class in com.vaadin.copilot
Holds data for a Java bean property.
JavaReflectionUtil - Class in com.vaadin.copilot
 
JavaReflectionUtil() - Constructor for class com.vaadin.copilot.JavaReflectionUtil
 
JavaReflectionUtil.ComponentAddableMethod - Record Class in com.vaadin.copilot
Represents a method in a component class that can be used to add child components.
JavaReflectionUtil.ParameterTypeInfo - Record Class in com.vaadin.copilot
 
JavaReflectionUtil.TypeInfo - Record Class in com.vaadin.copilot
 
JavaRewriteHandler - Class in com.vaadin.copilot
Handles commands to rewrite Java source code.
JavaRewriteHandler(SourceSyncChecker) - Constructor for class com.vaadin.copilot.JavaRewriteHandler
Creates the one and only handler.
JavaRewriter - Class in com.vaadin.copilot.javarewriter
Rewrites Java source code to add or replace constructor parameters, method invocations and more.
JavaRewriter() - Constructor for class com.vaadin.copilot.javarewriter.JavaRewriter
 
JavaRewriter.AddReplace - Enum Class in com.vaadin.copilot.javarewriter
 
JavaRewriter.AddTemplateOptions - Record Class in com.vaadin.copilot.javarewriter
 
JavaRewriter.AlignmentMode - Enum Class in com.vaadin.copilot.javarewriter
 
JavaRewriter.Code - Record Class in com.vaadin.copilot.javarewriter
A code snippet to be inserted into the source code.
JavaRewriter.CommentType - Enum Class in com.vaadin.copilot.javarewriter
Enum representing the type of comment to be added.
JavaRewriter.DuplicateInfo - Record Class in com.vaadin.copilot.javarewriter
The result of a duplicate operation
JavaRewriter.ExtractInlineVariableResult - Record Class in com.vaadin.copilot.javarewriter
Information about extracting an inline variable to local variable
JavaRewriter.ReplaceResult - Record Class in com.vaadin.copilot.javarewriter
Information about a renamed variable.
JavaRewriter.SetterAndValue - Record Class in com.vaadin.copilot.javarewriter
Holder for a setter name and associated value
JavaRewriter.Where - Enum Class in com.vaadin.copilot.javarewriter
Where to add a component
JavaRewriterCopyPasteHandler - Class in com.vaadin.copilot.javarewriter
Handles the copy & paste functionality for flow components.
JavaRewriterCopyPasteHandler() - Constructor for class com.vaadin.copilot.javarewriter.JavaRewriterCopyPasteHandler
 
JavaRewriterMerger - Class in com.vaadin.copilot.javarewriter
Handles merging of the original source file with changes perform to the AST.
JavaRewriterMerger() - Constructor for class com.vaadin.copilot.javarewriter.JavaRewriterMerger
 
JavaRewriterObserver - Class in com.vaadin.copilot.javarewriter
Observer for the JavaRewriter that tracks which parts have been deleted and which nodes have potentially been added or modified.
JavaRewriterObserver() - Constructor for class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
JavaRewriterUtil - Class in com.vaadin.copilot.javarewriter
Util methods for rewriting Java
JavaSource - Class in com.vaadin.copilot.javarewriter
Represents a Java source file that can be parsed and rewritten using a custom observer and parser configuration.
JavaSource(File, String) - Constructor for class com.vaadin.copilot.javarewriter.JavaSource
Constructs a JavaSource with the given Java source code.
JavaSource(File, String, boolean) - Constructor for class com.vaadin.copilot.javarewriter.JavaSource
Constructs a JavaSource with the given Java source code.
JavaSource(File, String, boolean, boolean) - Constructor for class com.vaadin.copilot.javarewriter.JavaSource
Constructs a JavaSource with the given Java source code.
JavaSourceModifier - Class in com.vaadin.copilot.plugins.themeeditor
 
JavaSourceModifier(VaadinSession) - Constructor for class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
JavaSourcePathDetector - Class in com.vaadin.copilot
Detects the source folders in use by the project.
JavaSourcePathDetector.ModuleInfo - Record Class in com.vaadin.copilot
 
JavaSourcePathDetector.ProjectPaths - Record Class in com.vaadin.copilot
 
javaSourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the javaSourcePaths record component.
JavaStyleRewriter - Class in com.vaadin.copilot.javarewriter
 
JavaStyleRewriter() - Constructor for class com.vaadin.copilot.javarewriter.JavaStyleRewriter
 
JavaStyleRewriter.StyleInfo - Record Class in com.vaadin.copilot.javarewriter
 
javaTestSourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the javaTestSourcePaths record component.
javaType() - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Returns the value of the javaType record component.
jdbcUrl() - Method in record class com.vaadin.copilot.SpringBridge.H2Info
Returns the value of the jdbcUrl record component.
JdkInfo - Record Class in com.vaadin.copilot.plugins.info
 
JdkInfo(boolean, boolean, boolean, boolean, String, boolean, boolean, String, boolean) - Constructor for record class com.vaadin.copilot.plugins.info.JdkInfo
Creates an instance of a JdkInfo record class.
JdkInfo.HotswapSolution - Enum Class in com.vaadin.copilot.plugins.info
Available Hotswap solutions.
JetbrainsRuntimeUtil - Class in com.vaadin.copilot
Utility class for downloading and referencing a JetBrains Runtime.
JetbrainsRuntimeUtil() - Constructor for class com.vaadin.copilot.JetbrainsRuntimeUtil
 
JPA - Enum constant in enum class com.vaadin.copilot.UIServiceCreator.DataStorage
 
jrebel() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the jrebel record component.
JREBEL - Enum constant in enum class com.vaadin.copilot.plugins.info.JdkInfo.HotswapSolution
 

K

KEY_CANCEL_REQ_ID - Static variable in class com.vaadin.copilot.CopilotCommand
 
KEY_REQ_ID - Static variable in class com.vaadin.copilot.CopilotCommand
 
keydown - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
KotlinNotSupportedException - Exception Class in com.vaadin.copilot.exception
The exception is thrown for operations that are not supported e.g.
KotlinNotSupportedException() - Constructor for exception class com.vaadin.copilot.exception.KotlinNotSupportedException
 
KotlinUtil - Class in com.vaadin.copilot
 

L

label() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Returns the value of the label record component.
label() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the label record component.
LabelValuePairRecordRewriter - Class in com.vaadin.copilot.javarewriter
Class/Record definition related functions for Java Rewriter.
LabelValuePairRecordRewriter(CompilationUnit) - Constructor for class com.vaadin.copilot.javarewriter.LabelValuePairRecordRewriter
 
LANGUAGE_LEVEL - Static variable in class com.vaadin.copilot.Copilot
 
lastname() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the lastname record component.
layoutClass() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the layoutClass record component.
LAZY - Enum constant in enum class com.vaadin.copilot.ConnectToService.BindingType
 
LINE - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.CommentType
 
lineNumber() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns the value of the lineNumber record component.
lineNumber() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Returns the value of the lineNumber record component.
LineNumberVisitor - Class in com.vaadin.copilot.plugins.themeeditor.utils
Implementation of GenericVisitor that finds Node at given line of source code file.
LineNumberVisitor() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
listAllFolders(Path) - Static method in class com.vaadin.copilot.Util
 
listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
listReplacement(NodeList<?>, int, Node, Node) - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
litTemplate() - Method in interface com.vaadin.copilot.customcomponent.CustomComponent
Checks if the component extends LitTemplate.
litTemplate() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
 
litTemplate() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
 
LitTemplateHandler - Class in com.vaadin.copilot
 
LitTemplateHandler() - Constructor for class com.vaadin.copilot.LitTemplateHandler
 
LOAD_PREVIEW - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
LOAD_RULES - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
LoadPreviewHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
LoadPreviewHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.LoadPreviewHandler
 
LoadPreviewResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
LoadPreviewResponse(String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.LoadPreviewResponse
 
LoadRulesHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
LoadRulesHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.LoadRulesHandler
 
LoadRulesRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
LoadRulesRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesRequest
 
LoadRulesResponse - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
LoadRulesResponse(List<CssRule>) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesResponse
 
LOCAL - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
LOCAL_CLASS_NAME - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
LocalClassNameHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
LocalClassNameHandler(HasSourceModifier, HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.LocalClassNameHandler
 
LocalClassNamesVisitor - Class in com.vaadin.copilot.plugins.themeeditor.utils
Implementation of GenericVisitor that searches for classnames applied to given component.
LocalClassNamesVisitor() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNamesVisitor
 
LocalClassNameVisitor - Class in com.vaadin.copilot.plugins.themeeditor.utils
Implementation of GenericVisitor that searches for local classname expression statement by comparing expression type, method call scope and expression comment.
LocalClassNameVisitor() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNameVisitor
 
localVariableDeclarator - Variable in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
localVariableName - Variable in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
LOG_DATABASE - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
login() - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Returns the value of the login record component.
LOGIN_TIMEOUT_SECONDS - Static variable in class com.vaadin.copilot.UserInfoHandler
 
LONG - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
LumoRewriterUtil - Class in com.vaadin.copilot.javarewriter
 

M

MACHINE_ID_KEY - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MachineConfiguration - Class in com.vaadin.copilot
 
MachineConfiguration(String) - Constructor for class com.vaadin.copilot.MachineConfiguration
 
MachineConfigurationHandler - Class in com.vaadin.copilot
 
MachineConfigurationHandler() - Constructor for class com.vaadin.copilot.MachineConfigurationHandler
 
machineId() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns the value of the machineId record component.
main(String[]) - Static method in class com.vaadin.copilot.ide.IdeUtils
 
makeAbsolute(String) - Method in class com.vaadin.copilot.ProjectFileManager
Deprecated.
This rarely ever works as expected because the file you want to write is in one of the Maven modules, not necessarily in the root project.
makeRelative(String) - Method in class com.vaadin.copilot.ProjectFileManager
 
maybeOutOfSync(ComponentInfoNotFoundException) - Method in class com.vaadin.copilot.javarewriter.SourceSyncChecker
Looks for file has been updated since the startup.
menuBarInsertItemsPropsToAddItem(JavaComponent, InsertionPoint, Expression, Expression, String, Object, boolean) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Specific method to handle MenuBar items property.
mergeAndReplace(List<ComponentInfo>, JavaComponent) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Merges all the components and wraps them using the given component and places the result in place of the first component.
message() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Returns the value of the message record component.
message() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the message record component.
message() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns the value of the message record component.
message() - Method in record class com.vaadin.copilot.ide.IdeNotification
Returns the value of the message record component.
MESSAGE_CANCEL_FAILED - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MESSAGE_CANCEL_OK - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MESSAGE_PROMPT_FAILED - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MESSAGE_PROMPT_OK - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MESSAGE_PROMPT_REQUEST_ID - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MESSAGE_PROMPT_STATUS - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
MessageHandler - Interface in com.vaadin.copilot.plugins.themeeditor.utils
 
metadata() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Returns the value of the metadata record component.
metadata() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns the value of the metadata record component.
metadata() - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Returns the value of the metadata record component.
Metadata() - Constructor for class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
methodName() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Returns the value of the methodName record component.
methodName() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Returns the value of the methodName record component.
methodName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns the value of the methodName record component.
methodSelectionDialogAvailable() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns the value of the methodSelectionDialogAvailable record component.
mimeType() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Returns the value of the mimeType record component.
mimeType() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Returns the value of the mimeType record component.
Modification() - Constructor for class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
modify(Class<?>, JavaModifier.OperationFunction<JavaModifier.CompilationUnitOperations>) - Method in class com.vaadin.copilot.javarewriter.JavaModifier
Modifies the source code of the given class using the provided operations.
modify(List<String>, Options, FrontendDependenciesScanner) - Method in class com.vaadin.copilot.startup.CopilotLoader
 
modifyClass(File, Function<CompilationUnit, List<Editor.Modification>>) - Method in class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
modifyClass(File, Function<CompilationUnit, List<Editor.Modification>>) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
ModuleInfo(String, Path, List<Path>, List<Path>, List<Path>, List<Path>, Path, Path) - Constructor for record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Creates an instance of a ModuleInfo record class.
modules() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns the value of the modules record component.
moveAboveMethodsAndConstructors(BodyDeclaration<?>, ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
moveComponent(ComponentInfo, ComponentInfo, ComponentInfo, JavaRewriter.Where) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Moves a component in the source code.
multipleSelection() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Returns the value of the multipleSelection record component.

N

name() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Returns the value of the name record component.
name() - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Returns the value of the name record component.
NameAndVersion(String, String) - Constructor for record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Creates an instance of a NameAndVersion record class.
nameMapping() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns the value of the nameMapping record component.
NewRouteTemplateHandler - Class in com.vaadin.copilot
Handles listing, supplying templates of new views that will be created by New Route Panel.
NewRouteTemplateHandler() - Constructor for class com.vaadin.copilot.NewRouteTemplateHandler
 
NewRouteTemplateHandler.FlowTemplateRequest - Record Class in com.vaadin.copilot
Contains information to generate new Flow view
NewRouteTemplateHandler.HillaTemplateRequest - Record Class in com.vaadin.copilot
Contains information to generate new Flow view
newVariableName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the newVariableName record component.
NO - Enum constant in enum class com.vaadin.copilot.AIUsageAllowed
 
noJsError - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
NONE - Enum constant in enum class com.vaadin.copilot.ConnectToService.BindingType
 
NONE - Enum constant in enum class com.vaadin.copilot.plugins.info.JdkInfo.HotswapSolution
 
noStyleSheet() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
NOT_A_VAADIN_COMPONENT - Static variable in exception class com.vaadin.copilot.plugins.docs.DocsException
 
NOTHING - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 

O

ok() - Static method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
onHotswapComplete(HotswapCompleteEvent) - Method in class com.vaadin.copilot.HotswapListener
 
open - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
OPEN_CSS - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
OpenComponentInIDE - Class in com.vaadin.copilot.ide
 
OpenComponentInIDE() - Constructor for class com.vaadin.copilot.ide.OpenComponentInIDE
 
OpenCssHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
OpenCssHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.OpenCssHandler
 
OpenCssRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
OpenCssRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.OpenCssRequest
 
openFile(File, int) - Static method in class com.vaadin.copilot.ide.IdeUtils
Opens the given file at the given line number in the IDE used to launch the current Java application.
OUTPUT_SIZE_TOO_LONG - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 

P

packageName() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the packageName record component.
PAGEABLE_TYPE - Static variable in class com.vaadin.copilot.ConnectToService
 
pageChangeEvent - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
 
PageChangeEvent - Class in com.vaadin.copilot.testbenchgenerator.events
 
PageChangeEvent() - Constructor for class com.vaadin.copilot.testbenchgenerator.events.PageChangeEvent
 
pageTitleEquals - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
PageTitleEqualsAssertion - Class in com.vaadin.copilot.testbenchgenerator.assertion
Assertion scenario to generate the statements like Assertion.assertEquals("foo", getDriver().getTitle())
PageTitleEqualsAssertion() - Constructor for class com.vaadin.copilot.testbenchgenerator.assertion.PageTitleEqualsAssertion
 
parameters() - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Returns the value of the parameters record component.
ParameterTypeInfo(String, JavaReflectionUtil.TypeInfo) - Constructor for record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Creates an instance of a ParameterTypeInfo record class.
paramJavaClassName() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Returns the value of the paramJavaClassName record component.
parent() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the parent record component.
parentChange(Node, Node, Node) - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
parseSelector(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
parseSource(String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
path() - Method in record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Returns the value of the path record component.
path() - Method in record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Returns the value of the path record component.
path() - Method in record class com.vaadin.copilot.SpringBridge.H2Info
Returns the value of the path record component.
PERMIT_ALL - Enum constant in enum class com.vaadin.copilot.AccessRequirement.Type
 
PomFileRewriter - Class in com.vaadin.copilot
Pom File rewriter handles modifications for the given pom file by copying original file to temporary file.
PomFileRewriter(Path) - Constructor for class com.vaadin.copilot.PomFileRewriter
Creates a rewriter for the given pom.xml file.
PomFileRewriter.Dependency - Record Class in com.vaadin.copilot
Dependency that presents in the pom.xml
PomFileRewriter.Property - Record Class in com.vaadin.copilot
Property that presents in the pom.xml
portraitUrl() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the portraitUrl record component.
PossibleSelectors - Record Class in com.vaadin.copilot.testbenchgenerator
This class represents a possible selector of a target element.
PossibleSelectors(String, String, String, String, Boolean, String, String, PossibleSelectors.SelectedAttributePairByUser) - Constructor for record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Creates an instance of a PossibleSelectors record class.
PossibleSelectors.SelectedAttributePairByUser - Record Class in com.vaadin.copilot.testbenchgenerator
Explicitly selected attribute by the user.
POST_PROCESS - Enum constant in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
PRE_PROCESS - Enum constant in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
PREFIX - Static variable in class com.vaadin.copilot.Copilot
 
presence - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
PresenceAssertion - Class in com.vaadin.copilot.testbenchgenerator.assertion
Assertion statement like ExpectedConditions.visibilityOf(....)
PresenceAssertion() - Constructor for class com.vaadin.copilot.testbenchgenerator.assertion.PresenceAssertion
 
PreviewHandler - Class in com.vaadin.copilot
Copilot 7-day preview handler.
PreviewHandler() - Constructor for class com.vaadin.copilot.PreviewHandler
 
PRO_KEY_KEY - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
PROCESSOR - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
PRODUCT_VAADIN_COPILOT - Static variable in class com.vaadin.copilot.UserInfoHandler
 
ProjectFileHandler - Class in com.vaadin.copilot
 
ProjectFileHandler() - Constructor for class com.vaadin.copilot.ProjectFileHandler
 
ProjectFileManager - Class in com.vaadin.copilot
 
ProjectFileManager(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.ProjectFileManager
Public only for tests.
ProjectInfoHandler - Class in com.vaadin.copilot
 
ProjectInfoHandler() - Constructor for class com.vaadin.copilot.ProjectInfoHandler
 
ProjectModifier - Class in com.vaadin.copilot
 
ProjectModifier() - Constructor for class com.vaadin.copilot.ProjectModifier
 
ProjectModifier.RouteAndPath - Record Class in com.vaadin.copilot
 
ProjectPaths(Path, List<JavaSourcePathDetector.ModuleInfo>, List<Path>, List<Path>) - Constructor for record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Creates an instance of a ProjectPaths record class.
ProjectStateConfigurationHandler - Class in com.vaadin.copilot
Handler for stored project state configuration operations.
ProjectStateConfigurationHandler() - Constructor for class com.vaadin.copilot.ProjectStateConfigurationHandler
 
proKey() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns the value of the proKey record component.
proKey() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns the value of the proKey record component.
proKey() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns the value of the proKey record component.
proKey() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
Returns the value of the proKey record component.
prompt() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Returns the value of the prompt record component.
PROMPT_SIZE_TOO_LONG - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
promptTextCannotCall(JsonNode, DevToolsInterface) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
Method handling the case when the AI cannot be called, because the proKey or machineId is missing.
properties() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the properties record component.
property() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Returns the value of the property record component.
Property(PomFileRewriter, String, String, int) - Constructor for record class com.vaadin.copilot.PomFileRewriter.Property
Creates an instance of a Property record class.
propertyChange(Node, ObservableProperty, Object, Object) - Method in class com.vaadin.copilot.javarewriter.JavaRewriterObserver
 
PropertyData(String, String, String, String, List<JavaParserHandler.AnnotationData>) - Constructor for record class com.vaadin.copilot.JavaParserHandler.PropertyData
Creates an instance of a PropertyData record class.
PropertyFieldInfo(ComponentPropertyType) - Constructor for record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Constructs a PropertyFieldInfo with the specified type, assuming no multiple selection and no associated class name.
PropertyFieldInfo(ComponentPropertyType, boolean, String) - Constructor for record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Creates an instance of a PropertyFieldInfo record class.
PropertyFieldInfo(ComponentPropertyType, String) - Constructor for record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Constructs a PropertyFieldInfo with the specified type and qualified class name, assuming no multiple selection.
propertyKey() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns the value of the propertyKey record component.
propertyValue() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns the value of the propertyValue record component.
props() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns the value of the props record component.

Q

qualifiedClassName() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Returns the value of the qualifiedClassName record component.
qualifiedClassName() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns the value of the qualifiedClassName record component.
qualifiedClassName() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns the value of the qualifiedClassName record component.
question() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Returns the value of the question record component.

R

readArray(String) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
readFile(File) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
readFile(File) - Method in class com.vaadin.copilot.ProjectFileManager
 
readFile(String) - Method in class com.vaadin.copilot.ProjectFileManager
 
readFile(Path) - Method in class com.vaadin.copilot.ProjectFileManager
 
readLines(File) - Method in class com.vaadin.copilot.ProjectFileManager
 
readValue(InputStream, Class<T>) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
readValue(InputStream, TypeReference<T>) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
readValue(String, Class<T>) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
REASON_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
redo(List<String>) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Performs Redo for given files
REDO - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
reference() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Returns the value of the reference record component.
refresh() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Sends request to synchronize project files with filesystem
REFRESH - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
REFRESH_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
regenerateVariableName(ComponentInfo, String, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Regenerates the variable name for the given component.
registerHandlers() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
remove(Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
remove(Object) - Method in class com.vaadin.copilot.IdentityHashSet
 
removeAccessAnnotations(ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.AccessRequirementUtil
Removes all access control annotations from the given class.
removeAll(Collection<?>) - Method in class com.vaadin.copilot.IdentityHashSet
 
removeArgumentCalls(MethodCallExpr, List<? extends Expression>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the given arguments from the given method call.
removeArgumentCalls(List<MethodCallExpr>, List<? extends Expression>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the given arguments from the given method calls.
removeCalls(ComponentInfo, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Removes all calls to the given function from the source code.
removeClassNameArgs(ComponentInfo, String...) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Searches addClassName, addClassNames, setClassName methods for given component and then remove given lumo utility class names. e.g. if self-start is given for removal, LumoUtility.AlignSelf.START and "self-start" are removed from args.
removeComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
removeCssProperty(CascadingStyleSheet, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
removeFromChainedStyleCall(MethodCallExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the given method call from a getStyle call chain.
removeFromStringConcatenation(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the given node from a string concatenation expression.
removeLocalClassName(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
removeLocalClassName(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Removes local class name of given component.
removeProperty(CSSStyleRule, CSSStyleRule) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
removePropertySetter(ComponentInfo, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Removes all property set calls or references in constructors initializations
removeSetThemeArgs(List<MethodCallExpr>, String) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
 
removeStatement(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the statement that wraps the given node.
removeThemeArgs(List<MethodCallExpr>, List<String>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Removes arguments from getThemeList().add() or getThemeList().addAll().
removeThemeArgStartsWith(List<MethodCallExpr>, String) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Removes arguments from getThemeList().add() or getThemeList().addAll().
replace(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
REPLACE - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
 
replaceCallParameter(NodeWithArguments<?>, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Replaces a parameter name in a method call.
replaceClassName(CascadingStyleSheet, String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
replaceClassName(String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Replaces classname with new classname in all matching rules.
replaceFolderInPath(Path, String, String, String) - Static method in class com.vaadin.copilot.Util
Replaces any folder with the given name in the path with a new folder name.
replaceFunctionCall(ComponentInfo, String, Object) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Replaces a constructor parameter (if it is mapped to the given setter function) or a function call in the source code.
replaceOrAddCall(ComponentInfo, String, Object...) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Replaces a function call in the source code, if found, otherwise adds the function call.
ReplaceResult(String) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Creates an instance of a ReplaceResult record class.
repositoryPackageName() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the repositoryPackageName record component.
resourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the resourcePaths record component.
RESPONSE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
RESTART_APPLICATION - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
restartApplication(String) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Send requests to restart application
retainAll(Collection<?>) - Method in class com.vaadin.copilot.IdentityHashSet
 
ROLES_ALLOWED - Enum constant in enum class com.vaadin.copilot.AccessRequirement.Type
 
rootPath() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the rootPath record component.
route() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the route record component.
RouteAndPath(File, String) - Constructor for record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Creates an instance of a RouteAndPath record class.
routeConstructor() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the routeConstructor record component.
routeConstructor(ConstructorDeclaration) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets the constructor of the route where the component is created.
RouteCreator - Class in com.vaadin.copilot
Handles creation of views for new routes.
RouteCreator(VaadinSession) - Constructor for class com.vaadin.copilot.RouteCreator
 
RouteDuplicatedException - Exception Class in com.vaadin.copilot.exception
 
RouteDuplicatedException(String) - Constructor for exception class com.vaadin.copilot.exception.RouteDuplicatedException
 
RouteHandler - Class in com.vaadin.copilot
Provides server side route information to the client.
RouteHandler(SourceSyncChecker) - Constructor for class com.vaadin.copilot.RouteHandler
 
routeName() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the routeName record component.
RULES - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
RulesHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
RulesHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.RulesHandler
 
RulesRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
RulesRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.RulesRequest
 
runningInJavaDebugMode() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the runningInJavaDebugMode record component.
runningWith() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the hotswap solution that is currently in use.
runningWithExtendClassDef() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the runningWithExtendClassDef record component.
runningWitHotswap() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns the value of the runningWitHotswap record component.

S

sanitizeFilename(String) - Method in class com.vaadin.copilot.ProjectFileManager
Makes a string safe to use as a file name
save() - Method in class com.vaadin.copilot.PomFileRewriter
Apply all modifications to a temporary file and then replaces it with the real one.
saveComponentInfoSourceFiles(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
 
saveConfigFromRequest(File, JsonNode) - Static method in class com.vaadin.copilot.ConfigurationFileUtil
Saves the configuration into given file by extracting configuration data from request
selectedAttributePairByUser() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the selectedAttributePairByUser record component.
SelectedAttributePairByUser(String, String, String) - Constructor for record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Creates an instance of a SelectedAttributePairByUser record class.
SELF_HORIZONTALLY - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
 
SELF_VERTICALLY - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
 
sendCopilotRequest(String, REQ, Class<RESP>, Consumer<RESP>, DevToolsInterface, String, JsonNode) - Method in class com.vaadin.copilot.CopilotServerClient
 
sendCopilotRequest(String, REQ, Class<RESP>, Consumer<RESP>, Consumer<Throwable>) - Method in class com.vaadin.copilot.CopilotServerClient
 
sendError(DevToolsInterface, String) - Method in interface com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier.ErrorHandler
 
sendErrorResponse(DevToolsInterface, String, JsonNode, String, Throwable) - Static method in class com.vaadin.copilot.ErrorHandler
Sends an error message to frontend using dev tools.
sendErrorResponse(DevToolsInterface, String, JsonNode, String, Throwable, ExceptionReportCreator) - Static method in class com.vaadin.copilot.ErrorHandler
Constructs an error that will be sent to client via DevToolsInterface.
sendFeedback(String, String, Map<String, String>) - Method in class com.vaadin.copilot.feedback.FeedbackClient
 
sendReactive(String, Object) - Method in class com.vaadin.copilot.CopilotServerClient
 
sendRequest(String, Map<String, String>, Map<String, String>) - Method in class com.vaadin.copilot.analytics.AnalyticsClient
 
sendSuccess(DevToolsInterface) - Method in interface com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier.SuccessHandler
 
SERVER_URL_ENV - Static variable in class com.vaadin.copilot.CopilotServerClient
 
ServiceAndBeanInfo(UIServiceCreator.BeanInfo, UIServiceCreator.DataStorage, boolean, List<Map<String, Object>>, String, String) - Constructor for record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Creates an instance of a ServiceAndBeanInfo record class.
serviceClass() - Method in record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Returns the value of the serviceClass record component.
serviceInit(ServiceInitEvent) - Method in class com.vaadin.copilot.CopilotIndexHtmlLoader
 
serviceMethod() - Method in record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Returns the value of the serviceMethod record component.
ServiceMethodInfo(Class<?>, Method) - Constructor for record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Creates an instance of a ServiceMethodInfo record class.
servicePackageName() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns the value of the servicePackageName record component.
SET_FONT - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
SET_TRANSLATABLE_PROPERTY_ERROR - Static variable in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
setAccessAnnotation(ClassOrInterfaceDeclaration, AccessRequirement) - Static method in class com.vaadin.copilot.AccessRequirementUtil
Sets the access control annotation for the given class.
setAccessible(Boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
setActiveLevel(String) - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
setActiveSpringSecurityUser(String, VaadinSession) - Static method in class com.vaadin.copilot.SpringBridge
Set active user for Spring Security.
setActiveSpringSecurityUser(String, VaadinSession) - Static method in class com.vaadin.copilot.SpringSecurityIntegration
Set active user for Spring Security.
setAdd(boolean) - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
setAlignment(ComponentInfo, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
setAssertionType(AssertionType) - Method in class com.vaadin.copilot.testbenchgenerator.assertion.AssertionScenarioItem
 
setAssertionType(AssertionType) - Method in class com.vaadin.copilot.testbenchgenerator.assertion.TargetAssertionScenarioItem
 
setAssignmentExpression(AssignExpr) - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
setAttachCall(AttachExpression) - Method in class com.vaadin.copilot.javarewriter.ComponentAttachInfo
 
setChildOfCustomComponent(boolean) - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
setClassInfo(TestBenchElementClassInfo) - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
setClassList(List<String>) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setClassName(String) - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
setClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
setClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
setClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
SetClassNameRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
SetClassNameRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
setComboBoxDataSource(ComponentInfo, String, String, List<JavaReflectionUtil.ParameterTypeInfo>, String, UIServiceCreator.FieldInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Connects the given combo box to the given service method, using the given item type and order for the columns.
setComponentAttachScope(BlockStmt) - Method in class com.vaadin.copilot.javarewriter.ComponentAttachInfo
 
setComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
setComponentAttribute(String, int, int, ComponentType, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
setComponentCreateScope(BlockStmt) - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
setComponentDisplayName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setComponentName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setCreateLocationPath(String) - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
setCss(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadPreviewResponse
 
setCssProperty(CascadingStyleSheet, String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
setCtrlKey(Boolean) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setCustomComponent(boolean) - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
setDefaultValue(Object) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setDevice(String) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setDevToolsInterface(DevToolsInterface) - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Sets dev tools interface for user notifications
setDocumentationPageUrl(String) - Method in class com.vaadin.copilot.plugins.docs.DocsResponse
 
setEnabled(boolean) - Static method in class com.vaadin.copilot.analytics.AnalyticsClient
Set whether tracking is enabled.
setError(JsonNode, String, Throwable) - Static method in class com.vaadin.copilot.ErrorHandler
 
setError(JsonNode, String, Throwable, ExceptionReportCreator) - Static method in class com.vaadin.copilot.ErrorHandler
 
setErrorMessage(JsonNode, String) - Static method in class com.vaadin.copilot.ErrorHandler
 
setEvents(List<TargetEventData>) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEvent
 
setExceptionOnGettingDefaultValue(boolean) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setExceptionOnGettingValue(boolean) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setExpectedText(String) - Method in class com.vaadin.copilot.testbenchgenerator.assertion.TextEqualsAssertionItem
 
setExpectedTitle(String) - Method in class com.vaadin.copilot.testbenchgenerator.assertion.PageTitleEqualsAssertion
 
setFieldDeclaration(FieldDeclaration) - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
setFieldDeclarationAndAssignment(FieldDeclaration) - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
setFieldName(String) - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
setFieldVariableName(String) - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
setFileName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setFlowComponent(boolean) - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
setFolderInLaunchedModule(Path) - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Sets a reference folder used to find the plugin metadata file.
setFont(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Adds an import rule for the specified font to the theme editor CSS file and updates the Lumo font family theme property.
SetFontHandler - Class in com.vaadin.copilot.plugins.themeeditor.handlers
 
SetFontHandler(HasThemeModifier) - Constructor for class com.vaadin.copilot.plugins.themeeditor.handlers.SetFontHandler
 
setFontName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetFontRequest
 
SetFontRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
SetFontRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.SetFontRequest
 
setGap(ComponentInfo, String, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Sets gap to selected component
setGridDataSource(ComponentInfo, String, String, List<JavaReflectionUtil.ParameterTypeInfo>, String, List<UIServiceCreator.FieldInfo>) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Connects the given grid to the given service method, using the given item type and order for the columns.
setHtmlContent(String) - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
setId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setIndex(int) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setItems(List<ExceptionReportItem>) - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
setItemType(String) - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
setLabel(String) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setLinks(boolean) - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
setLocalClassName(ComponentTypeAndSourceLocation, String) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
setLocalClassName(Integer, Integer, String) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Adds local component class name if not already present, updates value otherwise.
setLocalVariableDeclarator(VariableDeclarator) - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
setLocalVariableName(String) - Method in class com.vaadin.copilot.javarewriter.AbstractComponentLocationInfo
 
setLocalVariableName(String) - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
setMainSectionList(List<DocsMainSection>) - Method in class com.vaadin.copilot.plugins.docs.DocsResponse
 
setMessage(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
setMetaKey(Boolean) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setMethodName(String) - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
setMultiSelection(boolean) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setName(TargetEventName) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setNameExprScope(MethodCallExpr, NameExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Sets the name expression scope for the given method call.
setNodeId(Integer) - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
setNodeId(Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
setNodes(List<ExceptionReportRelevantComponentNode>) - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
setObjectCreationExpr(ObjectCreationExpr) - Method in class com.vaadin.copilot.javarewriter.ComponentCreateInfo
 
setOldClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
setOptions(List<ComponentProperty.ComponentPropertyOption>) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setOriginalClassName(String) - Method in class com.vaadin.copilot.javarewriter.JavaComponent.Metadata
 
setPadding(ComponentInfo, String, String, String, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
setPageTitle(DevToolsInterface, Integer, String) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
setParamJavaClassName(String) - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
setPathname(String) - Method in class com.vaadin.copilot.testbenchgenerator.events.PageChangeEvent
 
setPossibleSelectors(PossibleSelectors) - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
setPresenceOf(PossibleSelectors) - Method in class com.vaadin.copilot.testbenchgenerator.assertion.PresenceAssertion
 
setPressedKeys(List<String>) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setProperties(Map<String, String>) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
setPropertyName(String) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setQualifiedClassName(String) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setReactComponent(boolean) - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
setRedo(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
setRelevance(String) - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
setRelevance(String) - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
 
setRelevantPairs(List<ExceptionReportRelevantPairData>) - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
setReplace(boolean) - Method in class com.vaadin.copilot.customcomponent.CustomComponentAddMethodInfo
 
setReqId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
setReqId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
setRouteView(boolean) - Method in class com.vaadin.copilot.customcomponent.ComponentInfoForCustomComponentSupport
 
setRules(List<CssRule>) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesResponse
 
setRules(List<CssRule>) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.RulesRequest
 
setSections(List<DocsSection>) - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
setSelectedItemText(String) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setSelectedRowIndexes(List<Integer>) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setSelector(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.OpenCssRequest
 
setSelector(String) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
setSelectors(List<String>) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.LoadRulesRequest
 
setShiftKey(Boolean) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setSizing(ComponentInfo, Map<String, String>) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Sets sizing properties of the given component using the Style API.
setSizing(ComponentInfo, Map<String, String>) - Static method in class com.vaadin.copilot.javarewriter.JavaStyleRewriter
Handles calls of the given component and adjust them based on the given properties.
setState(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.StateMessage
 
setStyle(ComponentInfo, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Sets the given inline style on the given component, replacing an existing style property if present.
setStyle(ComponentInfo, String, String) - Static method in class com.vaadin.copilot.javarewriter.JavaStyleRewriter
/** Sets the given inline style on the given component, replacing an existing style property if present.
setStyle(ComponentInfo, String, String, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaStyleRewriter
Sets the given inline style on the given component, replacing an existing style property if present.
setSuggestedClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
setSuggestion(boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
setTag(String) - Method in class com.vaadin.copilot.plugins.docs.DocsRequest
 
setTagName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
setTargetElementIdentifier(String) - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
setTargetElementLocalName(String) - Method in class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
setter() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Returns the value of the setter record component.
SetterAndValue(String, Object) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Creates an instance of a SetterAndValue record class.
setThemeProperties(List<CssRule>) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Performs update of CSS file setting (adding or updating) given CssRule.
setTitle(String) - Method in class com.vaadin.copilot.exception.report.ExceptionReport
 
setTitle(String) - Method in class com.vaadin.copilot.exception.report.ExceptionReportCreator
Sets title of the report.
setTitle(String) - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
setTitle(String) - Method in class com.vaadin.copilot.plugins.docs.DocsSection
 
setType(ComponentPropertyType) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setType(CustomComponent.Type) - Method in class com.vaadin.copilot.customcomponent.CustomComponentInstanceInfo
 
setType(TestBenchScenarioItemType) - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
 
setUiId(Integer) - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantComponentNode
 
setUiId(Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
setUndo(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
setUrl(String) - Method in class com.vaadin.copilot.plugins.docs.DocsMainSection
 
setUserContext(Map<String, String>) - Method in class com.vaadin.copilot.analytics.AnalyticsClient
 
setUuid(String) - Method in class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
 
setValue - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
 
setValue(Object) - Method in class com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
 
setValue(Object) - Method in class com.vaadin.copilot.plugins.propertypanel.ComponentProperty
 
setValue(String) - Method in class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
setWritten(boolean) - Method in class com.vaadin.copilot.javarewriter.JavaSource
Updates the flag with the given written value.
SHORT - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
SHOW_IN_IDE - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
showComponentAttachInIde(Component) - Method in class com.vaadin.copilot.ide.IdeIntegration
Opens, in the current IDE, the location (file + line number) where the given component was attached.
showComponentCreateInIde(Component) - Method in class com.vaadin.copilot.ide.IdeIntegration
Opens, in the current IDE, the location (file + line number) where the given component was created.
showFile(String, int) - Method in class com.vaadin.copilot.ide.OpenComponentInIDE
 
showFlowComponent(int, int, boolean) - Method in class com.vaadin.copilot.ide.OpenComponentInIDE
 
showInIde(String, Integer, Integer) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Opens editor and places caret on given line and column
size() - Method in class com.vaadin.copilot.IdentityHashSet
 
skipProps(JavaComponent, String) - Method in class com.vaadin.copilot.javarewriter.custom.CustomComponentHandle
 
skipProps(JavaComponent, String) - Method in class com.vaadin.copilot.javarewriter.custom.DetailsComponentHandle
 
skipProps(JavaComponent, String) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
sortByClassAndMethodName(SpringBridge.ServiceMethodInfo, SpringBridge.ServiceMethodInfo) - Static method in class com.vaadin.copilot.UiServiceHandler
 
sortStyleSheet(CascadingStyleSheet) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
sourceFile() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Returns the value of the sourceFile record component.
sourceFinder - Variable in class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
sourceNotFound - Static variable in class com.vaadin.copilot.Copilot
 
sourceOffset() - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
sources() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Returns the value of the sources record component.
SourceSyncChecker - Class in com.vaadin.copilot.javarewriter
The SourceSyncChecker is responsible for monitoring changes to Java source files during development to identify scenarios where source files may be out of sync with the running application or route view is deleted by the user.
SourceSyncChecker(DevModeHandlerManager) - Constructor for class com.vaadin.copilot.javarewriter.SourceSyncChecker
Starts the source file watcher with the given application configuration.
springBootVersion() - Method in record class com.vaadin.copilot.SpringBridge.VersionInfo
Returns the value of the springBootVersion record component.
SpringBridge - Class in com.vaadin.copilot
Acts as a bridge between Copilot and Spring specific API.
SpringBridge() - Constructor for class com.vaadin.copilot.SpringBridge
 
SpringBridge.H2Info - Record Class in com.vaadin.copilot
 
SpringBridge.ServiceMethodInfo - Record Class in com.vaadin.copilot
 
SpringBridge.VersionInfo - Record Class in com.vaadin.copilot
 
SpringDataIntegration - Class in com.vaadin.copilot
 
SpringDataIntegration() - Constructor for class com.vaadin.copilot.SpringDataIntegration
 
SpringIntegration - Class in com.vaadin.copilot
Provides Spring related helpers for copilot.
SpringIntegration() - Constructor for class com.vaadin.copilot.SpringIntegration
 
SpringSecurityIntegration - Class in com.vaadin.copilot
Provides Spring security related helpers for copilot.
SpringSecurityIntegration() - Constructor for class com.vaadin.copilot.SpringSecurityIntegration
 
springVersion() - Method in record class com.vaadin.copilot.SpringBridge.VersionInfo
Returns the value of the springVersion record component.
startIfNotStarted() - Method in class com.vaadin.copilot.ide.IDEHeartbeatScheduler
Starts scheduler if not started.
StatementLineNumberVisitor - Class in com.vaadin.copilot.plugins.themeeditor.utils
Implementation of GenericVisitor that finds Statement at given line of source code file.
StatementLineNumberVisitor() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
StateMessage - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
StateMessage() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.StateMessage
 
StateMessage(String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.StateMessage
 
status() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the status record component.
StreamResponse - Record Class in com.vaadin.copilot.communication
StreamResponse is a record class used for sending responses to the client when the '/stream' endpoint is accessed.
StreamResponse(StreamResponseEnum, String, String, Map<String, String>, int) - Constructor for record class com.vaadin.copilot.communication.StreamResponse
Creates an instance of a StreamResponse record class.
StreamResponseEnum - Enum Class in com.vaadin.copilot.communication
Enum for stream response statuses: This enum contains the four steps we go through while responding to the client:
1.
STRING - Enum constant in enum class com.vaadin.copilot.ComponentPropertyType
 
STRING_TYPE - Static variable in class com.vaadin.copilot.ConnectToService
 
StyleInfo(String, String, boolean) - Constructor for record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Creates an instance of a StyleInfo record class.
subscribe(DevToolsInterface) - Method in class com.vaadin.copilot.CompilationStatusChecker
Subscribes this checker to the IDE heartbeat scheduler to start receiving compilation status updates if not subscribed.
SUCCESS_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
SuggestRestartException - Exception Class in com.vaadin.copilot.exception
Exception that suggests to restart the application.
SuggestRestartException(String) - Constructor for exception class com.vaadin.copilot.exception.SuggestRestartException
Creates a new exception with the given message.
SuggestRestartException(String, Throwable) - Constructor for exception class com.vaadin.copilot.exception.SuggestRestartException
Creates a new exception with the given message and cause.
SuggestRestartException(Throwable) - Constructor for exception class com.vaadin.copilot.exception.SuggestRestartException
Creates a new exception with the given cause.
supportedActions() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns the value of the supportedActions record component.
supports(CopilotIDEPlugin.Commands) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Checks if given command is supported by plugin

T

tag() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns the value of the tag record component.
TargetAssertionScenarioItem - Class in com.vaadin.copilot.testbenchgenerator.assertion
 
TargetAssertionScenarioItem() - Constructor for class com.vaadin.copilot.testbenchgenerator.assertion.TargetAssertionScenarioItem
 
targetEvent - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
 
TargetEvent - Class in com.vaadin.copilot.testbenchgenerator.events
 
TargetEvent() - Constructor for class com.vaadin.copilot.testbenchgenerator.events.TargetEvent
 
TargetEventData - Class in com.vaadin.copilot.testbenchgenerator.events
 
TargetEventData() - Constructor for class com.vaadin.copilot.testbenchgenerator.events.TargetEventData
 
TargetEventName - Enum Class in com.vaadin.copilot.testbenchgenerator.events
Enumeration of supported event names that can be used to target specific UI interactions.
TargetScenarioItem - Class in com.vaadin.copilot.testbenchgenerator
Represents a scenario item that targets a specific UI element within a TestBench test scenario.
TargetScenarioItem() - Constructor for class com.vaadin.copilot.testbenchgenerator.TargetScenarioItem
 
templateData() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the templateData record component.
templateData() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the templateData record component.
templateName() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the templateName record component.
templateName() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the templateName record component.
testAncestors(VaadinSession, Component, Predicate<Component>) - Static method in class com.vaadin.copilot.FlowUtil
The method traverses up the component hierarchy, starting from the immediate parent of the given component, and applies the provided Predicate to each ancestor.
TestBenchElementClassInfo - Record Class in com.vaadin.copilot.testbenchgenerator
This class represents the targeted element information.
TestBenchElementClassInfo(String, String, String, List<String>) - Constructor for record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Creates an instance of a TestBenchElementClassInfo record class.
TestBenchGenerateResult - Record Class in com.vaadin.copilot.testbenchgenerator
Represent the successful result of generating the test.
TestBenchGenerateResult(String, String, int) - Constructor for record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Creates an instance of a TestBenchGenerateResult record class.
TestBenchJavaTestGenerator - Class in com.vaadin.copilot.testbenchgenerator
Generates a TestBench tests using the JavaParser with the given scenario.
TestBenchJavaTestGenerator(TestBenchScenario) - Constructor for class com.vaadin.copilot.testbenchgenerator.TestBenchJavaTestGenerator
Constructs a TestBenchScenario
TestBenchRecordHandler - Class in com.vaadin.copilot.testbenchgenerator
Handler that handles commands to generate recorded test bench tests
TestBenchRecordHandler() - Constructor for class com.vaadin.copilot.testbenchgenerator.TestBenchRecordHandler
 
TestBenchScenario - Class in com.vaadin.copilot.testbenchgenerator
Represents the scenario generated by the test bench record plugin.
TestBenchScenario() - Constructor for class com.vaadin.copilot.testbenchgenerator.TestBenchScenario
 
TestBenchScenarioItem - Class in com.vaadin.copilot.testbenchgenerator
Base class for each scenario items to generate tests.
TestBenchScenarioItem() - Constructor for class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
 
TestBenchScenarioItemType - Enum Class in com.vaadin.copilot.testbenchgenerator
Represents the type of item of a scenario item.
TestGenerationRequest - Record Class in com.vaadin.copilot.plugins.testgeneration
 
TestGenerationRequest(UiRoute, UiLogin, Map<String, String>) - Constructor for record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Creates an instance of a TestGenerationRequest record class.
TestGenerationServerClient - Class in com.vaadin.copilot.plugins.testgeneration
 
TestGenerationServerClient() - Constructor for class com.vaadin.copilot.plugins.testgeneration.TestGenerationServerClient
 
testMethodInClass(Class<?>, ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Looks for given method call is a member of given class for the component
testResourcePaths() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns the value of the testResourcePaths record component.
text() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns the value of the text record component.
TEXT_NODE - Static variable in record class com.vaadin.copilot.javarewriter.JavaComponent
 
textEquals - Enum constant in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
 
TextEqualsAssertionItem - Class in com.vaadin.copilot.testbenchgenerator.assertion
Assertion statement for statements like Assertions.assertEquals("foo", textField.getText());
TextEqualsAssertionItem() - Constructor for class com.vaadin.copilot.testbenchgenerator.assertion.TextEqualsAssertionItem
 
TEXTFIELD - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 
THEME_EDITOR_CSS - Static variable in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
ThemeEditorCommand - Enum Class in com.vaadin.copilot.plugins.themeeditor
 
ThemeEditorException - Exception Class in com.vaadin.copilot.plugins.themeeditor.utils
 
ThemeEditorException() - Constructor for exception class com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException
 
ThemeEditorException(String) - Constructor for exception class com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException
 
ThemeEditorException(String, Throwable) - Constructor for exception class com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException
 
ThemeEditorException(String, Throwable, boolean, boolean) - Constructor for exception class com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException
 
ThemeEditorException(Throwable) - Constructor for exception class com.vaadin.copilot.plugins.themeeditor.utils.ThemeEditorException
 
ThemeEditorMessageHandler - Class in com.vaadin.copilot.plugins.themeeditor
Handler for ThemeEditor debug window communication messages.
ThemeEditorMessageHandler() - Constructor for class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
ThemeModifier - Class in com.vaadin.copilot.plugins.themeeditor
 
ThemeModifier() - Constructor for class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Constructor
ThemeNotFoundError - Class in com.vaadin.copilot.plugins.themeeditor.messages
Error used while theme is not configured in current project.
ThemeNotFoundError(String) - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.ThemeNotFoundError
 
throwIfAIUsageDisabled() - Static method in class com.vaadin.copilot.userinfo.UserInfoServerClient
Checks whether AI usage is allowed based on various runtime conditions, and throws an AIUsageDisabledException if usage is not permitted.
throwIfKotlin(File) - Static method in class com.vaadin.copilot.KotlinUtil
Checks file extension is kotlin extensions .e.g kt, kts and throws KotlinNotSupportedException when file has one of the extensions
throwIfViewDeleted(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.javarewriter.SourceSyncChecker
Throws an exception if class from the given componentTypeAndSourceLocation is deleted during the lifetime of the application.
title() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns the value of the title record component.
title() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns the value of the title record component.
titleCase(String) - Static method in class com.vaadin.copilot.Util
Converts a string to title case.
toArray() - Method in class com.vaadin.copilot.IdentityHashSet
 
toArray(T1[]) - Method in class com.vaadin.copilot.IdentityHashSet
 
toCssRule(CSSStyleRule) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
toJson() - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
 
toJson(Throwable) - Static method in class com.vaadin.copilot.ErrorHandler
 
toMap(JsonNode) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateBeanFieldsResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.AICreateFieldsHandler.CreateExampleDataResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.CreateLumoThemeVariablesHandler.CreateLumoThemeVariableResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ai.UIFromImage.UIFromImageResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.CompilationStatusChecker.FilePathAndName
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ComponentInfoHandler.ComponentDragDropApiInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.CopilotServerClient.AccessControlData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentApiSelection
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentExternal
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentInProject
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.customcomponent.CustomComponentResponseData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ide.IDEHeartbeatResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ide.IdeNotification
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ComponentAddableMethod
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ModuleInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.JavaSourcePathDetector.ProjectPaths
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.FlowTemplateRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.NewRouteTemplateHandler.HillaTemplateRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.devsetup.DevSetupInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsData
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.docs.DocsHandler.AskDocsResponse
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.info.JdkInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Returns a string representation of this record class.
toString() - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
toString() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
toString() - Method in record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.PomFileRewriter.Property
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.ProjectModifier.RouteAndPath
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.SpringBridge.H2Info
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.SpringBridge.ServiceMethodInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.SpringBridge.VersionInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors.SelectedAttributePairByUser
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.testbenchgenerator.PossibleSelectors
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchElementClassInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.testbenchgenerator.TestBenchGenerateResult
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.UIServiceCreator.BeanInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.UIServiceCreator.FieldInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.UIServiceCreator.ServiceAndBeanInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.WrapWithComponentListFinder.ClassNameInfo
Returns a string representation of this record class.
track(String, Map<String, String>) - Method in class com.vaadin.copilot.analytics.AnalyticsClient
Track event to copilot-server
truncate(String, int) - Static method in class com.vaadin.copilot.Util
 
type() - Method in record class com.vaadin.copilot.ide.IdeNotification
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentPropertyHelperUtil.PropertyFieldInfo
Returns the value of the type record component.
type(Class<? extends Component>) - Method in class com.vaadin.copilot.javarewriter.ComponentInfoBuilder
Sets the type of the component.
TypeInfo(String, List<JavaReflectionUtil.TypeInfo>) - Constructor for record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
 
TypeInfo(String, List<JavaReflectionUtil.TypeInfo>, boolean, boolean) - Constructor for record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Creates an instance of a TypeInfo record class.
typeName() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns the value of the typeName record component.
typeParameters() - Method in record class com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Returns the value of the typeParameters record component.
typesEqual(ResolvedMethodDeclaration, ResolvedMethodDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Compares two ResolvedMethodDeclaration instances to determine if they are semantically equivalent in terms of their signature and declaring context.
typesEqual(ResolvedType, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given type is equal to the given reflection type.
typeWithGenerics() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
 

U

UI_ID - Static variable in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
UIFromImage - Class in com.vaadin.copilot.ai
 
UIFromImage() - Constructor for class com.vaadin.copilot.ai.UIFromImage
 
UIFromImage.UIFromImageData - Record Class in com.vaadin.copilot.ai
 
UIFromImage.UIFromImageRequest - Record Class in com.vaadin.copilot.ai
 
UIFromImage.UIFromImageResponse - Record Class in com.vaadin.copilot.ai
 
UIFromImageData(byte[], String, boolean) - Constructor for record class com.vaadin.copilot.ai.UIFromImage.UIFromImageData
Creates an instance of a UIFromImageData record class.
UIFromImageRequest(UIFromImage.UIFromImageData, CopilotServerClient.AccessControlData) - Constructor for record class com.vaadin.copilot.ai.UIFromImage.UIFromImageRequest
Creates an instance of a UIFromImageRequest record class.
UIFromImageResponse(String) - Constructor for record class com.vaadin.copilot.ai.UIFromImage.UIFromImageResponse
Creates an instance of a UIFromImageResponse record class.
UIServiceCreator - Class in com.vaadin.copilot
UIServiceCreator is responsible for generating Java service and bean classes dynamically.
UIServiceCreator() - Constructor for class com.vaadin.copilot.UIServiceCreator
 
UIServiceCreator.BeanInfo - Record Class in com.vaadin.copilot
Represents information about a Java bean.
UIServiceCreator.DataStorage - Enum Class in com.vaadin.copilot
 
UIServiceCreator.FieldInfo - Record Class in com.vaadin.copilot
Represents information about a field in a Java bean.
UIServiceCreator.ServiceAndBeanInfo - Record Class in com.vaadin.copilot
Represents information about a service and its associated bean.
UiServiceHandler - Class in com.vaadin.copilot
Provides endpoint information to the client.
UiServiceHandler() - Constructor for class com.vaadin.copilot.UiServiceHandler
 
undo(List<String>) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Performs Undo for given files
UNDO - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
UNDO_LABEL - Static variable in class com.vaadin.copilot.javarewriter.JavaFileSourceProvider
 
undoLabel(String) - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
UNKNOWN_ERROR - Static variable in exception class com.vaadin.copilot.plugins.docs.DocsException
 
UnknownExpressionTypeException - Exception Class in com.vaadin.copilot.exception
 
UnknownExpressionTypeException(Class<?>) - Constructor for exception class com.vaadin.copilot.exception.UnknownExpressionTypeException
 
unpackJbr(File, Consumer<String>) - Method in class com.vaadin.copilot.JetbrainsRuntimeUtil
Unpacks the given JetBrains Runtime archive into a folder.
UnsupportedOperationByPluginException(CopilotIDEPlugin.Commands) - Constructor for exception class com.vaadin.copilot.ide.CopilotIDEPlugin.UnsupportedOperationByPluginException
 
updateDependencyVersion(PomFileRewriter.Dependency, String) - Method in class com.vaadin.copilot.PomFileRewriter
Saves replacement for version tag of given dependency.
updateProperty(PomFileRewriter.Property, String) - Method in class com.vaadin.copilot.PomFileRewriter
Saves replacement for the text content of given property
updateVaadinVersion(String, boolean) - Method in class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdate
Updates the Vaadin version in the project's configuration files.
useIdMappedFields() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.AddTemplateOptions
Returns the value of the useIdMappedFields record component.
USER_REQUEST_LIMIT_REACHED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
USER_TOKEN_LIMIT_REACHED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
userId() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the userId record component.
userId() - Method in record class com.vaadin.copilot.ErrorsRequest
Returns the value of the userId record component.
userId() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns the value of the userId record component.
UserInfo - Record Class in com.vaadin.copilot.userinfo
 
UserInfo(boolean, boolean, String, String, String, String, boolean) - Constructor for record class com.vaadin.copilot.userinfo.UserInfo
Creates an instance of a UserInfo record class.
UserInfoHandler - Class in com.vaadin.copilot
Handles getting information about the user (pro key based) and communicating with the server about feature access.
UserInfoHandler() - Constructor for class com.vaadin.copilot.UserInfoHandler
 
UserInfoRequest - Record Class in com.vaadin.copilot.userinfo
 
UserInfoRequest(String) - Constructor for record class com.vaadin.copilot.userinfo.UserInfoRequest
Creates an instance of a UserInfoRequest record class.
UserInfoServerClient - Class in com.vaadin.copilot.userinfo
 
UserInfoServerClient() - Constructor for class com.vaadin.copilot.userinfo.UserInfoServerClient
 
Util - Class in com.vaadin.copilot
 
Util() - Constructor for class com.vaadin.copilot.Util
 

V

vaadiner() - Method in record class com.vaadin.copilot.userinfo.UserInfo
Returns the value of the vaadiner record component.
VaadinVersionUpdate - Class in com.vaadin.copilot.plugins.vaadinversionupdate
Handles updating the Vaadin version in a project using Maven.
VaadinVersionUpdate(Path) - Constructor for class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdate
Constructs a VaadinVersionUpdate instance.
VaadinVersionUpdateHandler - Class in com.vaadin.copilot.plugins.vaadinversionupdate
Handler for displaying and upgrading to new versions
VaadinVersionUpdateHandler(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler
Constructs a new instance of VersionCheckerHandler
VaadinVersionUpdateHandler.VersionCheckRequest - Record Class in com.vaadin.copilot.plugins.vaadinversionupdate
Request data for copilot server to fetch new versions after given version.
VALIDATION - Enum constant in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
value() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Returns the value of the value record component.
value() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
Returns the value of the value record component.
value() - Method in record class com.vaadin.copilot.plugins.propertypanel.ComponentProperty.ComponentPropertyOption
Returns the value of the value record component.
valueOf(String) - Static method in enum class com.vaadin.copilot.AccessRequirement.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.AIUsageAllowed
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.communication.StreamResponseEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.ComponentPropertyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.ConnectToService.BindingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.CopilotServerClient.AIProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.customcomponent.CustomComponent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.Framework
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.ide.IdeNotification.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.CommentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.plugins.info.JdkInfo.HotswapSolution
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.Where
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.copilot.UIServiceCreator.DataStorage
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.copilot.AccessRequirement.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.AIUsageAllowed
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.communication.StreamResponseEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.ComponentPropertyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.ConnectToService.BindingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.CopilotServerClient.AIProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.customcomponent.CustomComponent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.Framework
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.ide.IdeNotification.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.CommentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.plugins.info.JdkInfo.HotswapSolution
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.plugins.themeeditor.Where
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.testbenchgenerator.events.TargetEventName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.copilot.UIServiceCreator.DataStorage
Returns an array containing the constants of this enum class, in the order they are declared.
variableDeclaration() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
Returns the value of the variableDeclaration record component.
variableRenamedTo() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Returns the value of the variableRenamedTo record component.
VECTOR_DATABASE - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
version() - Method in record class com.vaadin.copilot.ide.IDEPluginInfo
Returns the value of the version record component.
version() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Returns the value of the version record component.
version() - Method in record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Returns the value of the version record component.
version() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns the value of the version record component.
VERSION_KEY - Static variable in interface com.vaadin.copilot.ai.AIConstants
 
VersionCheckRequest(String, boolean) - Constructor for record class com.vaadin.copilot.plugins.vaadinversionupdate.VaadinVersionUpdateHandler.VersionCheckRequest
Creates an instance of a VersionCheckRequest record class.
VersionInfo(String, String) - Constructor for record class com.vaadin.copilot.SpringBridge.VersionInfo
Creates an instance of a VersionInfo record class.
versionLineNumber() - Method in record class com.vaadin.copilot.PomFileRewriter.Dependency
Returns the value of the versionLineNumber record component.
view() - Method in record class com.vaadin.copilot.plugins.testgeneration.TestGenerationRequest
Returns the value of the view record component.
visit(ArrayCreationLevel, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(AnnotationDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(AnnotationMemberDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ClassOrInterfaceDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(CompactConstructorDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ConstructorDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(EnumConstantDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(EnumDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(FieldDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(InitializerDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(MethodDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(Parameter, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ReceiverParameter, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(RecordDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(VariableDeclarator, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(BlockComment, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(JavadocComment, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LineComment, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(CompilationUnit, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ArrayAccessExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ArrayCreationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ArrayInitializerExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(AssignExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(BinaryExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(BooleanLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(CastExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(CharLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ClassExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ConditionalExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(DoubleLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(EnclosedExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(FieldAccessExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(InstanceOfExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(IntegerLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LambdaExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LongLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(MarkerAnnotationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(MemberValuePair, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(MethodCallExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(MethodReferenceExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(NameExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(Name, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(NormalAnnotationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(NullLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ObjectCreationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(RecordPatternExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SimpleName, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SingleMemberAnnotationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(StringLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SuperExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SwitchExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(TextBlockLiteralExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ThisExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(TypeExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(TypePatternExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(UnaryExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(VariableDeclarationExpr, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ImportDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(Modifier, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleExportsDirective, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleOpensDirective, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleProvidesDirective, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleRequiresDirective, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ModuleUsesDirective, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(PackageDeclaration, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(AssertStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(AssertStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(BlockStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(BlockStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(BreakStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(BreakStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(CatchClause, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ContinueStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ContinueStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(DoStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(DoStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(EmptyStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(EmptyStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ExplicitConstructorInvocationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ExplicitConstructorInvocationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ExpressionStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ExpressionStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ExpressionStmt, String) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNameVisitor
 
visit(ExpressionStmt, Void) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNamesVisitor
 
visit(ForEachStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ForEachStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ForStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ForStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(IfStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(IfStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(LabeledStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LabeledStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(LocalClassDeclarationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LocalClassDeclarationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(LocalRecordDeclarationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(LocalRecordDeclarationStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ReturnStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ReturnStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(SwitchEntry, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SwitchStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SwitchStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(SynchronizedStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(SynchronizedStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ThrowStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ThrowStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(TryStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(TryStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(UnparsableStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(UnparsableStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(WhileStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(WhileStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(YieldStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(YieldStmt, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.StatementLineNumberVisitor
 
visit(ArrayType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(ClassOrInterfaceType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(IntersectionType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(PrimitiveType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(TypeParameter, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(UnionType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(UnknownType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(VarType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(VoidType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
visit(WildcardType, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LineNumberVisitor
 
VSCODE - Enum constant in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
VsCodeUtil - Class in com.vaadin.copilot
Utility class for configuring VS Code for hot code replace and Hotswap Agent launch configurations.

W

WARNING - Enum constant in enum class com.vaadin.copilot.ide.IdeNotification.Type
 
Where - Enum Class in com.vaadin.copilot.plugins.themeeditor
 
withTag(String) - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
 
WrapWithComponentListFinder - Class in com.vaadin.copilot
Finds components in the project and relevant dependencies that can be listed as options in Wrap With function.
WrapWithComponentListFinder(VaadinServletContext, VaadinSession) - Constructor for class com.vaadin.copilot.WrapWithComponentListFinder
WrapWithComponentListFinder.ClassNameInfo - Record Class in com.vaadin.copilot
Info about the class name
WRITE - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
WRITE_BASE64 - Enum constant in enum class com.vaadin.copilot.ide.CopilotIDEPlugin.Commands
 
WRITE_TRANSLATION_ERROR - Static variable in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
writeBase64File(File, String, String) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Calls plugin writeBase64 file operation
writeFile(File, String, String) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Calls plugin write file operation
writeFile(File, String, String) - Method in class com.vaadin.copilot.ProjectFileManager
Writes the given content to the given file inside the project.
writeFile(String, String, String) - Method in class com.vaadin.copilot.ProjectFileManager
Writes the given content to the given file inside the project.
writeFile(Path, String, String) - Method in class com.vaadin.copilot.ProjectFileManager
 
writeFileBase64(String, String, String, boolean) - Method in class com.vaadin.copilot.ProjectFileManager
 
writeResult() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
Deprecated.
 
writeStyleSheet(CascadingStyleSheet) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
writeValueAsString(Object) - Static method in class com.vaadin.copilot.CopilotJacksonUtils
 

Y

YES - Enum constant in enum class com.vaadin.copilot.AIUsageAllowed
 

_

_getSourceLocation(Component) - Method in class com.vaadin.copilot.ComponentSourceFinder
Gets the source location for the given component.
A B C D E F G H I J K L M N O P Q R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form