Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(ComponentTypeAndSourceLocation, 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
- ActivationResponse(boolean, long, long) - Constructor for record class com.vaadin.copilot.PreviewHandler.ActivationResponse
-
Creates an instance of a
ActivationResponserecord class. - activationTimeInMillis() - Method in record class com.vaadin.copilot.PreviewHandler.ActivationResponse
-
Returns the value of the
activationTimeInMillisrecord component. - active() - Method in record class com.vaadin.copilot.PreviewHandler.ActivationResponse
-
Returns the value of the
activerecord component. - add(Statement) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
-
Adds a statement to the insertion point.
- addCall(ComponentInfo, String, Object...) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Adds a function call to the source code.
- addClassAnnotation(Class<? extends Annotation>, String) - Method in class com.vaadin.copilot.javarewriter.JavaModifier.CompilationUnitOperations
-
Adds a specified annotation with a value to the public type in the class represented by the provided Class object.
- addClassNameWithArgs(ComponentInfo, List<Expression>) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
-
Creates addClassNames(...) statement with given arguments if there is none.
- 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(ComponentInfo, JavaRewriter.Where, List<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
-
Adds a field declaration after the given reference field.
- 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
- addOrGetLabelValueEnabledRecordName() - Method in class com.vaadin.copilot.javarewriter.JavaClassOrRecordRewriter
-
Finds the Record Declaration from given complication unit that has Label, Value and Enabled parameters.
- 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
agreedToStoreAIRequestsrecord 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
AnalyticsRequestrecord class. - AnnotationData(String, Map<String, Object>) - Constructor for record class com.vaadin.copilot.JavaParserHandler.AnnotationData
-
Creates an instance of a
AnnotationDatarecord class. - annotations() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Returns the value of the
annotationsrecord component. - 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
anonymousIdrecord component. - APPEND - Enum constant in enum class com.vaadin.copilot.javarewriter.JavaRewriter.Where
- appendExpressionAsNextSiblingInBlockAncestor(Node, Statement) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Appends new expression to original one as sibling in a block statement.
- ApplicationInitializer - Class in com.vaadin.copilot
-
Helps 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
- assignExpr() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns the value of the
assignExprrecord component. - assignmentExpression() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
assignmentExpressionrecord component. - attachCall() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
attachCallrecord component. - AttachExpression - Record Class in com.vaadin.copilot.javarewriter
-
Represents the expression where a component has been attached to its parent.
- AttachExpression(Expression) - Constructor for record class com.vaadin.copilot.javarewriter.AttachExpression
-
Creates an instance of a
AttachExpressionrecord class. - attachLocation() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
attachLocationrecord 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
blockStmtrecord 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
changesrecord component. - changes() - Method in record class com.vaadin.copilot.communication.StreamResponse
-
Returns the value of the
changesrecord component. - childAddCalls() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns the value of the
childAddCallsrecord component. - children() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
childrenrecord component. - children() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns the value of the
childrenrecord component. - childrenGeneratesData(JavaComponent, JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
-
Returns true if child is not a component but an item that is used in DataProvider.
- className() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns the value of the
classNamerecord 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
-
Clones the node in a way that does not mess up the lexical printer.
- code() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
-
Returns the value of the
coderecord component. - code() - Method in record class com.vaadin.copilot.communication.StreamResponse
-
Returns the value of the
coderecord component. - code() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
-
Returns the value of the
coderecord component. - Code(String) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
-
Creates an instance of a
Coderecord 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() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
componentrecord component. - COMPONENT_METADATA - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
- componentAttachScope() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
componentAttachScoperecord component. - componentCreateScope() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
componentCreateScoperecord component. - componentFromJson(JsonObject) - Static method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Creates a new JavaComponent instance from a JSON object.
- ComponentInfo - Record Class in com.vaadin.copilot.javarewriter
- ComponentInfo(Class<? extends Component>, ObjectCreationExpr, BlockStmt, AttachExpression, BlockStmt, VariableDeclarator, AssignExpr, FieldDeclaration, FieldDeclaration, String, String, ConstructorDeclaration, boolean, boolean, boolean, JavaRewriter) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Creates an instance of a
ComponentInforecord 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.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 - Record Class in com.vaadin.copilot.javarewriter
-
Information about a component in the source code.
- ComponentTypeAndSourceLocation(Class<? extends Component>, List<Class>, Component, File, ComponentTracker.Location, ComponentTracker.Location, ComponentTypeAndSourceLocation, List<ComponentTypeAndSourceLocation>) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Creates an instance of a
ComponentTypeAndSourceLocationrecord class. - ComponentTypeAndSourceLocation(Class<? extends Component>, List<Class>, File, ComponentTracker.Location, ComponentTracker.Location, ComponentTypeAndSourceLocation, List<ComponentTypeAndSourceLocation>) - Constructor for record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Creates the entry where component is set
null - ConstructorAnalyzer - Class in com.vaadin.copilot.javarewriter
- containerComposite() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
containerCompositerecord component. - context() - Method in record class com.vaadin.copilot.analytics.AnalyticsRequest
-
Returns the value of the
contextrecord 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
CopilotServerRequestrecord 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
CopilotServerResponserecord 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
- createFlowView(String, AccessRequirement) - Method in class com.vaadin.copilot.RouteCreator
-
Creates a Flow view for the given route using the given access requirement.
- createHillaView(String, AccessRequirement) - Method in class com.vaadin.copilot.RouteCreator
-
Creates a Hilla view for the given route using the given access requirement.
- createLocation() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
createLocationrecord 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
datarecord component. - delete(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(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
- duplicate(ComponentInfo, boolean) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Duplicates a component in the source code.
- duplicate(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.javarewriter.JavaBatchRewriter
- DuplicateInfo(Map<String, String>, List<MethodCallExpr>, VariableDeclarationExpr, AssignExpr) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Creates an instance of a
DuplicateInforecord class.
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.JavaParserHandler.AnnotationData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.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.PreviewHandler.ActivationResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.userinfo.UserInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
-
Indicates whether some other object is "equal to" this one.
- 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
eventrecord component. - exception() - Method in record class com.vaadin.copilot.communication.StreamResponse
-
Returns the value of the
exceptionrecord component. - execute() - Method in interface com.vaadin.copilot.plugins.themeeditor.utils.MessageHandlerCommand
- expression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
-
Returns the value of the
expressionrecord component. - extendedClassDefCapable() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
extendedClassDefCapablerecord 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
ExtractInlineVariableResultrecord class. - extractInlineVariableToLocalVariable(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
FeedbackRequestrecord 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.ComponentInfo
-
Returns the value of the
fieldDeclarationrecord component. - fieldDeclarationAndAssignment() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
fieldDeclarationAndAssignmentrecord component. - fieldName() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
fieldNamerecord component. - file() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Returns the value of the
filerecord component. - find(ComponentTypeAndSourceLocation, JavaRewriter) - Static method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Creates ComponentInfo of the given component.
- findActiveJavaFiles(int) - Static method in class com.vaadin.copilot.FlowUtil
-
Finds all Java files that are used to create the current component tree for the given ui.
- findBlockStatementIndex(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds the index of the statement that wraps the given node in the closest block statement.
- findCalls(Class<?>, ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Find all calls done to methods in the given class through a reference to the given component.
- findComponentInfo(ComponentTypeAndSourceLocation) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Finds a component in the source code.
- findConstructor(Class<? extends Component>, ObjectCreationExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds constructor for the given component
- findDeclarationIndex(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds the index of the given node in the block statement.
- 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(ComponentInfo, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds a free variable name based on the component type.
- findFreeVariableName(String, ClassOrInterfaceDeclaration) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds a free field name based on the given base name.
- findFreeVariableName(String, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds a free variable name based on the given base name.
- 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
-
Finds the insert location after of given expression.
- findLocationAtEnd(Statement) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds the insert location at the end of the code block containing the given statement.
- findLocationBefore(Expression) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds the insert location before of given expression.
- findMethodCall(BlockStmt, Node, SimpleName, String) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
- findMethodCallNonStatements(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds usage of the variable outside of method call statements, i.e.
- findMethodCalls(BlockStmt, SimpleName) - Method in class com.vaadin.copilot.plugins.themeeditor.Editor
- findMethodCalls(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds all method calls that are related to the given component.
- findMethodCalls(ComponentInfo, Node.TreeTraversal) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds all method calls that are related to the given component.
- findMethodCallStatements(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Find all method calls that are statements, i.e.
- findModificationWhere(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
- findNameReferences(String, BlockStmt) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds all name references to the given variable name in the given scope.
- findNode(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
- findParameterUsage(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Find all expressions where the given component is used as a call parameter.
- findParentBlockNode(CompilationUnit, Component) - Method in class com.vaadin.copilot.plugins.themeeditor.JavaSourceModifier
- findReference(NodeList<Expression>, ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds a node among the nodes which refer to the given component.
- 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.
- FlowUtil - Class in com.vaadin.copilot
- FlowUtil() - Constructor for class com.vaadin.copilot.FlowUtil
- 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(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Finds the attach argument reference of the given component.
- getAttachArgumentOrThrow(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Find the attach argument reference of given component or throws
IllegalArgumentExceptionif not found. - getBlock() - Method in class com.vaadin.copilot.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() - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
- 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
CssRulefor given selectors. - getDeclaration() - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
- 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(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
- getFlowViewsPackage() - Method in class com.vaadin.copilot.ProjectManager
-
Tries to find a common package prefix for all Flow views in the project.
- getFontName() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.SetFontRequest
- getForClass(Class<?>) - Static method in enum class com.vaadin.copilot.plugins.themeeditor.ComponentType
- getFreeVariableName(String) - Method in class com.vaadin.copilot.javarewriter.InsertionPoint
-
Returns a free variable name based on the given base name, available in the scope where code will be inserted.
- getFrontendFolder() - Method in class com.vaadin.copilot.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
- getHillaViewsFolder() - Method in class com.vaadin.copilot.ProjectManager
-
The folder where Hilla views should be created for the file system router to pick them up.
- 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.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
- getMethodCallExpression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getNode() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getNodeId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
- getNodeWithArguments() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getNodeWithOptionalScope() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getNodeWithRange() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getNodeWithSimpleName() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- getObjectCreationExpression() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
- 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
- getPropertyName(String) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Gets the camel case property name for the given setter.
- getPropertyValue(ComponentInfo, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Gets the (active) value of a property of a component.
- getPropertyValue(VaadinServletContext, String) - Static method in class com.vaadin.copilot.SpringBridge
-
Returns the value of the given property from the Spring environment of the given context.
- getPropertyValue(VaadinServletContext, String) - Static method in class com.vaadin.copilot.SpringIntegration
-
Returns the value of the given property from the Spring environment of the given context.
- 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.
- getReqId() - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
- getReqId() - 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
- getScopeIgnoreComposite(ComponentInfo, MethodCallExpr) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Returns the scope by ignoring the
getContent()if component is in a composite container. - 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.
- getSinglePackage(File) - Static method in class com.vaadin.copilot.Util
-
Finds the first folder inside the given folder that contains more than one sub-folder.
- 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
- getStyles(ComponentInfo) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Gets the (active) styles of a component.
- getStyles(ComponentInfo) - Static method in class com.vaadin.copilot.javarewriter.JavaStyleRewriter
-
Gets the (active) styles of a component.
- 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
- handleDataStatementsAndClearDataProps(CompilationUnit, VariableDeclarator, JavaComponent, InsertionPoint) - Static method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
-
Creates the data statements when adding a new template e.g.
setItems,setItemLabelGeneratoretc... - 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.JavaParserHandler
- 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.PreviewHandler
- 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
- handleSetComponentProperty(String, String) - Method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
-
Replaces the value of items from data provider
- 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.JavaParserHandler.AnnotationData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.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.PreviewHandler.ActivationResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.userinfo.UserInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
-
Returns a hash code value for this object.
- 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
- hasSetItemsProps(JavaComponent) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
-
Checks the given component has items property and supported.
- 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
hotswapAgentFoundrecord component. - hotswapAgentLocation() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
hotswapAgentLocationrecord component. - hotswapVersion() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
hotswapVersionrecord component. - hotswapVersionOk() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
hotswapVersionOkrecord component. - humanFriendlyName() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Returns the value of the
humanFriendlyNamerecord 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
indexrecord component. - InfoHandler - Class in com.vaadin.copilot.plugins.info
- InfoHandler(ApplicationConfiguration) - Constructor for class com.vaadin.copilot.plugins.info.InfoHandler
- inheritanceChain() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
inheritanceChainrecord component. - INIT_APP_ADD_DEVTOOLS_RESULT - Static variable in class com.vaadin.copilot.ApplicationInitializer
- INIT_APP_RESULT - Static variable in class com.vaadin.copilot.ApplicationInitializer
- insertAfter(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- insertAtEndOfBlock(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- insertBefore(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- insertImportIfNotExists() - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
- InsertionPoint - Class in com.vaadin.copilot.javarewriter
-
Represents a point in the source code where new code can be inserted.
- InsertionPoint(ClassOrInterfaceDeclaration, int) - Constructor for class com.vaadin.copilot.javarewriter.InsertionPoint
- InsertionPoint(BlockStmt, int) - Constructor for class com.vaadin.copilot.javarewriter.InsertionPoint
-
Creates a new InsertionPoint instance.
- insertLineAfter(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- insertLineBefore(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- 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
- isAnonymousComponent() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
isAnonymousComponentrecord component. - 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.
Includes the methods from extended Composite class if it is extended. - isDashSeparatedProperty() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Returns the value of the
isDashSeparatedPropertyrecord component. - isDataProviderItemChange(ComponentTypeAndSourceLocation) - Static method in class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
-
Check for attach and create location is generated from DataProvider
- isDevelopmentMode() - Static method in class com.vaadin.copilot.Copilot
- 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
- isNodeInCompositeClass(Node) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Checks if the given node is a child of a Composite
- isReturnValue() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
isReturnValuerecord component. - isRouteClass(ComponentTypeAndSourceLocation, CompilationUnit) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Checks if the given location refers to a @Route annotated class.
- 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<ComponentTypeAndSourceLocation>) - Constructor for class com.vaadin.copilot.javarewriter.JavaBatchRewriter
- JavaBatchRewriter.Callback - Interface in com.vaadin.copilot.javarewriter
- JavaClassOrRecordRewriter - Class in com.vaadin.copilot.javarewriter
-
Class/Record definition related functions for Java Rewriter.
- JavaClassOrRecordRewriter(CompilationUnit) - Constructor for class com.vaadin.copilot.javarewriter.JavaClassOrRecordRewriter
- JavaComponent - Record Class in com.vaadin.copilot.javarewriter
-
Represents a Java component to be added to the source code.
- JavaComponent(String, String, Map<String, Object>, List<JavaComponent>) - Constructor for record class com.vaadin.copilot.javarewriter.JavaComponent
-
Creates an instance of a
JavaComponentrecord class. - JavaDataProviderHandler - Class in com.vaadin.copilot.javarewriter
-
Handler for data provider changes.
- JavaDataProviderHandler(ProjectManager, ComponentTypeAndSourceLocation) - Constructor for class com.vaadin.copilot.javarewriter.JavaDataProviderHandler
-
Reads source file which is found from typeAndSourceLocation
- JavaDataProviderHandler.JavaDataProviderHandlerResult - Record Class in com.vaadin.copilot.javarewriter
-
Returns the file that is changed along with the new result
- JavaDataProviderHandlerResult(File, String) - Constructor for record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Creates an instance of a
JavaDataProviderHandlerResultrecord class. - javaFile() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
javaFilerecord 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.
- JavaParserHandler - Class in com.vaadin.copilot
-
Handles commands to parse Java source code.
- JavaParserHandler() - Constructor for class com.vaadin.copilot.JavaParserHandler
- JavaParserHandler.AnnotationData - Record Class in com.vaadin.copilot
-
Holds data for a Java annotation.
- JavaParserHandler.PropertyData - Record Class in com.vaadin.copilot
-
Holds data for a Java bean property.
- 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.DuplicateInfo - Record Class in com.vaadin.copilot.javarewriter
-
The result of a duplicate operation
- JavaRewriter.ExtractInlineVariableResult - Record Class in com.vaadin.copilot.javarewriter
-
Information about extracting an inline variable to local variable
- JavaRewriter.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
- JavaStyleRewriter - Class in com.vaadin.copilot.javarewriter
- JavaStyleRewriter() - Constructor for class com.vaadin.copilot.javarewriter.JavaStyleRewriter
- JavaStyleRewriter.StyleInfo - Record Class in com.vaadin.copilot.javarewriter
- JdkInfo(boolean, boolean, boolean, boolean, String, boolean, boolean, String, boolean) - Constructor for record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Creates an instance of a
JdkInforecord class. - jrebel() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
jrebelrecord 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
GenericVisitorthat findsNodeat 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
GenericVisitorthat 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
GenericVisitorthat 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.ComponentInfo
-
Returns the value of the
localVariableDeclaratorrecord component. - localVariableName() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
localVariableNamerecord 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<ComponentInfo>, JavaComponent) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Merges all the components and wraps them using the given component and places the result in place of the first component.
- message() - Method in record class com.vaadin.copilot.communication.CopilotServerResponse
-
Returns the value of the
messagerecord component. - message() - Method in record class com.vaadin.copilot.communication.StreamResponse
-
Returns the value of the
messagerecord 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
metadatarecord 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(ComponentInfo, ComponentInfo, 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.JavaParserHandler.AnnotationData
-
Returns the value of the
namerecord component. - name() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Returns the value of the
namerecord component. - name() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
-
Returns the value of the
namerecord component. - NameAndVersion(String, String) - Constructor for record class com.vaadin.copilot.plugins.info.CopilotInfo.NameAndVersion
-
Creates an instance of a
NameAndVersionrecord class. - nameMapping() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns the value of the
nameMappingrecord component. - newVariableName() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
-
Returns the value of the
newVariableNamerecord 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.ComponentInfo
-
Returns the value of the
objectCreationExprrecord component. - ok() - Static method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
- 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
- parameters() - Method in record class com.vaadin.copilot.JavaParserHandler.AnnotationData
-
Returns the value of the
parametersrecord component. - parent() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
parentrecord 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
- PreviewHandler - Class in com.vaadin.copilot
-
Copilot 3 day preview handler.
- PreviewHandler() - Constructor for class com.vaadin.copilot.PreviewHandler
- PreviewHandler.ActivationResponse - Record Class in com.vaadin.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
proKeyrecord component. - proKey() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
-
Returns the value of the
proKeyrecord component. - prompt() - Method in record class com.vaadin.copilot.communication.CopilotServerRequest
-
Returns the value of the
promptrecord 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
propertiesrecord component. - property() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Returns the value of the
propertyrecord component. - PropertyData(String, String, String, List<JavaParserHandler.AnnotationData>) - Constructor for record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Creates an instance of a
PropertyDatarecord class. - props() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns the value of the
propsrecord 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
-
Removes the given arguments from the given method call.
- removeArgumentCalls(List<MethodCallExpr>, List<? extends Expression>, boolean) - Static method in class com.vaadin.copilot.javarewriter.JavaRewriterUtil
-
Removes the given arguments from the given method calls.
- removeClassNameArgs(ComponentInfo, String...) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
-
Searches addClassName, addClassNames, setClassName methods for given component and then remove given lumo utility class names.
- 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()orgetThemeList().addAll(). - removeThemeArgStartsWith(List<MethodCallExpr>, String) - Static method in class com.vaadin.copilot.javarewriter.LumoRewriterUtil
-
Removes arguments from
getThemeList().add()orgetThemeList().addAll(). - replace(Node, Node) - Static method in class com.vaadin.copilot.plugins.themeeditor.Editor.Modification
- replaceCallParameter(NodeWithArguments<?>, String, String) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Replaces a parameter name in a method call.
- replaceClassName(CascadingStyleSheet, String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
- replaceClassName(String, String, String) - Method in class com.vaadin.copilot.plugins.themeeditor.ThemeModifier
-
Replaces classname with new classname in all matching rules.
- replaceFunctionCall(ComponentInfo, String, Object) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Replaces a constructor parameter (if it is mapped to the given setter function) or a function call in the source code.
- replaceOrAddCall(ComponentInfo, String, Object...) - Method in class com.vaadin.copilot.javarewriter.JavaRewriter
-
Replaces a function call in the source code, if found, otherwise adds the function call.
- RESPONSE - Enum constant in enum class com.vaadin.copilot.plugins.themeeditor.ThemeEditorCommand
- result() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Returns the value of the
resultrecord component. - rewriter() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
rewriterrecord component. - ROLES_ALLOWED - Enum constant in enum class com.vaadin.copilot.routes.AccessRequirement.Type
- routeConstructor() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
routeConstructorrecord component. - RouteCreator - Class in com.vaadin.copilot
-
Handles creation of views for new routes.
- RouteCreator(ProjectManager) - Constructor for class com.vaadin.copilot.RouteCreator
- 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
runningInJavaDebugModerecord component. - runningWithExtendClassDef() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
runningWithExtendClassDefrecord component. - runningWitHotswap() - Method in record class com.vaadin.copilot.plugins.info.CopilotInfo.JdkInfo
-
Returns the value of the
runningWitHotswaprecord component.
S
- sanitizeFilename(String) - Method in class com.vaadin.copilot.ProjectManager
-
Makes a string safe to use as a file name
- 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(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(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
- setReqId(String) - Method in class com.vaadin.copilot.plugins.themeeditor.messages.BaseRequest
- setReqId(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
setterrecord component. - SetterAndValue(String, Object) - Constructor for record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
-
Creates an instance of a
SetterAndValuerecord 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
- skipProps(JavaComponent, String) - Static method in class com.vaadin.copilot.javarewriter.FlowComponentQuirks
- 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
sourcesrecord 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
GenericVisitorthat findsStatementat 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
statusrecord 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
StreamResponserecord 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.
- StyleInfo(String, String, boolean) - Constructor for record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Creates an instance of a
StyleInforecord class. - SUCCESS_KEY - Static variable in class com.vaadin.copilot.ApplicationInitializer
T
- tag() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns the value of the
tagrecord 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
- timeUntilExpireInMillis() - Method in record class com.vaadin.copilot.PreviewHandler.ActivationResponse
-
Returns the value of the
timeUntilExpireInMillisrecord component. - 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.JavaParserHandler.AnnotationData
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.JavaParserHandler.PropertyData
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.AttachExpression
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaComponent
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaDataProviderHandler.JavaDataProviderHandlerResult
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.Code
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.ExtractInlineVariableResult
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.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.PreviewHandler.ActivationResponse
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.userinfo.UserInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.copilot.userinfo.UserInfoRequest
-
Returns a string representation of this record class.
- 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.JavaParserHandler.PropertyData
-
Returns the value of the
typerecord component. - type() - Method in record class com.vaadin.copilot.javarewriter.ComponentInfo
-
Returns the value of the
typerecord component. - type() - Method in record class com.vaadin.copilot.javarewriter.ComponentTypeAndSourceLocation
-
Returns the value of the
typerecord 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
userIdrecord component. - userId() - Method in record class com.vaadin.copilot.feedback.FeedbackRequest
-
Returns the value of the
userIdrecord 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
UserInforecord 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
UserInfoRequestrecord 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
vaadinerrecord 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
valuerecord component. - value() - Method in record class com.vaadin.copilot.javarewriter.JavaStyleRewriter.StyleInfo
-
Returns the value of the
valuerecord 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.
- variableDeclaration() - Method in record class com.vaadin.copilot.javarewriter.JavaRewriter.DuplicateInfo
-
Returns the value of the
variableDeclarationrecord component. - 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
versionrecord 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form