Package com.vaadin.copilot
Class OpenComponentInIDE
java.lang.Object
com.vaadin.copilot.OpenComponentInIDE
- All Implemented Interfaces:
CopilotCommand
-
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) void
showFlowComponent
(int uiId, int nodeId) void
showReactComponent
(String filename, int lineNumber)
-
Constructor Details
-
OpenComponentInIDE
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-
showFlowComponent
public void showFlowComponent(int uiId, int nodeId) -
showReactComponent
-