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) boolean
AICommandHandler.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
OpenComponentInIDE.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
ProjectFileHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) boolean
UserInfoHandler.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 TypeMethodDescriptionvoid
ThemeEditorMessageHandler.handleConnect
(DevToolsInterface devToolsInterface) boolean
ThemeEditorMessageHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)