Uses of Interface
org.springframework.shell.component.view.event.MouseHandler
Packages that use MouseHandler
Package
Description
-
Uses of MouseHandler in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return MouseHandlerModifier and TypeMethodDescriptionAbstractView.getMouseHandler()Handles mouse events by dispatching registered consumers into an event loop.AppView.getMouseHandler()ButtonView.getMouseHandler()DialogView.getMouseHandler()GridView.getMouseHandler()MenuBarView.getMouseHandler()StatusBarView.getMouseHandler()View.getMouseHandler()Gets aViewmouseMouseHandler. -
Uses of MouseHandler in org.springframework.shell.component.view.event
Methods in org.springframework.shell.component.view.event that return MouseHandlerModifier and TypeMethodDescriptionstatic MouseHandlerMouseHandler.neverConsume()Returns a handler that always returns a non-consumed result.default MouseHandlerMouseHandler.thenConditionally(MouseHandler other, Predicate<MouseHandler.MouseHandlerResult> predicate) Returns a composed handler that first handlesthishandler and then handlesotherhandler ifpredicateagainst result fromthismatches.default MouseHandlerMouseHandler.thenIfConsumed(MouseHandler other) Returns a composed handler that first handlesthishandler and then handlesotherifthisconsumed an event.default MouseHandlerMouseHandler.thenIfNotConsumed(MouseHandler other) Returns a composed handler that first handlesthishandler and then handlesotherifthisdid not consume an event.Methods in org.springframework.shell.component.view.event with parameters of type MouseHandlerModifier and TypeMethodDescriptiondefault MouseHandlerMouseHandler.thenConditionally(MouseHandler other, Predicate<MouseHandler.MouseHandlerResult> predicate) Returns a composed handler that first handlesthishandler and then handlesotherhandler ifpredicateagainst result fromthismatches.default MouseHandlerMouseHandler.thenIfConsumed(MouseHandler other) Returns a composed handler that first handlesthishandler and then handlesotherifthisconsumed an event.default MouseHandlerMouseHandler.thenIfNotConsumed(MouseHandler other) Returns a composed handler that first handlesthishandler and then handlesotherifthisdid not consume an event.