Uses of Class
org.eclipse.lemminx.customservice.ActionableNotification
-
Packages that use ActionableNotification Package Description org.eclipse.lemminx.customservice -
-
Uses of ActionableNotification in org.eclipse.lemminx.customservice
Methods in org.eclipse.lemminx.customservice that return ActionableNotification Modifier and Type Method Description ActionableNotificationActionableNotification. withCommands(List<org.eclipse.lsp4j.Command> commands)ActionableNotificationActionableNotification. withData(Object data)ActionableNotificationActionableNotification. withMessage(String message)ActionableNotificationActionableNotification. withSeverity(org.eclipse.lsp4j.MessageType severity)Methods in org.eclipse.lemminx.customservice with parameters of type ActionableNotification Modifier and Type Method Description default voidXMLLanguageClientAPI. actionableNotification(ActionableNotification command)Notification to be sent to the client with a list of commands
-