Modifier and Type | Class and Description |
---|---|
class |
StatusEvent
An event indicating a status update.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputEvent
An event indicating output occurred on
stdout or stderr . |
Modifier and Type | Class and Description |
---|---|
class |
DisplayActivatedEvent
An event indicating a display has become the active one.
|
class |
DisplayCreatedEvent
An event indicating a new display has been created.
|
class |
DisplayDeletedEvent
An event indicating a display has been deleted.
|
class |
DisplayEvent
An event indicating something has happened to a
Display . |
class |
DisplayUpdatedEvent
An event indicating a display has updated; e.g., an object has been added or
removed.
|
Modifier and Type | Class and Description |
---|---|
class |
InputEvent
An event indicating input device (e.g., keyboard or mouse) activity in a
display.
|
class |
KyEvent
An event indicating keyboard activity in a display.
|
class |
KyPressedEvent
An event indicating a keyboard key was pressed in a display.
|
class |
KyReleasedEvent
An event indicating a keyboard key was released in a display.
|
class |
KyTypedEvent
An event indicating a keyboard key was typed (i.e., pressed and released) in
a display.
|
class |
MsButtonEvent
An event indicating mouse button activity in a display.
|
class |
MsClickedEvent
An event indicating a mouse button was clicked in a display.
|
class |
MsDraggedEvent
An event indicating a mouse was dragged in a display.
|
class |
MsEnteredEvent
An event indicating a mouse cursor entered a display.
|
class |
MsEvent
An event indicating mouse activity in a display.
|
class |
MsExitedEvent
An event indicating a mouse cursor exited a display.
|
class |
MsMovedEvent
An event indicating a mouse was moved in a display.
|
class |
MsPressedEvent
An event indicating a mouse button was pressed in a display.
|
class |
MsReleasedEvent
An event indicating a mouse button was released in a display.
|
class |
MsWheelEvent
An event indicating a mouse wheel was moved in a display.
|
Modifier and Type | Class and Description |
---|---|
class |
WinActivatedEvent
An event indicating a display window has been activated.
|
class |
WinClosedEvent
An event indicating a display window has been closed.
|
class |
WinClosingEvent
An event indicating a display window is in the process of closing.
|
class |
WinDeactivatedEvent
An event indicating a display window has been deactivated.
|
class |
WinDeiconifiedEvent
An event indicating a display window was deiconified.
|
class |
WinEvent
An event indicating something has happened to a display window.
|
class |
WinIconifiedEvent
An event indicating a display window was iconified.
|
class |
WinOpenedEvent
An event indicating a display window has been opened.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventSubscriber<E extends SciJavaEvent>
Interface for subscribers that wish to be notified of SciJava events.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextDisposingEvent
Event to be published just before disposing a context.
|
Modifier and Type | Method and Description |
---|---|
<E extends SciJavaEvent> |
EventService.getSubscribers(Class<E> c)
Gets a list of all subscribers to the given event class (and subclasses
thereof).
|
<E extends SciJavaEvent> |
DefaultEventService.getSubscribers(Class<E> c) |
<E extends SciJavaEvent> |
EventService.publish(E e)
Publishes the given event immediately, reporting it to all subscribers.
|
<E extends SciJavaEvent> |
DefaultEventService.publish(E e) |
<E extends SciJavaEvent> |
EventService.publishLater(E e)
Queues the given event for publication, typically on a separate thread
(called the "event dispatch thread").
|
<E extends SciJavaEvent> |
DefaultEventService.publishLater(E e) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SciJavaEvent> |
EventDetails.getEventType() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultEventHistory.onEvent(SciJavaEvent event) |
Modifier and Type | Method and Description |
---|---|
String |
EventHistory.toHTML(Set<Class<? extends SciJavaEvent>> filtered,
Set<Class<? extends SciJavaEvent>> highlighted)
Gets the recorded event history as an HTML string.
|
String |
EventHistory.toHTML(Set<Class<? extends SciJavaEvent>> filtered,
Set<Class<? extends SciJavaEvent>> highlighted)
Gets the recorded event history as an HTML string.
|
String |
DefaultEventHistory.toHTML(Set<Class<? extends SciJavaEvent>> filtered,
Set<Class<? extends SciJavaEvent>> highlighted) |
String |
DefaultEventHistory.toHTML(Set<Class<? extends SciJavaEvent>> filtered,
Set<Class<? extends SciJavaEvent>> highlighted) |
Constructor and Description |
---|
EventDetails(SciJavaEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
DataOpenedEvent
An event indicating that data has been opened from a location.
|
class |
DataSavedEvent
An event indicating that data has been saved to a destination.
|
class |
IOEvent
An event indicating that I/O (e.g., opening or saving) has occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
MenuEvent
An event indicating something has happened to the
MenuService 's
ShadowMenu . |
class |
MenusAddedEvent
An event indicating one or more menu items have been added to the
MenuService 's ShadowMenu . |
class |
MenusRemovedEvent
An event indicating one or more menu items have been removed from the
MenuService 's ShadowMenu . |
class |
MenusUpdatedEvent
An event indicating one or more menu items have been adjusted in the
MenuService 's ShadowMenu . |
Modifier and Type | Class and Description |
---|---|
class |
ModuleCanceledEvent
An event indicating a
Module execution has been canceled. |
class |
ModuleEvent
An event indicating something has happened to a module.
|
class |
ModuleExecutedEvent
An event indicating a module has just been executed.
|
class |
ModuleExecutingEvent
An event indicating a module is about to be executed.
|
class |
ModuleExecutionEvent
An event relating to execution of a
Module . |
class |
ModuleFinishedEvent
An event indicating a module execution has been completed.
|
class |
ModulePostprocessEvent
An event indicating a
ModulePostprocessor has been invoked as part of
a module execution. |
class |
ModulePreprocessEvent
An event indicating a
ModulePreprocessor has been invoked as part of
a module execution. |
class |
ModuleProcessEvent
An event indicating a
ModuleProcessor has been invoked as part of a
module execution. |
class |
ModulesAddedEvent
An event indicating one or more modules have been added to the
ModuleService . |
class |
ModulesListEvent
An event indicating something has happened to the list of plugins registered
with the
ModuleService . |
class |
ModulesRemovedEvent
An event indicating one or more modules have been removed from the
ModuleService . |
class |
ModuleStartedEvent
An event indicating a module execution has begun.
|
class |
ModulesUpdatedEvent
An event indicating one or more module details have been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
ListEvent<T>
An event indicating something has happened to a list of items.
|
class |
ObjectCreatedEvent
An event indicating a new object has been created.
|
class |
ObjectDeletedEvent
An event indicating an object has been deleted.
|
class |
ObjectEvent
An event indicating something has happened to an object.
|
class |
ObjectModifiedEvent
An event indicating an object has been modified somehow.
|
class |
ObjectsAddedEvent
An event indicating one or more objects have been added to the
ObjectService . |
class |
ObjectsListEvent
An event indicating something has happened to the list of objects registered
with the
ObjectService . |
class |
ObjectsRemovedEvent
An event indicating one or more objects have been removed from the
ObjectService . |
Modifier and Type | Class and Description |
---|---|
class |
OptionsEvent
Fired when an
OptionsPlugin has changed an option. |
Modifier and Type | Class and Description |
---|---|
class |
AppAboutEvent
An event sent when the application is asked to open its about window.
|
class |
AppFocusEvent
An event sent when the application has become the foreground app, or when it
has resigned being the foreground app.
|
class |
ApplicationEvent
An event indicating an application-level occurrence.
|
class |
AppMenusCreatedEvent
An event sent when the application has created and populated its menus.
|
class |
AppOpenFilesEvent
An event sent when the application is asked to re-open itself.
|
class |
AppPreferencesEvent
An event sent when the application is asked to open its preferences window.
|
class |
AppPrintEvent
An event sent when the app is asked to print a list of files.
|
class |
AppQuitEvent
An event sent when the application is asked to quit.
|
class |
AppReOpenEvent
An event sent when the application is asked to re-open itself.
|
class |
AppScreenSleepEvent
An event sent when the displays attached to the system enter and exit power
save sleep.
|
class |
AppSleepEvent
An event sent when a device enters or exits power save sleep.
|
class |
AppSystemSleepEvent
An event sent when the system enters and exits power save sleep.
|
class |
AppUserSessionEvent
An event sent when the the user session has been changed via Fast User
Switching.
|
class |
AppVisibleEvent
An event sent when the application has been hidden or shown.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginsAddedEvent
An event indicating one or more plugins have been added to the
PluginService . |
class |
PluginsListEvent
An event indicating something has happened to the list of plugins registered
with the
PluginService . |
class |
PluginsRemovedEvent
An event indicating one or more plugins have been removed from the
PluginService . |
Modifier and Type | Class and Description |
---|---|
class |
ServicesLoadedEvent
An event which fires when a
Context finishes initializing all its
services. |
Modifier and Type | Class and Description |
---|---|
class |
TaskEvent
An event indicating a
Task has been updated. |
Modifier and Type | Class and Description |
---|---|
class |
ToolActivatedEvent
An event indicating a tool has been activated.
|
class |
ToolDeactivatedEvent
An event indicating a tool has been deactivated.
|
class |
ToolEvent
An event indicating something has happened to a tool.
|
Modifier and Type | Class and Description |
---|---|
class |
DragAndDropEvent
An event indicating drag-and-drop activity in a display.
|
class |
DragEnterEvent
An event indicating an object was dragged onto a display.
|
class |
DragExitEvent
An event indicating an object was dragged off of a display.
|
class |
DragOverEvent
An event indicating an object was dragged within a display.
|
class |
DropEvent
An event indicating an object was dropped onto a display.
|
Modifier and Type | Class and Description |
---|---|
class |
UIEvent
An event indicating activity relating to a
UserInterface . |
class |
UIShownEvent
An event indicating a user interface was shown.
|
Modifier and Type | Class and Description |
---|---|
class |
WelcomeEvent
Marker
SciJavaEvent indicating the first time an application is
run. |
Copyright © 2015–2022 SciJava. All rights reserved.