Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAppService.onEvent(AppAboutEvent event) |
protected void |
DefaultAppService.onEvent(AppPreferencesEvent event) |
protected void |
DefaultAppService.onEvent(AppQuitEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
InteractiveCommand.onEvent(DisplayActivatedEvent evt) |
protected void |
DefaultCommandService.onEvent(PluginsAddedEvent event) |
protected void |
DefaultCommandService.onEvent(PluginsRemovedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDisplayService.onEvent(DisplayDeletedEvent evt)
Removes a display from the display list when it is deleted
|
protected void |
DefaultDisplayService.onEvent(WinActivatedEvent event)
Sets the display to active when its window is activated.
|
protected void |
DefaultDisplayService.onEvent(WinClosedEvent event)
Deletes the display when display window is closed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultEventHistory.onEvent(SciJavaEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultInputService.onEvent(DisplayDeletedEvent evt) |
void |
DefaultInputService.onEvent(KyPressedEvent evt) |
void |
DefaultInputService.onEvent(KyReleasedEvent evt) |
protected void |
DefaultInputService.onEvent(MsExitedEvent evt) |
protected void |
DefaultInputService.onEvent(MsMovedEvent evt) |
protected void |
DefaultInputService.onEvent(MsPressedEvent evt) |
protected void |
DefaultInputService.onEvent(MsReleasedEvent evt) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultRecentFileService.onEvent(IOEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultJava3DService.onEvent(UIShownEvent evt)
Checks for obsolete Java 3D installations, warning when any are found.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultMenuService.onEvent(ModulesAddedEvent event) |
protected void |
DefaultMenuService.onEvent(ModulesRemovedEvent event) |
protected void |
DefaultMenuService.onEvent(ModulesUpdatedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultObjectService.onEvent(ObjectCreatedEvent event) |
protected void |
DefaultObjectService.onEvent(ObjectDeletedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPlatformService.onEvent(AppMenusCreatedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSingletonService.onEvent(PluginsAddedEvent event) |
protected void |
AbstractSingletonService.onEvent(PluginsRemovedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
MacOSPlatform.onEvent(WinActivatedEvent evt) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultToolService.onEvent(KyPressedEvent event) |
protected void |
DefaultToolService.onEvent(KyReleasedEvent event) |
protected void |
DefaultToolService.onEvent(MsClickedEvent event) |
protected void |
DefaultToolService.onEvent(MsDraggedEvent event) |
protected void |
DefaultToolService.onEvent(MsMovedEvent event) |
protected void |
DefaultToolService.onEvent(MsPressedEvent event) |
protected void |
DefaultToolService.onEvent(MsReleasedEvent event) |
protected void |
DefaultToolService.onEvent(MsWheelEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultUIService.onEvent(AppQuitEvent event) |
protected void |
DefaultUIService.onEvent(DisplayActivatedEvent e)
Called when a display is activated.
|
protected void |
DefaultUIService.onEvent(DisplayCreatedEvent e)
Called when a display is created.
|
protected void |
DefaultUIService.onEvent(DisplayDeletedEvent e)
Called when a display is deleted.
|
protected void |
DefaultUIService.onEvent(DisplayUpdatedEvent e)
Called when a display is updated.
|
protected void |
DefaultUIService.onEvent(StatusEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AWTStatusBar.onEvent(StatusEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDragAndDropService.onEvent(DragEnterEvent e) |
protected void |
DefaultDragAndDropService.onEvent(DragExitEvent e) |
protected void |
DefaultDragAndDropService.onEvent(DragOverEvent e) |
protected void |
DefaultDragAndDropService.onEvent(DropEvent e) |
Modifier and Type | Method and Description |
---|---|
protected void |
SwingStatusBar.onEvent(StatusEvent event) |
protected void |
SwingToolBar.onEvent(ToolActivatedEvent event) |
protected void |
SwingToolBar.onEvent(ToolDeactivatedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDisplayViewer.onEvent(DisplayCreatedEvent event) |
protected void |
AbstractDisplayViewer.onEvent(DisplayUpdatedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultWelcomeService.onEvent(UIShownEvent evt)
Displays the welcome text when a UI is shown for the first time.
|
Copyright © 2015–2022 SciJava. All rights reserved.