We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.plugins.themeeditor.
Class CopilotEditor
java.lang.Object
com.vaadin.copilot.plugins.themeeditor.Editor
com.vaadin.copilot.plugins.themeeditor.CopilotEditor
Direct Known Subclasses:
Editor extension to use ProjectManager to write file content
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.copilot.plugins.themeeditor.Editor
Editor.Modification
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ProjectManager
protected final ComponentSourceFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
modifyClass
(File f, Function<com.github.javaparser.ast.CompilationUnit, List<Editor.Modification>> modifier) Methods inherited from class com.vaadin.copilot.plugins.themeeditor.Editor
addComponent, addComponentAttribute, addListener, findLocalVariableOrField, findMethodCall, findMethodCalls, findStatement, getSourceFile, getSourceFile, parseSource, readFile, removeComponentAttribute, setComponentAttribute, setComponentAttribute
-
Field Details
-
projectManager
-
sourceFinder
-
-
Constructor Details
-
CopilotEditor
-
-
Method Details
-
modifyClass
public int modifyClass(File f, Function<com.github.javaparser.ast.CompilationUnit, List<Editor.Modification>> modifier) Overrides:
modifyClass
in classEditor
-