Uses of Interface
com.vaadin.copilot.plugins.themeeditor.utils.MessageHandlerCommand
Packages that use MessageHandlerCommand
-
Uses of MessageHandlerCommand in com.vaadin.copilot.plugins.themeeditor.utils
Methods in com.vaadin.copilot.plugins.themeeditor.utils that return MessageHandlerCommandModifier and TypeMethodDescriptionMessageHandler.ExecuteAndUndo.executeCommand()
Returns the value of theexecuteCommand
record component.ThemeEditorHistory.getExecuteCommand
(String requestId) Methods in com.vaadin.copilot.plugins.themeeditor.utils that return types with arguments of type MessageHandlerCommandModifier and TypeMethodDescriptionThemeEditorHistory.getUndoCommand
(String requestId) MessageHandler.ExecuteAndUndo.undoCommand()
Returns the value of theundoCommand
record component.Constructors in com.vaadin.copilot.plugins.themeeditor.utils with parameters of type MessageHandlerCommandModifierConstructorDescriptionExecuteAndUndo
(MessageHandlerCommand executeCommand, Optional<MessageHandlerCommand> undoCommand) Creates an instance of aExecuteAndUndo
record class.Constructor parameters in com.vaadin.copilot.plugins.themeeditor.utils with type arguments of type MessageHandlerCommandModifierConstructorDescriptionExecuteAndUndo
(MessageHandlerCommand executeCommand, Optional<MessageHandlerCommand> undoCommand) Creates an instance of aExecuteAndUndo
record class.