Class IdeIntegration

java.lang.Object
com.vaadin.base.devserver.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