You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.copilot.ide.

Class IdeIntegration

java.lang.Object
com.vaadin.copilot.ide.IdeIntegration
public final class IdeIntegration extends Object

Integration with IDEs for development mode.

  • Constructor Details

    • IdeIntegration

      public IdeIntegration(ApplicationConfiguration configuration)

      Creates a new integration with the given configuration.

  • Method Details

    • showComponentCreateInIde

      public void showComponentCreateInIde(Component component)

      Opens, in the current IDE, the location (file + line number) where the given component was created.

      Parameters:

      component - the component to show

    • showComponentAttachInIde

      public void showComponentAttachInIde(Component component)

      Opens, in the current IDE, the location (file + line number) where the given component was attached.

      Parameters:

      component - the component to show