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 classImplementation of the development tools interface.Methods in com.vaadin.base.devserver that return DevToolsInterfaceModifier and TypeMethodDescriptionprotected DevToolsInterfaceDebugWindowConnection.getDevToolsInterface(org.atmosphere.cpr.AtmosphereResource resource) Methods in com.vaadin.base.devserver with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoidDevToolsMessageHandler.handleConnect(DevToolsInterface devToolsInterface) Called when a browser connects.default voidDevToolsMessageHandler.handleDisconnect(DevToolsInterface devToolsInterface) Called when the browser connection disconnects.booleanDevToolsMessageHandler.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 TypeMethodDescriptionvoidCopilot.handleConnect(DevToolsInterface devToolsInterface) booleanAICommandHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanCopilot.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanCopilotCommand.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanOpenComponentInIDE.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanProjectFileHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanUserInfoHandler.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 TypeMethodDescriptionvoidThemeEditorMessageHandler.handleConnect(DevToolsInterface devToolsInterface) booleanThemeEditorMessageHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)