We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.ide.
Package com.vaadin.copilot.ide
Class IdeIntegration
java.lang.Object
com.vaadin.copilot.ide.IdeIntegration
Integration with IDEs for development mode.
-
Constructor Summary
ConstructorsConstructorDescriptionIdeIntegration
(ApplicationConfiguration configuration) Creates a new integration with the given configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
showComponentAttachInIde
(Component component) Opens, in the current IDE, the location (file + line number) where the given component was attached.
void
showComponentCreateInIde
(Component component) Opens, in the current IDE, the location (file + line number) where the given component was created.
-
Constructor Details
-
IdeIntegration
Creates a new integration with the given configuration.
-
-
Method Details
-
showComponentCreateInIde
Opens, in the current IDE, the location (file + line number) where the given component was created.
Parameters:
component
- the component to show -
showComponentAttachInIde
Opens, in the current IDE, the location (file + line number) where the given component was attached.
Parameters:
component
- the component to show
-