Index

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

A

accept(JavaRewriter.ComponentTypeAndSourceLocation, JavaRewriter.ComponentInfo, JavaRewriter) - Method in interface com.vaadin.copilot.javarewriter.JavaBatchRewriter.Callback
 
accept(T) - Method in interface com.vaadin.copilot.javarewriter.JavaModifier.OperationFunction
Performs the operation on the given object.
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(ProjectManager) - Constructor for class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
AccessibilityJavaSourceModifier - Class in com.vaadin.copilot.plugins.accessibilitychecker
 
AccessibilityJavaSourceModifier(ProjectManager, 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 - Class in com.vaadin.copilot.routes
 
AccessRequirement(AccessRequirement.Type) - Constructor for class com.vaadin.copilot.routes.AccessRequirement
 
AccessRequirement(AccessRequirement.Type, String[]) - Constructor for class com.vaadin.copilot.routes.AccessRequirement
 
AccessRequirement.Type - Enum Class in com.vaadin.copilot.routes
 
add(Statement) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter.InsertionPoint
Adds a statement to the insertion point.
addCall(JavaRewriter.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(JavaRewriter.ComponentInfo, List<Expression>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Creates addClassNames(...) statement with given arguments if there is none.
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
 
addComponentUsingTemplate(JavaRewriter.ComponentInfo, JavaRewriter.ComponentInfo, JavaRewriter.Where, List<JavaRewriter.JavaComponent>) - 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).
addFieldAfter(FieldDeclaration, FieldDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
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(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
addInterface(Class<?>) - Method in class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Adds an interface to the public type in the class.
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
 
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_MODEL - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
AICommandHandler - Class in com.vaadin.copilot.ai
Command handler for AI related operations
AICommandHandler(ProjectManager) - 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 - Class in com.vaadin.copilot.ai
 
AIConstants() - Constructor for class com.vaadin.copilot.ai.AIConstants
 
ALIGN_ITEMS - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.AlignmentMode
 
AnalyticsClient - Class in com.vaadin.copilot.analytics
Client for tracking features of Copilot
AnalyticsClient() - Constructor for class com.vaadin.copilot.analytics.AnalyticsClient
Constructor loading ProKey
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.
ANONYMOUS_ALLOWED - Enum constant in enum class com.vaadin.copilot.routes.AccessRequirement.Type
 
anonymousId() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the anonymousId record component.
APPEND - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
 
ApplicationInitializer - Class in com.vaadin.copilot
Helps initializing a Spring Boot Vaadin application with no views by adding either a Flow or Hilla view + a theme.
ApplicationInitializer(ProjectManager, VaadinServletContext) - Constructor for class com.vaadin.copilot.ApplicationInitializer
Creates a new instance of the initializer
apply() - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
ASM_API - Static variable in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
assignmentExpression() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the assignmentExpression record component.
attachCall() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the attachCall record component.
attachLocation() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the attachLocation record component.

B

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
 
BEFORE - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
 
BEFORE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
blockStmt() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the blockStmt record component.
buildRequest(URI, String) - Method in class com.vaadin.copilot.CopilotServerClient
 
BUTTON - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
 

C

canHandle(String, JsonObject) - 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.
children() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the children record component.
children() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Returns the value of the children record component.
className() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
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
 
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
 
clone() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
clone(T) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
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.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.plugins.accessibilitychecker - package com.vaadin.copilot.plugins.accessibilitychecker
 
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.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.routes - package com.vaadin.copilot.routes
 
com.vaadin.copilot.startup - package com.vaadin.copilot.startup
 
com.vaadin.copilot.userinfo - package com.vaadin.copilot.userinfo
 
compareTo(Editor.Modification) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
compilationUnit - Variable in class com.vaadin.copilot.javarewriter.JavaRewriter
 
CompilationUnitOperations(CompilationUnit, Class<?>) - Constructor for class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
Creates a new operations object for the given CompilationUnit and class.
COMPONENT_METADATA - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
componentAttachScope() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the componentAttachScope record component.
componentCreateScope() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the componentCreateScope record component.
componentFromJson(JsonObject) - Static method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Creates a new JavaComponent instance from a JSON object.
ComponentInfo(Class<? extends Component>, ObjectCreationExpr, BlockStmt, MethodCallExpr, BlockStmt, VariableDeclarator, AssignExpr, FieldDeclaration, FieldDeclaration, String, String, ConstructorDeclaration, JavaRewriter) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Creates an instance of a ComponentInfo record class.
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
 
componentsFromJson(JsonArray) - Static method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Creates a new JavaComponent instance from a JSON array.
ComponentsMetadata - Class in com.vaadin.copilot.plugins.themeeditor.utils
 
ComponentsMetadata() - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.ComponentsMetadata
 
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(Class<? extends Component>, File, ComponentTracker.Location, ComponentTracker.Location, JavaRewriter.ComponentTypeAndSourceLocation, List<JavaRewriter.ComponentTypeAndSourceLocation>) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Creates an instance of a ComponentTypeAndSourceLocation record class.
ConstructorAnalyzer - Class in com.vaadin.copilot.javarewriter
 
context() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the context record component.
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
 
Copilot() - Constructor for class com.vaadin.copilot.Copilot
 
COPILOT_AUTHORISATION_FAILED - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
COPILOT_INTERNAL_ERROR - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
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 - Interface in com.vaadin.copilot
 
CopilotEditor - Class in com.vaadin.copilot.plugins.themeeditor
Editor extension to use ProjectManager to write file content
CopilotEditor(ProjectManager) - Constructor for class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
CopilotIDEPlugin - Class in com.vaadin.copilot.ide
IDE plugin support utility
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.JdkInfo - Record Class in com.vaadin.copilot.plugins.info
 
CopilotInfo.NameAndVersion - Record Class in com.vaadin.copilot.plugins.info
 
CopilotLoader - Class in com.vaadin.copilot.startup
 
CopilotLoader() - Constructor for class com.vaadin.copilot.startup.CopilotLoader
 
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
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
 
CopilotStatus - Class in com.vaadin.copilot
 
CopilotStatus() - Constructor for class com.vaadin.copilot.CopilotStatus
 
CopilotVersion - Class in com.vaadin.copilot
Utility class for reading the Copilot version.
createAddClassNameStatement(SimpleName, String, boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
createEmptyStyleRule(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Creates empty rule with given selector
createLocation() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the createLocation record component.
createStyleRule(String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
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
 

D

data() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
Returns the value of the data record component.
delete(JavaRewriter.ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Deletes a component from the source code.
deleteAll() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 
DENY_ALL - Enum constant in enum class com.vaadin.copilot.routes.AccessRequirement.Type
 
duplicate(JavaRewriter.ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Duplicates a component in the source code.
duplicateAll() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 

E

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
 
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
 
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.feedback.FeedbackRequest
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.ComponentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
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.JavaComponent
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.plugins.info.CopilotInfo.JdkInfo
Indicates whether some other object is "equal to" this one.
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 class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
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.
ERROR - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
ERROR_EXCEPTION_MESSAGE_KEY - Static variable in class com.vaadin.copilot.ErrorHandler
 
ERROR_KEY - Static variable in class com.vaadin.copilot.ErrorHandler
 
ERROR_REQUEST - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
ERROR_STACKTRACE_KEY - Static variable in class com.vaadin.copilot.ErrorHandler
 
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
 
event() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the event record component.
exception() - Method in record class com.vaadin.copilot.communication.StreamResponse
Returns the value of the exception record component.
execute() - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.MessageHandlerCommand
 
extendedClassDefCapable() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the extendedClassDefCapable record component.
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
 
ExtractInlineVariableResult(BlockStmt, String, int) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Creates an instance of a ExtractInlineVariableResult record class.
extractInlineVariableToLocalVariable(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Extracts an inline variable to local variable with a new variable name.

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() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the fieldDeclaration record component.
fieldDeclarationAndAssignment() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the fieldDeclarationAndAssignment record component.
fieldName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the fieldName record component.
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.
findComponentInfo(JavaRewriter.ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Finds a component in the source code.
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.
findFreeVariableName(JavaRewriter.ComponentInfo, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a free variable name based on the component type.
findFreeVariableName(String, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a free variable name based on the given base name.
findIde() - Static method in class com.vaadin.copilot.ide.IdeUtils
Finds IDE used to run application
findLocalClassNameStmt(CompilationUnit, Component, boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findLocalVariableOrField(CompilationUnit, int) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findLocationAfter(Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findLocationAtEnd(Statement) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findLocationBefore(Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findMethodCall(BlockStmt, Node, SimpleName, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findMethodCallNonStatements(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findMethodCalls(BlockStmt, SimpleName) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findMethodCallStatements(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findModificationWhere(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findNode(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findParameterUsage(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
findParentBlockNode(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
findReference(NodeList<Expression>, JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds a node among the nodes which refer to the given 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
 
findStatement(CompilationUnit, int) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
findTypeAndSourceLocation(JsonObject) - Method in class com.vaadin.copilot.JavaRewriteHandler
 
findTypeAndSourceLocation(JsonObject, boolean) - Method in class com.vaadin.copilot.JavaRewriteHandler
 
FLOW - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
FlowComponentQuirks - Class in com.vaadin.copilot.javarewriter
This class contains hacks related to Flow components and how they work.
forEachComponent(JavaBatchRewriter.Callback) - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 
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
 
fromExpression(Expression, ResolvedType) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Parses the given expression and returns the object it represents.

G

get() - Static method in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
GET_CLASS_NAME - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
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.
getArguments() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNamesVisitor
 
getAttachArgument(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
getAttachArgumentOrThrow(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
getBlock() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter.InsertionPoint
 
getCascadingStyleSheet() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getClass(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Finds the class for the given source type.
getClassForTag(String) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
Returns the Java class name for a given HTML tag.
getClassList() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
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
 
getCode() - Method in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
getCode() - Method in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
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(Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
getComponent(VaadinSession, int, int) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
getComponent(VaadinSession, int, int) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
getComponentDisplayName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getComponentName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getCreateLocation(Component) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
getCreateLocation(Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
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.
getDisposables() - Method in class com.vaadin.copilot.ai.AICommandHandler
 
getExistingClassNames() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
Returns selectors in the theme editors
getFieldOrVariableName(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the field or local variable name for the given component.
getFileForClass(Class<?>) - Method in class com.vaadin.copilot.ProjectManager
Returns the Java file for the given class.
getFileForClass(String) - Method in class com.vaadin.copilot.ProjectManager
Returns the Java file for the given class.
getFileName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getFirstModifiedRow() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
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.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.ProjectManager
Returns the frontend folder.
getHeaderText() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getHillaSourceFiles(JsonObject) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
 
getHttpClient() - Method in class com.vaadin.copilot.CopilotServerClient
 
getId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
getIndex() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter.InsertionPoint
 
getInstance() - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Gets instance of CopilotIDEPlugin.
getJavaIdentifier(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Converts the given string into a valid Java identifier.
getJavaResourceFolder() - Method in class com.vaadin.copilot.ProjectManager
Returns the java resource folder.
getJavaSourceFolder() - Method in class com.vaadin.copilot.ProjectManager
Returns the Java source folder.
getJdkInfo() - Method in class com.vaadin.copilot.plugins.info.CopilotInfo
 
getLocalClassName(Integer, Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
Gets component local classname if exists.
getLogger() - Method in class com.vaadin.copilot.CopilotServerClient
 
getLumoMethodArgExpressions(String, List<String>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
Converts given class names to LumoUtility field access expressions.
getMappings(Constructor<?>) - Method in class com.vaadin.copilot.javarewriter.ConstructorAnalyzer
 
getMessage() - Method in enum class com.vaadin.copilot.communication.StreamResponseEnum
 
getMessage() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
getMetadataContent(String) - Static method in class com.vaadin.copilot.plugins.themeeditor.utils.ComponentsMetadata
 
getMetaDir() - Method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
getNodeId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getOldClassName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
getPluginIde() - Method in enum class com.vaadin.copilot.ide.IdeUtils.IDE
 
getProjectRelativeName(File) - Method in class com.vaadin.copilot.ProjectManager
Returns the name of the file, relative to the project root.
getProjectRoot() - Method in class com.vaadin.copilot.ProjectManager
Returns the project root folder.
getProperties() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
getProperties() - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
getPropertyValue(JavaRewriter.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.
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.ProjectManager
Returns the name of the file, relative to the given folder.
getRequestId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getRequestId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
getResult() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
getResults() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 
getRoles() - Method in class com.vaadin.copilot.routes.AccessRequirement
 
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
 
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
 
getServerBaseUrl() - Method in class com.vaadin.copilot.CopilotServerClient
 
getSession() - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
getSession() - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
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, Class<?>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Gets the setter name for the given property.
getSource() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Returns the source code.
getSourceFile(ComponentTracker.Location) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
getSourceFile(ComponentTracker.Location) - Method in class com.vaadin.copilot.ProjectManager
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
 
getSourceFolder(ComponentTracker.Location) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
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
 
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.
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
 
getThemeFolder() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
getThemeFolder() - Method in class com.vaadin.copilot.ProjectManager
Gets current theme folder
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.ProjectManager
Gets current theme name
getType() - Method in class com.vaadin.copilot.routes.AccessRequirement
 
getUiId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
getUndo() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
getUserInfo(String) - Method in class com.vaadin.copilot.userinfo.UserInfoServerClient
 
getValue() - Method in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
getVersion() - Static method in class com.vaadin.copilot.CopilotVersion
 
getVersions() - Method in class com.vaadin.copilot.plugins.info.CopilotInfo
 

H

handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ClassNameHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.ComponentMetadataHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadPreviewHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LoadRulesHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.LocalClassNameHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.OpenCssHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.RulesHandler
 
handle(JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.handlers.SetFontHandler
 
handle(JsonObject) - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.MessageHandler
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.Copilot
 
handleConnect(DevToolsInterface) - Method in interface com.vaadin.copilot.CopilotCommand
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdeHandler
 
handleConnect(DevToolsInterface) - Method in class com.vaadin.copilot.plugins.info.InfoHandler
 
handleDebugMessageData(String, JsonObject) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
Handles debug message command and performs given action.
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ai.AICommandHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ApplicationInitializer
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.Copilot
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in interface com.vaadin.copilot.CopilotCommand
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.feedback.FeedbackHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdeHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ide.IdePluginCommandHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ide.OpenComponentInIDE
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.JavaRewriteHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.MachineConfigurationHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.i18n.I18nHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.info.InfoHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.ProjectFileHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.RouteHandler
 
handleMessage(String, JsonObject, DevToolsInterface) - Method in class com.vaadin.copilot.UserInfoHandler
 
handlingExceptionsAndNotifyDevtoolsInterface(JsonObject, DevToolsInterface, Throwable) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
 
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.feedback.FeedbackRequest
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.ComponentInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
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.JavaComponent
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.plugins.info.CopilotInfo.JdkInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
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.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.
hasMethod(Class<?>, String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given component type has the given method.
hasOverlay(Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
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
 
HILLA_REACT - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
HistoryRequest - Class in com.vaadin.copilot.plugins.themeeditor.messages
 
HistoryRequest() - Constructor for class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
hotswapAgentFound() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the hotswapAgentFound record component.
hotswapAgentLocation() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the hotswapAgentLocation record component.
hotswapAgentPluginsFound() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the hotswapAgentPluginsFound record component.

I

I18nHandler - Class in com.vaadin.copilot.plugins.i18n
Command handler for i18n related operations
I18nHandler(ApplicationConfiguration, ProjectManager) - Constructor for class com.vaadin.copilot.plugins.i18n.I18nHandler
Create a new i18n handler
I18nHandler(ApplicationConfiguration, ProjectManager, JavaRewriteHandler) - Constructor for class com.vaadin.copilot.plugins.i18n.I18nHandler
Create a new i18n handler
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
 
IdeIntegration - Class in com.vaadin.copilot.ide
Integration with IDEs for development mode.
IdeIntegration(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.ide.IdeIntegration
Creates a new integration with the given configuration.
IdePluginCommandHandler - Class in com.vaadin.copilot.ide
 
IdePluginCommandHandler(ProjectManager) - Constructor for class com.vaadin.copilot.ide.IdePluginCommandHandler
 
IdeUtils - Class in com.vaadin.copilot.ide
Utility class for currently used IDE
IdeUtils.IDE - Enum Class in com.vaadin.copilot.ide
 
increaseTrailingNumber(String) - Static method in class com.vaadin.copilot.Util
Takes a filename and increases a trailing number on the name (excluding the extension).
index() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the index record component.
InfoHandler - Class in com.vaadin.copilot.plugins.info
 
InfoHandler(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.plugins.info.InfoHandler
 
INIT_APP_ADD_DEVTOOLS_RESULT - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
INIT_APP_RESULT - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
inlineAssignment(JavaRewriter.ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
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(BlockStmt, int) - Constructor for class com.vaadin.copilot.javarewriter.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
 
INSIDE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.Where
 
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
isArrayArgument(String, String, int) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Uses reflection API for finding class name, method and the argument to find whether argument is array.
isDevelopmentMode() - Static method in class com.vaadin.copilot.Copilot
 
isEnabled(VaadinServletContext) - Static method in class com.vaadin.copilot.CopilotStatus
 
isInstanceRequest() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
isInvertedBoolean(String, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
 
isSpringAvailable() - Static method in class com.vaadin.copilot.SpringBridge
Returns whether Spring is available in the classpath.
isSuggestion() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
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 Spring Security is enabled in the given context See SpringBridge

J

JavaBatchRewriter - Class in com.vaadin.copilot.javarewriter
 
JavaBatchRewriter(ProjectManager, List<JavaRewriter.ComponentTypeAndSourceLocation>) - Constructor for class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 
JavaBatchRewriter.Callback - Interface in com.vaadin.copilot.javarewriter
 
JavaComponent(String, String, Map<String, Object>, List<JavaRewriter.JavaComponent>) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Creates an instance of a JavaComponent record class.
javaFile() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the javaFile record component.
JavaModifier - Class in com.vaadin.copilot.javarewriter
A utility class for modifying Java source code.
JavaModifier(ProjectManager) - Constructor for class com.vaadin.copilot.javarewriter.JavaModifier
Creates a modifier for the given project
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.
JavaRewriteHandler - Class in com.vaadin.copilot
Handles commands to rewrite Java source code.
JavaRewriteHandler(ProjectManager) - 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(String) - Constructor for class com.vaadin.copilot.javarewriter.JavaRewriter
Creates a new JavaRewriter instance.
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.ComponentInfo - Record Class in com.vaadin.copilot.javarewriter
 
JavaRewriter.ComponentTypeAndSourceLocation - Record Class in com.vaadin.copilot.javarewriter
Information about a component in the source code.
JavaRewriter.ExtractInlineVariableResult - Record Class in com.vaadin.copilot.javarewriter
Information about extracting an inline variable to local variable
JavaRewriter.InsertionPoint - Class in com.vaadin.copilot.javarewriter
Represents a point in the source code where new code can be inserted.
JavaRewriter.JavaComponent - Record Class in com.vaadin.copilot.javarewriter
Represents a Java component to be added to the source code.
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
JavaRewriterUtil - Class in com.vaadin.copilot.javarewriter
Util methods for rewriting Java
JavaSourceModifier - Class in com.vaadin.copilot.plugins.themeeditor
 
JavaSourceModifier(ProjectManager) - Constructor for class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
JdkInfo(boolean, boolean, boolean, boolean, String, boolean, boolean, boolean) - Constructor for record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Creates an instance of a JdkInfo record class.
jrebel() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the jrebel record component.

K

KEY_CANCEL_REQ_ID - Static variable in interface com.vaadin.copilot.CopilotCommand
 
KEY_REQ_ID - Static variable in interface com.vaadin.copilot.CopilotCommand
 

L

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
 
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
 
LOCAL_CLASSNAME_COMMENT - Static variable in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
 
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(boolean) - Constructor for class com.vaadin.copilot.plugins.themeeditor.utils.LocalClassNameVisitor
 
localVariableDeclarator() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the localVariableDeclarator record component.
localVariableName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the localVariableName record component.
LOG_DATABASE - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
LOGIN_TIMEOUT_SECONDS - Static variable in class com.vaadin.copilot.UserInfoHandler
 
LumoRewriterUtil - Class in com.vaadin.copilot.javarewriter
 
LumoRewriterUtil() - Constructor for class com.vaadin.copilot.javarewriter.LumoRewriterUtil
 

M

MachineConfigurationHandler - Class in com.vaadin.copilot
 
MachineConfigurationHandler() - Constructor for class com.vaadin.copilot.MachineConfigurationHandler
 
main(String[]) - Static method in class com.vaadin.copilot.ide.IdeUtils
 
makeAbsolute(String) - Method in class com.vaadin.copilot.ProjectManager
 
makeRelative(String) - Method in class com.vaadin.copilot.ProjectManager
 
mergeAndReplace(List<JavaRewriter.ComponentInfo>, JavaRewriter.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.
MessageHandler - Interface in com.vaadin.copilot.plugins.themeeditor.utils
 
MessageHandlerCommand - 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.
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
 
moveComponent(JavaRewriter.ComponentInfo, JavaRewriter.ComponentInfo, JavaRewriter.ComponentInfo, JavaRewriter.Where) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Moves a component in the source code.

N

name() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
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.
newVariableName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
Returns the value of the newVariableName record component.
noStyleSheet() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
NOTHING - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 

O

objectCreationExpr() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the objectCreationExpr record component.
ok() - Static method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
onSameLine(Node, Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the two nodes are on the same line.
OPEN_CSS - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
OpenComponentInIDE - Class in com.vaadin.copilot.ide
 
OpenComponentInIDE(ApplicationConfiguration, ProjectManager) - 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

parent() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the parent record component.
parseSelector(String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
parseSource(String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
PERMIT_ALL - Enum constant in enum class com.vaadin.copilot.routes.AccessRequirement.Type
 
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
 
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(ProjectManager) - Constructor for class com.vaadin.copilot.ProjectFileHandler
 
projectManager - Variable in class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
 
ProjectManager - Class in com.vaadin.copilot
Handles reading and writing files in the project
ProjectManager(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.ProjectManager
Creates a new project manager
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(JsonObject, DevToolsInterface) - Static method in class com.vaadin.copilot.ai.AICommunicationUtil
 
properties() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
Returns the value of the properties record component.
props() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Returns the value of the props record component.

R

readFile(File) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
 
readFile(File) - Method in class com.vaadin.copilot.ProjectManager
 
readFile(String) - Method in class com.vaadin.copilot.ProjectManager
 
readLines(File) - Method in class com.vaadin.copilot.ProjectManager
 
readValue(String, Class<T>) - Method in class com.vaadin.copilot.CopilotServerClient
 
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
refresh() - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Sends request to synchronize project files with filesystem
REFRESH_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
 
registerHandlers() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
remove(Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
 
removeArgumentCalls(MethodCallExpr, List<? extends Expression>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
removeArgumentCalls(List<MethodCallExpr>, List<? extends Expression>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
 
removeClassNameArgs(JavaRewriter.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.
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
 
removeFromStringConcatenation(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Removes the given node from a string concatenation expression.
removeLocalClassName(Component, boolean) - 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
 
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
 
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.
replaceFunctionCall(JavaRewriter.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(JavaRewriter.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.
RESPONSE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
rewriter() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the rewriter record component.
ROLES_ALLOWED - Enum constant in enum class com.vaadin.copilot.routes.AccessRequirement.Type
 
routeConstructor() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the routeConstructor record component.
RouteHandler - Class in com.vaadin.copilot
Provides server side route information to the client.
RouteHandler(ProjectManager, VaadinServletContext) - Constructor for class com.vaadin.copilot.RouteHandler
Creates a new route handler.
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.CopilotInfo.JdkInfo
Returns the value of the runningInJavaDebugMode record component.
runningWithExtendClassDef() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the runningWithExtendClassDef record component.
runningWitHotswap() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
Returns the value of the runningWitHotswap record component.

S

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
 
sendError(DevToolsInterface, String) - Method in interface com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier.ErrorHandler
 
sendErrorResponse(DevToolsInterface, String, JsonObject, String, Exception) - Static method in class com.vaadin.copilot.ErrorHandler
 
sendFeedback(String, String, Map<String, String>) - Method in class com.vaadin.copilot.feedback.FeedbackClient
 
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
 
serviceInit(ServiceInitEvent) - Method in class com.vaadin.copilot.CopilotIndexHtmlLoader
 
SET_FONT - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
 
setAccessible(Boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
setAlignment(JavaRewriter.ComponentInfo, JavaRewriter.AlignmentMode, boolean, List<String>) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
 
setClassList(List<String>) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
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
 
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
 
setComponentDisplayName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setComponentName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
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
 
setError(JsonObject, String) - Static method in class com.vaadin.copilot.ErrorHandler
 
setError(JsonObject, String, Exception) - Static method in class com.vaadin.copilot.ErrorHandler
 
setFileName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
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(JavaRewriter.ComponentInfo, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
Sets gap to selected component
setId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameRequest
 
setLocalClassName(Component, String, boolean) - 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.
setMessage(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ErrorResponse
 
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.plugins.themeeditor.messages.BaseRequest
 
setOldClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
setPageTitle(DevToolsInterface, Integer, String) - Method in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
 
setProjectRoot(Path) - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Sets project root
setProperties(Map<String, String>) - Method in class com.vaadin.copilot.plugins.themeeditor.utils.CssRule
 
setRedo(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
setRequestId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
setRequestId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
 
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
 
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
 
setState(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.StateMessage
 
setSuggestedClassName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ComponentMetadataResponse
 
setSuggestion(boolean) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.ClassNameResponse
 
setTagName(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetClassNameRequest
 
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.
setUiId(Integer) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
 
setUndo(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.HistoryRequest
 
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) - 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
sortStyleSheet(CascadingStyleSheet) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
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.
SpringBridge - Class in com.vaadin.copilot
Acts as a bridge between Copilot and Spring specific API.
SpringBridge() - Constructor for class com.vaadin.copilot.SpringBridge
 
SpringIntegration - Class in com.vaadin.copilot
Provides Spring related helpers for copilot.
SpringIntegration() - Constructor for class com.vaadin.copilot.SpringIntegration
 
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.
SUCCESS_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
 

T

tag() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.JavaComponent
Returns the value of the tag record component.
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(ProjectManager) - Constructor for class com.vaadin.copilot.plugins.themeeditor.ThemeEditorMessageHandler
 
ThemeModifier - Class in com.vaadin.copilot.plugins.themeeditor
 
ThemeModifier(ProjectManager) - 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
 
toCssRule(CSSStyleRule) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
toJson(Exception) - Static method in class com.vaadin.copilot.ErrorHandler
 
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.feedback.FeedbackRequest
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.ComponentInfo
Returns a string representation of this record class.
toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
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.JavaComponent
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.plugins.info.CopilotInfo.JdkInfo
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 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.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.
track(String, Map<String, String>, Map<String, String>) - Method in class com.vaadin.copilot.analytics.AnalyticsClient
Track event to copilot-server
type() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentInfo
Returns the value of the type record component.
type() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ComponentTypeAndSourceLocation
Returns the value of the type record component.
typesEqual(ResolvedType, Class<?>) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
Checks if the given type is equal to the given reflection type.

U

UI_ID - Static variable in class com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityCheckerMessageHandler
 
undo(List<String>) - Method in class com.vaadin.copilot.ide.CopilotIDEPlugin
Performs Undo for given files
UNDO_LABEL - Static variable in class com.vaadin.copilot.JavaRewriteHandler
 
undoLabel(String) - Static method in class com.vaadin.copilot.ide.CopilotIDEPlugin
 
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.feedback.FeedbackRequest
Returns the value of the userId record component.
UserInfo - Record Class in com.vaadin.copilot.userinfo
 
UserInfo(boolean, 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(VaadinContext) - 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.
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.
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.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.AlignmentMode
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.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.routes.AccessRequirement.Type
Returns the enum constant of this class with the specified name.
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.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.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.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.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.routes.AccessRequirement.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VECTOR_DATABASE - Enum constant in enum class com.vaadin.copilot.communication.CopilotServerResponseCode
 
version() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
Returns the value of the version 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(PatternExpr, 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(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
 

W

Where - Enum Class in com.vaadin.copilot.plugins.themeeditor
 
writeAsJsonString(Object) - Method in class com.vaadin.copilot.CopilotServerClient
 
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.ProjectManager
Writes the given content to the given file inside the project.
writeFile(String, String, String) - Method in class com.vaadin.copilot.ProjectManager
Writes the given content to the given file inside the project.
writeFileBase64(String, String, String, boolean) - Method in class com.vaadin.copilot.ProjectManager
 
writeResult() - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
 
writeStyleSheet(CascadingStyleSheet) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form