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
-