Class OpenComponentInIDE

java.lang.Object
com.vaadin.copilot.ide.OpenComponentInIDE
All Implemented Interfaces:
CopilotCommand

public class OpenComponentInIDE extends Object implements CopilotCommand
  • 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:
      handleMessage in interface CopilotCommand
    • showFlowComponent

      public void showFlowComponent(int uiId, int nodeId)
    • showFile

      public void showFile(String filename, int lineNumber)