Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDevServerRunner - Class in com.vaadin.base.devserver
-
Deals with most details of starting a frontend development server or connecting to an existing one.
- AbstractDevServerRunner(Lookup, int, File, CompletableFuture<Void>) - Constructor for class com.vaadin.base.devserver.AbstractDevServerRunner
-
Craete an instance that waits for the given task to complete before starting or connecting to the server.
- access(Command) - Method in class com.vaadin.base.devserver.stats.StatisticsStorage
-
Runs the given command with the store locked.
- addComponent(File, int, int, Where, ComponentType, String...) - Method in class com.vaadin.base.devserver.editor.Editor
- addComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.base.devserver.editor.Editor
- addImport(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- addListener(File, int, int, String) - Method in class com.vaadin.base.devserver.editor.Editor
- AFTER - Enum constant in enum class com.vaadin.base.devserver.editor.Where
- aggregate(String, double) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Sets the value to the given field and updates related aggregate fields.
- apply() - Method in class com.vaadin.base.devserver.editor.Editor.Modification
- awaitFirstMatch(int) - Method in class com.vaadin.base.devserver.DevServerOutputTracker
-
Blocks until the first match is found and the callback has been run.
B
- BaseRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- BaseRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- BaseRequest(String) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- BaseRequest(String, Integer, Integer) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- BaseResponse - Class in com.vaadin.base.devserver.themeeditor.messages
- BaseResponse() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- BaseResponse(String) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- BEFORE - Enum constant in enum class com.vaadin.base.devserver.editor.Where
- BrowserLauncher - Class in com.vaadin.base.devserver
-
Util for launching a browser instance.
- BrowserLauncher(VaadinContext) - Constructor for class com.vaadin.base.devserver.BrowserLauncher
-
Init a launcher for the given context.
- BrowserLiveReloadAccessorImpl - Class in com.vaadin.base.devserver
-
Default implementation for
BrowserLiveReloadAccessorthat stores the instance in the Vaadin context. - BrowserLiveReloadAccessorImpl() - Constructor for class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
- BUTTON - Enum constant in enum class com.vaadin.base.devserver.editor.ComponentType
C
- canHandle(String, JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
-
Checks if given command can be handled by ThemeEditor.
- checkConnection() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Check the connection to the dev server.
- clean() - Method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
- clone() - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- close() - Method in class com.vaadin.base.devserver.ExternalDependencyWatcher
- close() - Method in class com.vaadin.base.devserver.ThemeLiveUpdater
-
Stops watching the folder and cleans up resources.
- close() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
-
Closes the connection.
- close() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
-
Terminates the connection.
- CODE_ERROR - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- CODE_OK - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- collectEvent(String) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Increments specified event count in the current project data.
- collectEvent(String, double) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Update a value in usage statistics.
- com.vaadin.base.devserver - package com.vaadin.base.devserver
- com.vaadin.base.devserver.editor - package com.vaadin.base.devserver.editor
- com.vaadin.base.devserver.startup - package com.vaadin.base.devserver.startup
- com.vaadin.base.devserver.stats - package com.vaadin.base.devserver.stats
- com.vaadin.base.devserver.themeeditor - package com.vaadin.base.devserver.themeeditor
- com.vaadin.base.devserver.themeeditor.handlers - package com.vaadin.base.devserver.themeeditor.handlers
- com.vaadin.base.devserver.themeeditor.messages - package com.vaadin.base.devserver.themeeditor.messages
- com.vaadin.base.devserver.themeeditor.utils - package com.vaadin.base.devserver.themeeditor.utils
- com.vaadin.base.devserver.viteproxy - package com.vaadin.base.devserver.viteproxy
- compareTo(Editor.Modification) - Method in class com.vaadin.base.devserver.editor.Editor.Modification
- COMPONENT_METADATA - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- ComponentMetadataHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- ComponentMetadataHandler(HasSourceModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.ComponentMetadataHandler
- ComponentMetadataResponse - Class in com.vaadin.base.devserver.themeeditor.messages
- ComponentMetadataResponse(Boolean, String, String) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- ComponentType - Enum Class in com.vaadin.base.devserver.editor
- containsKey(String) - Method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
- createAddClassNameStatement(SimpleName, String, boolean) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- createEmptyStyleRule(String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Creates empty rule with given selector
- createStyleRule(String, String, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- CssRule - Class in com.vaadin.base.devserver.themeeditor.utils
- CssRule() - Constructor for class com.vaadin.base.devserver.themeeditor.utils.CssRule
- CssRule(String, String, String) - Constructor for class com.vaadin.base.devserver.themeeditor.utils.CssRule
- CssRule(String, Map<String, String>) - Constructor for class com.vaadin.base.devserver.themeeditor.utils.CssRule
D
- DebugWindowConnection - Class in com.vaadin.base.devserver
-
BrowserLiveReloadimplementation class. - DebugWindowMessage - Class in com.vaadin.base.devserver
-
A message sent to the debug window.
- DebugWindowMessage(String, Object) - Constructor for class com.vaadin.base.devserver.DebugWindowMessage
-
Creates a new instance.
- DEV_SERVER_HOST - Static variable in class com.vaadin.base.devserver.AbstractDevServerRunner
- DevModeHandlerManagerImpl - Class in com.vaadin.base.devserver
-
Provides API to access to the
DevModeHandlerinstance. - DevModeHandlerManagerImpl() - Constructor for class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- DevModeInitializer - Class in com.vaadin.base.devserver.startup
-
Initializer for starting node updaters as well as the dev mode server.
- DevModeInitializer() - Constructor for class com.vaadin.base.devserver.startup.DevModeInitializer
- DevModeStartupListener - Class in com.vaadin.base.devserver.startup
-
Trigger for running dev mode initialization when running in a compatible servlet environment.
- DevModeStartupListener() - Constructor for class com.vaadin.base.devserver.startup.DevModeStartupListener
- DevModeUsageStatistics - Class in com.vaadin.base.devserver.stats
-
Singleton for collecting development time usage metrics
- DevServerOutputTracker - Class in com.vaadin.base.devserver
-
Tracks the output of a dev server and scans for given success and/or failure patterns while copying the dev server output to standard output.
- DevServerOutputTracker(InputStream, Pattern, Pattern, Consumer<DevServerOutputTracker.Result>) - Constructor for class com.vaadin.base.devserver.DevServerOutputTracker
-
Creates a new finder that scans for the given success and/or failure pattern.
- DevServerOutputTracker.Result - Class in com.vaadin.base.devserver
-
Encapsulates the result of a find operation.
- DISABLED - Enum constant in enum class com.vaadin.base.devserver.themeeditor.ThemeModifier.State
- doStartDevServer() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Starts the dev server and returns the started process.
E
- Editor - Class in com.vaadin.base.devserver.editor
- Editor() - Constructor for class com.vaadin.base.devserver.editor.Editor
- Editor.Modification - Class in com.vaadin.base.devserver.editor
- ENABLED - Enum constant in enum class com.vaadin.base.devserver.themeeditor.ThemeModifier.State
- equals(Object) - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- equals(Object) - Method in record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Indicates whether some other object is "equal to" this one.
- ErrorResponse - Class in com.vaadin.base.devserver.themeeditor.messages
- ErrorResponse() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
- ErrorResponse(String, String) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
- EVENT_DEV_SERVER_START_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_LIVE_RELOAD - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_PACKAGEMANAGER_CLEANUP_TIME_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_PACKAGEMANAGER_INSTALL_TIME_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- execute() - Method in interface com.vaadin.base.devserver.themeeditor.utils.MessageHandlerCommand
- ExecuteAndUndo(MessageHandlerCommand, Optional<MessageHandlerCommand>) - Constructor for record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Creates an instance of a
ExecuteAndUndorecord class. - executeCommand() - Method in record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Returns the value of the
executeCommandrecord component. - ExternalDependencyWatcher - Class in com.vaadin.base.devserver
- ExternalDependencyWatcher(VaadinContext, File) - Constructor for class com.vaadin.base.devserver.ExternalDependencyWatcher
F
- FeatureFlagMessage - Class in com.vaadin.base.devserver
-
Message with feature flags sent to the debug window.
- FeatureFlagMessage(List<Feature>) - Constructor for class com.vaadin.base.devserver.FeatureFlagMessage
-
Creates a new message with the given features.
- FileWatcher - Class in com.vaadin.base.devserver
-
Watches for the file or sub-directory changes in the given directory.
- FileWatcher(SerializableConsumer<File>, File) - Constructor for class com.vaadin.base.devserver.FileWatcher
-
Creates an instance of the file watcher for the given directory.
- find() - Method in class com.vaadin.base.devserver.DevServerOutputTracker
-
Runs the find operation.
- findLocalClassNameStmt(CompilationUnit, Component, boolean) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- findLocalVariableOrField(CompilationUnit, int) - Method in class com.vaadin.base.devserver.editor.Editor
- findMethodCall(BlockStmt, Node, SimpleName, String) - Method in class com.vaadin.base.devserver.editor.Editor
- findMethodCalls(BlockStmt, SimpleName) - Method in class com.vaadin.base.devserver.editor.Editor
- findModificationWhere(CompilationUnit, Component) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- findNode(CompilationUnit, Component) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- findRuleBySelector(CascadingStyleSheet, CSSStyleRule) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- findRuleBySelector(CascadingStyleSheet, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- findStatement(CompilationUnit, int) - Method in class com.vaadin.base.devserver.editor.Editor
- forUi(Integer) - Static method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
- from(String) - Static method in enum class com.vaadin.base.devserver.editor.ComponentType
- from(String) - Static method in enum class com.vaadin.base.devserver.editor.Where
G
- getApplicationConfiguration() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the application configuration.
- getArguments() - Method in class com.vaadin.base.devserver.themeeditor.utils.LocalClassNamesVisitor
- getArtifactId(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Finds the artifact id for the given pom file.
- getBackend() - Method in class com.vaadin.base.devserver.DebugWindowConnection
- getCascadingStyleSheet() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getClassName() - Method in enum class com.vaadin.base.devserver.editor.ComponentType
- getClassName() - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- getClassName() - Method in class com.vaadin.base.devserver.themeeditor.messages.SetClassNameRequest
- getCode() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- getCode() - Method in class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
- getCommand() - Method in class com.vaadin.base.devserver.DebugWindowMessage
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.ComponentMetadataHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.HistoryHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.LoadPreviewHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.LoadRulesHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.LocalClassNameHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.MarkAsUsedHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.OpenCssHandler
- getCommandName() - Method in class com.vaadin.base.devserver.themeeditor.handlers.RulesHandler
- getCommandName() - Method in interface com.vaadin.base.devserver.themeeditor.utils.MessageHandler
- getCompilationUnit(Component) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getComponent(VaadinSession, int, int) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getCreateLocation(Component) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getCss() - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadPreviewResponse
- getCss() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Returns the content of the theme editor CSS file.
- getCssFileName() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getCssRules(List<String>) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Retrieves list of
CssRulefor given selectors. - getData() - Method in class com.vaadin.base.devserver.DebugWindowMessage
- getDevModeHandler() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- getExecuteCommand(String) - Method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
- getFailedOutput() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- getFeatures() - Method in class com.vaadin.base.devserver.FeatureFlagMessage
- getFlowVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- getForClass(Class<?>) - Static method in enum class com.vaadin.base.devserver.editor.ComponentType
- getFrontendFolder() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getGroupId(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Finds the group id for the given pom file.
- getHandlesTypes() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- getHeaderText() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getJavaVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- getLiveReload(VaadinContext) - Method in class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
- getLiveReload(VaadinService) - Method in class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
- getLocalClassName(Integer, Integer) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Gets component local classname if exists.
- getLogger() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
- getMessage() - Method in class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
- getModuleFolders(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Gets a list of the folders containing the sub modules for the given pom file.
- getNodeId() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- getOsVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- getOutput() - Method in class com.vaadin.base.devserver.DevServerOutputTracker.Result
- getParentPomOfMultiModuleProject(File) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Gets the parent pom location for the given pom file, if the given pom file is part of a multi module project.
- getPathToVaadin() - Method in class com.vaadin.base.devserver.ViteHandler
-
Gets the url path to the /VAADIN folder.
- getPathToVaadinInContext() - Method in class com.vaadin.base.devserver.ViteHandler
-
Gets the url path to the /VAADIN folder inside the context root.
- getPort() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- getProductName() - Method in class com.vaadin.base.devserver.ServerInfo
- getProjectRoot() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- getProperties() - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- getRedo() - Method in class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
- getReportingUrl() - Method in class com.vaadin.base.devserver.stats.StatisticsSender
-
Get the remote reporting URL.
- getRequestId() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- getRequestId() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- getRuleLocationLine(String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Gets location line of rule with given selector
- getRules() - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadRulesResponse
- getRules() - Method in class com.vaadin.base.devserver.themeeditor.messages.RulesRequest
- getSelector() - Method in class com.vaadin.base.devserver.themeeditor.messages.OpenCssRequest
- getSelector() - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- getSelectors() - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadRulesRequest
- getServerBinary() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the binary that starts the dev server.
- getServerBinary() - Method in class com.vaadin.base.devserver.ViteHandler
- getServerConfig() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the main configuration file for the dev server.
- getServerConfig() - Method in class com.vaadin.base.devserver.ViteHandler
- getServerFailurePattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets a pattern to match with the output to determine that the server has failed to start.
- getServerFailurePattern() - Method in class com.vaadin.base.devserver.ViteHandler
- getServerName() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the name of the dev server for outputting to the user and statistics.
- getServerName() - Method in class com.vaadin.base.devserver.ViteHandler
- getServerStartupCommand(FrontendTools) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the commands to run to start the dev server.
- getServerStartupCommand(FrontendTools) - Method in class com.vaadin.base.devserver.ViteHandler
- getServerSuccessPattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets a pattern to match with the output to determine that the server has started successfully.
- getServerSuccessPattern() - Method in class com.vaadin.base.devserver.ViteHandler
- getSession() - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getSourceFile(ComponentTracker.Location) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getSourceFile(Class<?>) - Method in class com.vaadin.base.devserver.editor.Editor
- getSourceFile(String) - Method in class com.vaadin.base.devserver.editor.Editor
- getSourceFolder(ComponentTracker.Location) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- getSourceModifier() - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
- getSourceModifier() - Method in interface com.vaadin.base.devserver.themeeditor.utils.HasSourceModifier
- getState() - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
- getState() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getStyleSheetFile() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getSuggestedClassName() - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- getSuggestedClassName(Integer, Integer) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Creates suggested local classname based on component tag.
- getTag(Integer, Integer) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Gets tag name of given component.
- getThemeModifier() - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
- getThemeModifier() - Method in interface com.vaadin.base.devserver.themeeditor.utils.HasThemeModifier
- getThemeName(File) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- getUiId() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- getUndo() - Method in class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
- getUndoCommand(String) - Method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
- getVaadinVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- getValue(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Returns the given field value as a string.
- getValueAsDouble(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Returns the given field value as a double.
- getWatchDog() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the server watch dog.
H
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.ComponentMetadataHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.HistoryHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.LoadPreviewHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.LoadRulesHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.LocalClassNameHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.MarkAsUsedHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.OpenCssHandler
- handle(JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.handlers.RulesHandler
- handle(JsonObject) - Method in interface com.vaadin.base.devserver.themeeditor.utils.MessageHandler
- handleBrowserData(JsonObject) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Stores telemetry data received from the browser.
- handleDebugMessageData(String, JsonObject) - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
-
Handles debug message command and performs given action.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- hashCode() - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- hashCode() - Method in record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Returns a hash code value for this object.
- hasOverlay(Component) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- HasSourceModifier - Interface in com.vaadin.base.devserver.themeeditor.utils
- HasThemeModifier - Interface in com.vaadin.base.devserver.themeeditor.utils
- HISTORY - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- HistoryHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- HistoryHandler() - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.HistoryHandler
- HistoryRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- HistoryRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
I
- IdeIntegration - Class in com.vaadin.base.devserver
-
Integration with IDEs for development mode.
- IdeIntegration(ApplicationConfiguration) - Constructor for class com.vaadin.base.devserver.IdeIntegration
-
Creates a new integration with the given configuration.
- increment(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Increments the value for the given field.
- init() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- init(VaadinContext, ViteHandler) - Static method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
-
Creates the websocket endpoint that Vite connects to.
- init(File, StatisticsStorage, StatisticsSender) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Initialize the statistics module.
- initDevModeHandler(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- initDevModeHandler(Set<Class<?>>, VaadinContext) - Static method in class com.vaadin.base.devserver.startup.DevModeInitializer
-
Initialize the devmode server if not in production mode or compatibility mode.
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
- insertAfter(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- insertAtEndOfBlock(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- insertBefore(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- insertImportIfNotExists() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- insertLineAfter(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- insertLineBefore(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- INSIDE - Enum constant in enum class com.vaadin.base.devserver.editor.Where
- isAccessible() - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- isAccessible(Integer, Integer) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Checks if component can be accessed within source code.
- isDevModeAlreadyStarted(VaadinContext) - Static method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
-
Shows whether
DevModeHandlerhas been already started or not. - isEnabled() - Method in class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
- isEnabled() - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- isInstanceRequest() - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- isLiveReload(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- isSuccess() - Method in class com.vaadin.base.devserver.DevServerOutputTracker.Result
J
- JavaSourceModifier - Class in com.vaadin.base.devserver.themeeditor
- JavaSourceModifier(VaadinContext) - Constructor for class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
L
- launchBrowserInDevelopmentMode(String) - Method in class com.vaadin.base.devserver.BrowserLauncher
-
Open the given URL in the default browser.
- launchBrowserInDevelopmentMode(String) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- LineNumberVisitor - Class in com.vaadin.base.devserver.themeeditor.utils
-
Implementation of
GenericVisitorthat findsNodeat given line of source code file. - LineNumberVisitor() - Constructor for class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- LOAD_PREVIEW - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- LOAD_RULES - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- LoadPreviewHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- LoadPreviewHandler(HasThemeModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.LoadPreviewHandler
- LoadPreviewResponse - Class in com.vaadin.base.devserver.themeeditor.messages
- LoadPreviewResponse(String) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.LoadPreviewResponse
- LoadRulesHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- LoadRulesHandler(HasThemeModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.LoadRulesHandler
- LoadRulesRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- LoadRulesRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.LoadRulesRequest
- LoadRulesResponse - Class in com.vaadin.base.devserver.themeeditor.messages
- LoadRulesResponse(List<CssRule>) - Constructor for class com.vaadin.base.devserver.themeeditor.messages.LoadRulesResponse
- LOCAL_CLASS_NAME - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- LOCAL_CLASSNAME_COMMENT - Static variable in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- LocalClassNameHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- LocalClassNameHandler(HasSourceModifier, HasThemeModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.LocalClassNameHandler
- LocalClassNamesVisitor - Class in com.vaadin.base.devserver.themeeditor.utils
-
Implementation of
GenericVisitorthat searches for classnames applied to given component. - LocalClassNamesVisitor() - Constructor for class com.vaadin.base.devserver.themeeditor.utils.LocalClassNamesVisitor
- LocalClassNameVisitor - Class in com.vaadin.base.devserver.themeeditor.utils
-
Implementation of
GenericVisitorthat searches for local classname expression statement by comparing expression type, method call scope and expression comment. - LocalClassNameVisitor(boolean) - Constructor for class com.vaadin.base.devserver.themeeditor.utils.LocalClassNameVisitor
M
- main(String[]) - Static method in class com.vaadin.base.devserver.OpenInCurrentIde
- MARK_AS_USED - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- MarkAsUsedHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- MarkAsUsedHandler() - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.MarkAsUsedHandler
- MavenUtils - Class in com.vaadin.base.devserver
-
Utilities for Maven based projects.
- MessageHandler - Interface in com.vaadin.base.devserver.themeeditor.utils
- MessageHandler.ExecuteAndUndo - Record Class in com.vaadin.base.devserver.themeeditor.utils
- MessageHandlerCommand - Interface in com.vaadin.base.devserver.themeeditor.utils
- MISSING_THEME - Enum constant in enum class com.vaadin.base.devserver.themeeditor.ThemeModifier.State
- Modification() - Constructor for class com.vaadin.base.devserver.editor.Editor.Modification
- modifyClass(File, Function<CompilationUnit, List<Editor.Modification>>) - Method in class com.vaadin.base.devserver.editor.Editor
O
- ok() - Static method in class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- onClose(Session, CloseReason) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- onClose(WebSocket, int, String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- onConnect(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onDevServerCompilation(DevServerOutputTracker.Result) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Called whenever the dev server output matche the success or failure pattern.
- onDisconnect(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onMessage(String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
- onMessage(AtmosphereResource, String) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onOpen(Session, EndpointConfig) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- onOpen(WebSocket) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- onText(WebSocket, CharSequence, boolean) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- OPEN_CSS - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- OpenCssHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- OpenCssHandler(HasThemeModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.OpenCssHandler
- OpenCssRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- OpenCssRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.OpenCssRequest
- openFile(File, int) - Static method in class com.vaadin.base.devserver.OpenInCurrentIde
-
Opens the given file at the given line number in the IDE used to launch the current Java application.
- OpenInCurrentIde - Class in com.vaadin.base.devserver
-
Util for opening a file in the currently used IDE.
P
- parsePomFile(File) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Parses the given pom file.
- parsePomFileFromFolder(File) - Static method in class com.vaadin.base.devserver.MavenUtils
-
Parses the pom file in the given folder.
- parseSource(String) - Method in class com.vaadin.base.devserver.editor.Editor
- prepareConnection(String, String) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- prepareConnection(String, String) - Method in class com.vaadin.base.devserver.ViteHandler
- put(String, MessageHandler.ExecuteAndUndo) - Method in class com.vaadin.base.devserver.themeeditor.utils.ThemeEditorHistory
R
- readFile(File) - Method in class com.vaadin.base.devserver.editor.Editor
- reload() - Method in class com.vaadin.base.devserver.DebugWindowConnection
- remove(Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- removeComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.base.devserver.editor.Editor
- removeCssProperty(CascadingStyleSheet, String, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- removeLocalClassName(Component, boolean) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- removeLocalClassName(Integer, Integer) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Removes local class name of given component.
- removeProperty(CSSStyleRule, CSSStyleRule) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- replace(Node, Node) - Static method in class com.vaadin.base.devserver.editor.Editor.Modification
- replaceClassName(CascadingStyleSheet, String, String, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- replaceClassName(String, String, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Replaces classname with new classname in all matching rules.
- RESPONSE - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- RULES - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- RulesHandler - Class in com.vaadin.base.devserver.themeeditor.handlers
- RulesHandler(HasThemeModifier) - Constructor for class com.vaadin.base.devserver.themeeditor.handlers.RulesHandler
- RulesRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- RulesRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.RulesRequest
S
- send(String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
-
Sends the given message to the Vite server.
- serveDevModeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Serve a file by proxying to the dev server.
- ServerInfo - Class in com.vaadin.base.devserver
-
Data for a info message to the debug window.
- ServerInfo() - Constructor for class com.vaadin.base.devserver.ServerInfo
-
Creates a new instance.
- set(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string value in current project statistics data.
- setAccessible(Boolean) - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- setBackend(BrowserLiveReload.Backend) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- setClassName(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- setClassName(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.SetClassNameRequest
- SetClassNameRequest - Class in com.vaadin.base.devserver.themeeditor.messages
- SetClassNameRequest() - Constructor for class com.vaadin.base.devserver.themeeditor.messages.SetClassNameRequest
- setComponentAttribute(File, int, int, ComponentType, String, String) - Method in class com.vaadin.base.devserver.editor.Editor
- setComponentAttribute(String, int, int, ComponentType, String, String) - Method in class com.vaadin.base.devserver.editor.Editor
- setCss(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadPreviewResponse
- setCssProperty(CascadingStyleSheet, String, String, String) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- setDevModeHandler(DevModeHandler) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- setGlobal(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string field in current statistics data.
- setLocalClassName(Component, String, boolean) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
- setLocalClassName(Integer, Integer, String) - Method in class com.vaadin.base.devserver.themeeditor.JavaSourceModifier
-
Adds local component class name if not already present, updates value otherwise.
- setMessage(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
- setNodeId(Integer) - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- setProperties(Map<String, String>) - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- setRedo(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
- setRequestId(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- setRequestId(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
- setRules(List<CssRule>) - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadRulesResponse
- setRules(List<CssRule>) - Method in class com.vaadin.base.devserver.themeeditor.messages.RulesRequest
- setSelector(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.OpenCssRequest
- setSelector(String) - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- setSelectors(List<String>) - Method in class com.vaadin.base.devserver.themeeditor.messages.LoadRulesRequest
- setSuggestedClassName(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
- setThemeProperties(List<CssRule>) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
-
Performs update of CSS file setting (adding or updating) given
CssRule. - setUiId(Integer) - Method in class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
- setUndo(String) - Method in class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
- setValue(String, long) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a long using the given field name.
- setValue(String, JsonNode) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a JSON object using the given field name.
- setValue(String, String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a string using the given field name.
- showComponentAttachInIde(Component) - Method in class com.vaadin.base.devserver.IdeIntegration
-
Opens, in the current IDE, the location (file + line number) where the given component was attached.
- showComponentCreateInIde(Component) - Method in class com.vaadin.base.devserver.IdeIntegration
-
Opens, in the current IDE, the location (file + line number) where the given component was created.
- sortStylesheet(CascadingStyleSheet) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- sourceOffset() - Method in class com.vaadin.base.devserver.editor.Editor.Modification
- start() - Method in class com.vaadin.base.devserver.FileWatcher
-
Starts the file watching.
- STATE - Static variable in interface com.vaadin.base.devserver.themeeditor.ThemeEditorCommand
- StatementLineNumberVisitor - Class in com.vaadin.base.devserver.themeeditor.utils
-
Implementation of
GenericVisitorthat findsStatementat given line of source code file. - StatementLineNumberVisitor() - Constructor for class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- StatisticsConstants - Class in com.vaadin.base.devserver.stats
-
Constants for development mode statistics.
- StatisticsContainer - Class in com.vaadin.base.devserver.stats
-
Wraps a JSON data structure and provides a slightly easier API for it.
- StatisticsContainer(ObjectNode) - Constructor for class com.vaadin.base.devserver.stats.StatisticsContainer
-
Wraps the given json with this API.
- StatisticsSender - Class in com.vaadin.base.devserver.stats
-
Handles sending of telemetry data.
- StatisticsSender(StatisticsStorage) - Constructor for class com.vaadin.base.devserver.stats.StatisticsSender
-
Creates a new instance connected to the given storage.
- StatisticsStorage - Class in com.vaadin.base.devserver.stats
-
Development more usage statistic storage and methods for updating the data.
- StatisticsStorage() - Constructor for class com.vaadin.base.devserver.stats.StatisticsStorage
-
Creates an instance.
- stop() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- stop() - Method in class com.vaadin.base.devserver.FileWatcher
-
Stops the file watching.
- stopDevModeHandler() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
T
- TEXTFIELD - Enum constant in enum class com.vaadin.base.devserver.editor.ComponentType
- ThemeEditorCommand - Interface in com.vaadin.base.devserver.themeeditor
- ThemeEditorException - Exception in com.vaadin.base.devserver.themeeditor.utils
- ThemeEditorException() - Constructor for exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
- ThemeEditorException(String) - Constructor for exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
- ThemeEditorException(String, Throwable) - Constructor for exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
- ThemeEditorException(String, Throwable, boolean, boolean) - Constructor for exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
- ThemeEditorException(Throwable) - Constructor for exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
- ThemeEditorHistory - Class in com.vaadin.base.devserver.themeeditor.utils
- ThemeEditorMessageHandler - Class in com.vaadin.base.devserver.themeeditor
-
Handler for ThemeEditor debug window communication messages.
- ThemeEditorMessageHandler(VaadinContext) - Constructor for class com.vaadin.base.devserver.themeeditor.ThemeEditorMessageHandler
- ThemeLiveUpdater - Class in com.vaadin.base.devserver
-
Watches the given theme folder for changes, combines the theme on changes and pushes the new version to the browser.
- ThemeLiveUpdater(File, VaadinContext) - Constructor for class com.vaadin.base.devserver.ThemeLiveUpdater
-
Starts watching the given theme folder (containing styles.css).
- ThemeModifier - Class in com.vaadin.base.devserver.themeeditor
- ThemeModifier(VaadinContext) - Constructor for class com.vaadin.base.devserver.themeeditor.ThemeModifier
- ThemeModifier.State - Enum Class in com.vaadin.base.devserver.themeeditor
- toCssRule(CSSStyleRule) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
- toString() - Method in class com.vaadin.base.devserver.editor.Editor.Modification
- toString() - Method in class com.vaadin.base.devserver.themeeditor.utils.CssRule
- toString() - Method in record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Returns a string representation of this record class.
- triggerLiveReload() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Triggers live reload.
- triggerSendIfNeeded(ObjectNode) - Method in class com.vaadin.base.devserver.stats.StatisticsSender
-
Send data in the background if needed.
U
- undoCommand() - Method in record class com.vaadin.base.devserver.themeeditor.utils.MessageHandler.ExecuteAndUndo
-
Returns the value of the
undoCommandrecord component. - update(String, String) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- updateServerStartupEnvironment(FrontendTools, Map<String, String>) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Defines the environment variables to use when starting the dev server.
V
- validateFiles() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Validates that the needed server binary and config file(s) are available.
- valueOf(String) - Static method in enum class com.vaadin.base.devserver.editor.ComponentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.base.devserver.editor.Where
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.base.devserver.themeeditor.ThemeModifier.State
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.base.devserver.editor.ComponentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.base.devserver.editor.Where
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.base.devserver.themeeditor.ThemeModifier.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(ArrayCreationLevel, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(AnnotationDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(AnnotationMemberDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ClassOrInterfaceDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(CompactConstructorDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ConstructorDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(EnumConstantDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(EnumDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(FieldDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(InitializerDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(MethodDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(Parameter, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ReceiverParameter, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(RecordDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(VariableDeclarator, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(BlockComment, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(JavadocComment, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LineComment, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(CompilationUnit, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ArrayAccessExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ArrayCreationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ArrayInitializerExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(AssignExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(BinaryExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(BooleanLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(CastExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(CharLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ClassExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ConditionalExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(DoubleLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(EnclosedExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(FieldAccessExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(InstanceOfExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(IntegerLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LambdaExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LongLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(MarkerAnnotationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(MemberValuePair, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(MethodCallExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(MethodReferenceExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(NameExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(Name, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(NormalAnnotationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(NullLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ObjectCreationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(PatternExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SimpleName, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SingleMemberAnnotationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(StringLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SuperExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SwitchExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(TextBlockLiteralExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ThisExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(TypeExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(UnaryExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(VariableDeclarationExpr, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ImportDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(Modifier, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleExportsDirective, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleOpensDirective, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleProvidesDirective, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleRequiresDirective, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ModuleUsesDirective, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(PackageDeclaration, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(AssertStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(AssertStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(BlockStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(BlockStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(BreakStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(BreakStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(CatchClause, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ContinueStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ContinueStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(DoStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(DoStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(EmptyStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(EmptyStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ExplicitConstructorInvocationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ExplicitConstructorInvocationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ExpressionStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ExpressionStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ExpressionStmt, String) - Method in class com.vaadin.base.devserver.themeeditor.utils.LocalClassNameVisitor
- visit(ExpressionStmt, Void) - Method in class com.vaadin.base.devserver.themeeditor.utils.LocalClassNamesVisitor
- visit(ForEachStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ForEachStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ForStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ForStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(IfStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(IfStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(LabeledStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LabeledStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(LocalClassDeclarationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LocalClassDeclarationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(LocalRecordDeclarationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(LocalRecordDeclarationStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ReturnStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ReturnStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(SwitchEntry, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SwitchStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SwitchStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(SynchronizedStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(SynchronizedStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ThrowStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ThrowStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(TryStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(TryStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(UnparsableStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(UnparsableStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(WhileStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(WhileStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(YieldStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(YieldStmt, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.StatementLineNumberVisitor
- visit(ArrayType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(ClassOrInterfaceType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(IntersectionType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(PrimitiveType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(TypeParameter, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(UnionType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(UnknownType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(VarType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(VoidType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- visit(WildcardType, Integer) - Method in class com.vaadin.base.devserver.themeeditor.utils.LineNumberVisitor
- VITE_HANDLER - Static variable in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- VITE_SERVER - Static variable in class com.vaadin.base.devserver.ViteHandler
-
The local installation path of the server node script.
- ViteHandler - Class in com.vaadin.base.devserver
-
Handles communication with a Vite server.
- ViteHandler(Lookup, int, File, CompletableFuture<Void>) - Constructor for class com.vaadin.base.devserver.ViteHandler
-
Creates and starts the dev mode handler if none has been started yet.
- ViteWebsocketConnection - Class in com.vaadin.base.devserver.viteproxy
-
Communicates with a Vite server through a websocket connection.
- ViteWebsocketConnection(int, String, String, Consumer<String>, Runnable) - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
-
Established a connection with a Vite server running on the given port, using the given sub protocol.
- ViteWebsocketEndpoint - Class in com.vaadin.base.devserver.viteproxy
-
The websocket endpoint for Vite.
- ViteWebsocketEndpoint() - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- ViteWebsocketProxy - Class in com.vaadin.base.devserver.viteproxy
-
Connects a brower-server websocket connection with a server-Vite websocket connection.
- ViteWebsocketProxy(Session, Integer, String) - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
-
Creates a new proxy for the given browser-server websocket connection.
W
- waitForDevServer() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Waits for the dev server to start.
- Where - Enum Class in com.vaadin.base.devserver.editor
- writeStream(ServletOutputStream, InputStream) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- writeStylesheet(CascadingStyleSheet) - Method in class com.vaadin.base.devserver.themeeditor.ThemeModifier
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form