Package com.vaadin.copilot.ide
Class OpenComponentInIDE
java.lang.Object
com.vaadin.copilot.ide.OpenComponentInIDE
- All Implemented Interfaces:
CopilotCommand
-
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID -
Constructor Summary
ConstructorsConstructorDescriptionOpenComponentInIDE(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration, ProjectManager projectManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface) voidvoidshowFlowComponent(int uiId, int nodeId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.copilot.CopilotCommand
handleConnect
-
Constructor Details
-
OpenComponentInIDE
public OpenComponentInIDE(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration, ProjectManager projectManager)
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface) - Specified by:
handleMessagein interfaceCopilotCommand
-
showFlowComponent
public void showFlowComponent(int uiId, int nodeId) -
showFile
-