Modifier and Type | Method and Description |
---|---|
EventService |
Gateway.event()
Gets this application context's
EventService . |
EventService |
AbstractGateway.event() |
Modifier and Type | Method and Description |
---|---|
EventService |
DefaultCommandService.eventService() |
default EventService |
CommandService.eventService() |
default EventService |
CommandService.getEventService()
Deprecated.
Use
CommandService.eventService() instead. |
Modifier and Type | Method and Description |
---|---|
void |
CommandInfo.update(EventService eventService) |
Modifier and Type | Method and Description |
---|---|
default EventService |
DisplayService.eventService() |
EventService |
DefaultDisplayService.eventService() |
default EventService |
DisplayService.getEventService()
Deprecated.
Use
DisplayService.eventService() instead. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventService
Default service for publishing and subscribing to SciJava events.
|
Modifier and Type | Method and Description |
---|---|
default EventService |
InputService.eventService() |
EventService |
DefaultInputService.eventService() |
default EventService |
InputService.getEventService()
Deprecated.
Use
InputService.eventService() instead. |
Modifier and Type | Method and Description |
---|---|
default void |
ModuleInfo.update(EventService eventService)
Notifies interested parties that the module info has been modified.
|
Modifier and Type | Method and Description |
---|---|
default EventService |
ObjectService.eventService() |
EventService |
DefaultObjectService.eventService() |
default EventService |
ObjectService.getEventService()
Deprecated.
Use
ObjectService.eventService() instead. |
Modifier and Type | Field and Description |
---|---|
protected EventService |
OptionsPlugin.eventService |
Modifier and Type | Method and Description |
---|---|
default EventService |
PlatformService.eventService() |
EventService |
DefaultPlatformService.eventService() |
default EventService |
PlatformService.getEventService()
Deprecated.
Use
PlatformService.eventService() instead. |
Constructor and Description |
---|
MacOSAppEventDispatcher(Application app,
EventService eventService) |
MacOSAppEventDispatcher(EventService eventService) |
Constructor and Description |
---|
DefaultTask(ThreadService threadService,
EventService eventService)
Creates a new task.
|
Constructor and Description |
---|
AWTDropTargetEventDispatcher(Display<?> display,
EventService eventService)
Creates an AWT drag-and-drop event dispatcher for the given display.
|
AWTInputEventDispatcher(Display<?> display,
EventService eventService)
Creates an AWT input event dispatcher for the given display.
|
AWTWindowEventDispatcher(EventService eventService)
Creates an AWT window event dispatcher for a null display, using the given
event service.
|
Modifier and Type | Method and Description |
---|---|
static SwingDisplayWindow |
SwingSDIUI.createDisplayWindow(Display<?> display,
EventService eventService)
Utility method for creating
SwingDisplayWindow s. |
Copyright © 2015–2022 SciJava. All rights reserved.