Uses of Class
com.vaadin.copilot.plugins.themeeditor.messages.BaseResponse
Packages that use BaseResponse
Package
Description
-
Uses of BaseResponse in com.vaadin.copilot.plugins.themeeditor
Methods in com.vaadin.copilot.plugins.themeeditor that return BaseResponseModifier and TypeMethodDescriptionThemeEditorMessageHandler.handleDebugMessageData(String command, tools.jackson.databind.JsonNode data) Handles debug message command and performs given action. -
Uses of BaseResponse in com.vaadin.copilot.plugins.themeeditor.handlers
Methods in com.vaadin.copilot.plugins.themeeditor.handlers that return BaseResponseModifier and TypeMethodDescriptionClassNameHandler.handle(tools.jackson.databind.JsonNode data) ComponentMetadataHandler.handle(tools.jackson.databind.JsonNode data) LoadPreviewHandler.handle(tools.jackson.databind.JsonNode data) LoadRulesHandler.handle(tools.jackson.databind.JsonNode data) LocalClassNameHandler.handle(tools.jackson.databind.JsonNode data) OpenCssHandler.handle(tools.jackson.databind.JsonNode data) RulesHandler.handle(tools.jackson.databind.JsonNode data) SetFontHandler.handle(tools.jackson.databind.JsonNode data) -
Uses of BaseResponse in com.vaadin.copilot.plugins.themeeditor.messages
Subclasses of BaseResponse in com.vaadin.copilot.plugins.themeeditor.messagesModifier and TypeClassDescriptionclassReturns class name of selected Hilla component suggested or existing one depends on if class name is exist in theme editor.classclassclassclassclassError used while theme is not configured in current project.Methods in com.vaadin.copilot.plugins.themeeditor.messages that return BaseResponse -
Uses of BaseResponse in com.vaadin.copilot.plugins.themeeditor.utils
Methods in com.vaadin.copilot.plugins.themeeditor.utils that return BaseResponse