Class AccessibilityJavaSourceModifier
java.lang.Object
com.vaadin.copilot.plugins.themeeditor.Editor
com.vaadin.copilot.plugins.accessibilitychecker.AccessibilityJavaSourceModifier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from class com.vaadin.copilot.plugins.themeeditor.Editor
Editor.Modification -
Constructor Summary
ConstructorsConstructorDescriptionAccessibilityJavaSourceModifier(ProjectManager projectManager, AccessibilityJavaSourceModifier.ErrorHandler errorHandler, AccessibilityJavaSourceModifier.SuccessHandler successHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.ComponentgetComponent(com.vaadin.flow.server.VaadinSession session, int uiId, int nodeId) protected com.vaadin.flow.component.internal.ComponentTracker.LocationgetCreateLocation(com.vaadin.flow.component.Component c) protected com.vaadin.flow.server.VaadinSessionvoidsetPageTitle(com.vaadin.base.devserver.DevToolsInterface devToolsInterface, Integer uiId, String pageTitle) Methods inherited from class com.vaadin.copilot.plugins.themeeditor.Editor
addComponent, addComponentAttribute, addListener, findLocalVariableOrField, findMethodCall, findMethodCalls, findStatement, getSourceFile, getSourceFile, modifyClass, parseSource, readFile, removeComponentAttribute, setComponentAttribute, setComponentAttribute
-
Constructor Details
-
AccessibilityJavaSourceModifier
public AccessibilityJavaSourceModifier(ProjectManager projectManager, AccessibilityJavaSourceModifier.ErrorHandler errorHandler, AccessibilityJavaSourceModifier.SuccessHandler successHandler)
-
-
Method Details
-
setPageTitle
-
getCreateLocation
protected com.vaadin.flow.component.internal.ComponentTracker.Location getCreateLocation(com.vaadin.flow.component.Component c) -
getSession
protected com.vaadin.flow.server.VaadinSession getSession() -
getComponent
protected com.vaadin.flow.component.Component getComponent(com.vaadin.flow.server.VaadinSession session, int uiId, int nodeId)
-