Uses of Interface
com.vaadin.base.devserver.DevToolsInterface
Packages that use DevToolsInterface
Package
Description
-
Uses of DevToolsInterface in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement DevToolsInterfaceModifier and TypeClassDescriptionstatic class
Implementation of the development tools interface.Methods in com.vaadin.base.devserver that return DevToolsInterfaceModifier and TypeMethodDescriptionprotected DevToolsInterface
DebugWindowConnection.getDevToolsInterface
(org.atmosphere.cpr.AtmosphereResource resource) Methods in com.vaadin.base.devserver with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoid
DevToolsMessageHandler.handleConnect
(DevToolsInterface devToolsInterface) Called when a browser connects.default void
DevToolsMessageHandler.handleDisconnect
(DevToolsInterface devToolsInterface) Called when the browser connection disconnects.boolean
DevToolsMessageHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Called when a message from the browser arrives. -
Uses of DevToolsInterface in com.vaadin.copilot
Methods in com.vaadin.copilot with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoid
Copilot.handleConnect
(DevToolsInterface devToolsInterface) default void
CopilotCommand.handleConnect
(DevToolsInterface devToolsInterface) void
CopilotSession.handleConnect
(DevToolsInterface devToolsInterface) boolean
ApplicationInitializer.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
Copilot.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
CopilotCommand.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
CopilotSession.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Handle a message from the client.boolean
ErrorHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
HotswapDownloadHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
JavaParserHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
JavaRewriteHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
MachineConfigurationHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
PreviewHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
ProjectFileHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
RouteHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
UiServiceHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
UserInfoHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static void
ErrorHandler.sendErrorResponse
(DevToolsInterface devToolsInterface, String command, elemental.json.JsonObject responseData, String error, Exception e) Constructors in com.vaadin.copilot with parameters of type DevToolsInterfaceModifierConstructorDescriptionCopilotSession
(VaadinSession vaadinSession, DevToolsInterface devToolsInterface) Create a new CopilotSession for the given VaadinSession. -
Uses of DevToolsInterface in com.vaadin.copilot.ai
Methods in com.vaadin.copilot.ai with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
AICommandHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static void
AICommunicationUtil.handlingExceptionsAndNotifyDevtoolsInterface
(elemental.json.JsonObject dataJson, DevToolsInterface devToolsInterface, Throwable e) static void
AICommunicationUtil.promptTextCannotCall
(elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.analytics
Methods in com.vaadin.copilot.analytics with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
AnalyticsInterceptor.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.feedback
Methods in com.vaadin.copilot.feedback with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
FeedbackHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.ide
Methods in com.vaadin.copilot.ide with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoid
IdeHandler.handleConnect
(DevToolsInterface devToolsInterface) boolean
IdeHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
IdePluginCommandHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
OpenComponentInIDE.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static void
CopilotIDEPlugin.setDevToolsInterface
(DevToolsInterface devToolsInterface) Sets dev tools interface for user notifications -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.accessibilitychecker
Methods in com.vaadin.copilot.plugins.accessibilitychecker with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
AccessibilityCheckerMessageHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) void
AccessibilityJavaSourceModifier.ErrorHandler.sendError
(DevToolsInterface devToolsInterface, String errorMessage) void
AccessibilityJavaSourceModifier.SuccessHandler.sendSuccess
(DevToolsInterface devToolsInterface) void
AccessibilityJavaSourceModifier.setPageTitle
(DevToolsInterface devToolsInterface, Integer uiId, String pageTitle) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.devsetup
Methods in com.vaadin.copilot.plugins.devsetup with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
DevSetupHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.docs
Methods in com.vaadin.copilot.plugins.docs with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
DocsHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.i18n
Methods in com.vaadin.copilot.plugins.i18n with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
I18nHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.info
Methods in com.vaadin.copilot.plugins.info with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoid
InfoHandler.handleConnect
(DevToolsInterface devToolsInterface) boolean
InfoHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.themeeditor
Methods in com.vaadin.copilot.plugins.themeeditor with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionboolean
ThemeEditorMessageHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)