Uses of Interface
org.springframework.shell.jline.tui.component.view.event.EventLoop
Packages that use EventLoop
Package
Description
-
Uses of EventLoop in org.springframework.shell.jline.tui.component
Methods in org.springframework.shell.jline.tui.component that return EventLoopModifier and TypeMethodDescriptionViewComponent.getEventLoop()Gets anEventLoopassociated with this view component. -
Uses of EventLoop in org.springframework.shell.jline.tui.component.view
Methods in org.springframework.shell.jline.tui.component.view that return EventLoop -
Uses of EventLoop in org.springframework.shell.jline.tui.component.view.control
Methods in org.springframework.shell.jline.tui.component.view.control that return EventLoopModifier and TypeMethodDescriptionprotected @Nullable EventLoopAbstractView.getEventLoop()Get anEventLoop.Methods in org.springframework.shell.jline.tui.component.view.control with parameters of type EventLoopModifier and TypeMethodDescriptionvoidAbstractView.setEventLoop(@Nullable EventLoop eventLoop) Set anEventLoop.voidDialogView.setEventLoop(@Nullable EventLoop eventLoop) voidView.setEventLoop(@Nullable EventLoop eventLoop) Sets anEventLoop. -
Uses of EventLoop in org.springframework.shell.jline.tui.component.view.event
Classes in org.springframework.shell.jline.tui.component.view.event that implement EventLoop