com.vaadin.copilot.plugins.themeeditor.
Class JavaSourceModifier
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.copilot.plugins.themeeditor.Editor
Editor.Modification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.github.javaparser.ast.comments.LineComment
Fields inherited from class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
projectManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.github.javaparser.ast.stmt.Statement
createAddClassNameStatement
(com.github.javaparser.ast.expr.SimpleName scope, String className, boolean overlay) protected com.github.javaparser.ast.stmt.ExpressionStmt
findLocalClassNameStmt
(com.github.javaparser.ast.CompilationUnit cu, Component component, boolean overlay) protected Where
findModificationWhere
(com.github.javaparser.ast.CompilationUnit cu, Component component) protected com.github.javaparser.ast.Node
protected com.github.javaparser.ast.Node
findParentBlockNode
(com.github.javaparser.ast.CompilationUnit cu, Component component) protected com.github.javaparser.ast.CompilationUnit
getCompilationUnit
(Component component) protected Component
getComponent
(VaadinSession session, int uiId, int nodeId) protected ComponentTracker.Location
getLocalClassName
(Integer uiId, Integer nodeId) Gets component local classname if exists.
protected VaadinSession
protected File
getSourceFile
(ComponentTracker.Location createLocation) protected File
getSourceFolder
(ComponentTracker.Location location) getSuggestedClassName
(Integer uiId, Integer nodeId) Creates suggested local classname based on component tag.
Gets tag name of given component.
protected boolean
hasOverlay
(Component component) boolean
isAccessible
(Integer uiId, Integer nodeId) Checks if component can be accessed within source code.
void
removeLocalClassName
(Component component, boolean overlay) void
removeLocalClassName
(Integer uiId, Integer nodeId) Removes local class name of given component.
protected void
setLocalClassName
(Component component, String className, boolean overlay) void
setLocalClassName
(Integer uiId, Integer nodeId, String className) Adds local component class name if not already present, updates value otherwise.
Methods inherited from class com.vaadin.copilot.plugins.themeeditor.CopilotEditor
modifyClass
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
-
LOCAL_CLASSNAME_COMMENT
public static final com.github.javaparser.ast.comments.LineComment LOCAL_CLASSNAME_COMMENT
-
-
Constructor Details
-
JavaSourceModifier
-
-
Method Details
-
setLocalClassName
Adds local component class name if not already present, updates value otherwise.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target componentclassName
- className to be set -
setLocalClassName
-
getTag
Gets tag name of given component.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target componentReturns:
tag name of given element
-
getLocalClassName
Gets component local classname if exists.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target componentReturns:
component local classname
-
removeLocalClassName
Removes local class name of given component.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target component -
removeLocalClassName
-
isAccessible
Checks if component can be accessed within source code.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target componentReturns:
true if component is accessible, false otherwise
-
getSuggestedClassName
Creates suggested local classname based on component tag.
Parameters:
uiId
- uiId of target component's UInodeId
- nodeIf of target componentReturns:
suggested local classname
-
getCreateLocation
-
getSession
-
getSourceFolder
-
createAddClassNameStatement
protected com.github.javaparser.ast.stmt.Statement createAddClassNameStatement(com.github.javaparser.ast.expr.SimpleName scope, String className, boolean overlay) -
getSourceFile
-
getComponent
-
getCompilationUnit
-
findLocalClassNameStmt
protected com.github.javaparser.ast.stmt.ExpressionStmt findLocalClassNameStmt(com.github.javaparser.ast.CompilationUnit cu, Component component, boolean overlay) -
findParentBlockNode
protected com.github.javaparser.ast.Node findParentBlockNode(com.github.javaparser.ast.CompilationUnit cu, Component component) -
findModificationWhere
-
findNode
protected com.github.javaparser.ast.Node findNode(com.github.javaparser.ast.CompilationUnit cu, Component component) -
hasOverlay
-