Uses of Enum Class
com.vaadin.base.devserver.OpenInCurrentIde.Ide
Packages that use OpenInCurrentIde.Ide
-
Uses of OpenInCurrentIde.Ide in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver that return OpenInCurrentIde.IdeModifier and TypeMethodDescriptionOpenInCurrentIde.IdeAndProcessInfo.ide()
Returns the value of theide
record component.static OpenInCurrentIde.Ide
Returns the enum constant of this class with the specified name.static OpenInCurrentIde.Ide[]
OpenInCurrentIde.Ide.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.base.devserver with parameters of type OpenInCurrentIde.IdeModifierConstructorDescriptionIdeAndProcessInfo
(OpenInCurrentIde.Ide ide, ProcessHandle.Info processInfo) Creates an instance of aIdeAndProcessInfo
record class.