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) default voidCopilotCommand.handleConnect(DevToolsInterface devToolsInterface) voidCopilotSession.handleConnect(DevToolsInterface devToolsInterface) booleanApplicationInitializer.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) voidCopilotSession.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Handle a message from the client.booleanErrorHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanHotswapDownloadHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanJavaParserHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanJavaRewriteHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanMachineConfigurationHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanPreviewHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanProjectFileHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanRouteHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanUiServiceHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanUserInfoHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static voidErrorHandler.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 TypeMethodDescriptionbooleanAICommandHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static voidAICommunicationUtil.handlingExceptionsAndNotifyDevtoolsInterface(elemental.json.JsonObject dataJson, DevToolsInterface devToolsInterface, Throwable e) static voidAICommunicationUtil.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 TypeMethodDescriptionbooleanAnalyticsInterceptor.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 TypeMethodDescriptionbooleanFeedbackHandler.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 TypeMethodDescriptionvoidIdeHandler.handleConnect(DevToolsInterface devToolsInterface) booleanIdeHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanIdePluginCommandHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) booleanOpenComponentInIDE.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static voidCopilotIDEPlugin.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 TypeMethodDescriptionbooleanAccessibilityCheckerMessageHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) voidAccessibilityJavaSourceModifier.ErrorHandler.sendError(DevToolsInterface devToolsInterface, String errorMessage) voidAccessibilityJavaSourceModifier.SuccessHandler.sendSuccess(DevToolsInterface devToolsInterface) voidAccessibilityJavaSourceModifier.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 TypeMethodDescriptionbooleanDevSetupHandler.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 TypeMethodDescriptionbooleanDocsHandler.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 TypeMethodDescriptionbooleanI18nHandler.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 TypeMethodDescriptionvoidInfoHandler.handleConnect(DevToolsInterface devToolsInterface) booleanInfoHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) -
Uses of DevToolsInterface in com.vaadin.copilot.plugins.testgeneration
Methods in com.vaadin.copilot.plugins.testgeneration with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionbooleanGenerateTestsHandler.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 TypeMethodDescriptionbooleanThemeEditorMessageHandler.handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)