Modifier and Type | Class and Description |
---|---|
static class |
JIPipeService.DatatypeRegisteredEventEmitter |
static class |
JIPipeService.ExtensionContentAddedEventEmitter |
static class |
JIPipeService.ExtensionContentRemovedEventEmitter |
static class |
JIPipeService.ExtensionDiscoveredEventEmitter |
static class |
JIPipeService.ExtensionRegisteredEventEmitter |
static class |
JIPipeService.NodeInfoRegisteredEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeProgressInfo.StatusUpdatedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeCache.ClearedEventEmitter |
static class |
JIPipeCache.ModifiedEventEmitter |
static class |
JIPipeCache.StoredEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeSlotConfiguration.SlotConfigurationChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDataBrowser.UpdatedEventEmitter |
static class |
JIPipeDataTableBrowser.UpdatedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeThumbnailGenerationQueue.ThumbnailGeneratedEventEmitter |
Modifier and Type | Method and Description |
---|---|
JIPipeEventEmitter<?,?> |
AbstractJIPipeEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
JIPipeEvent.getEmitter()
The first emitter that published the event
Will not change if an event is re-emitted
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeEventEmitter.Subscriber.call(JIPipeEventEmitter<Event,Listener> emitter,
Event event) |
void |
JIPipeEventEmitter.StrongObjectSubscriber.call(JIPipeEventEmitter<Event,Listener> emitter,
Event event) |
void |
JIPipeEventEmitter.WeakObjectSubscriber.call(JIPipeEventEmitter<Event,Listener> emitter,
Event event) |
void |
JIPipeEventEmitter.LambdaSubscriber.call(JIPipeEventEmitter<Event,Listener> emitter,
Event event) |
void |
AbstractJIPipeEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
JIPipeEvent.setEmitter(JIPipeEventEmitter<?,?> emitter)
Sets the first emitter.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeEventEmitter.subscribeLambda(BiConsumer<JIPipeEventEmitter<Event,Listener>,Event> listener) |
void |
JIPipeEventEmitter.subscribeLambdaOnce(BiConsumer<JIPipeEventEmitter<Event,Listener>,Event> listener) |
Constructor and Description |
---|
LambdaSubscriber(BiConsumer<JIPipeEventEmitter<Event,Listener>,Event> function,
boolean once) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterReferencesChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeHistoryJournal.HistoryChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeGraph.GraphChangedEventEmitter |
static class |
JIPipeGraph.NodeAddedEventEmitter |
static class |
JIPipeGraph.NodeConnectedEventEmitter |
static class |
JIPipeGraph.NodeDisconnectedEventEmitter |
static class |
JIPipeGraph.NodeRemovedEventEmitter |
static class |
JIPipeGraphNode.BaseDirectoryChangedEventEmitter |
static class |
JIPipeGraphNode.NodeSlotsChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeNotificationInbox.DismissedEventEmitter |
static class |
JIPipeNotificationInbox.PushedEventEmitter |
static class |
JIPipeNotificationInbox.UpdatedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDynamicParameterCollection.BeforeAddParameterEventEmitter |
static class |
JIPipeParameterCollection.ParameterChangedEventEmitter
Emitter for
JIPipeParameterCollection.ParameterChangedEvent |
static class |
JIPipeParameterCollection.ParameterStructureChangedEventEmitter
|
static class |
JIPipeParameterCollection.ParameterUIChangedEventEmitter
|
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeProject.CompartmentAddedEventEmitter |
static class |
JIPipeProject.CompartmentRemovedEventEmitter |
static class |
JIPipeProjectRunSetsConfiguration.RunSetsModifiedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeApplicationSettingsRegistry.ChangedEventEmitter |
static class |
JIPipeArtifactsRegistry.UpdatedEventEmitter |
static class |
JIPipePluginRegistry.ScheduledActivatePluginEventEmitter |
static class |
JIPipePluginRegistry.ScheduledDeactivatePluginEventEmitter |
static class |
JIPipeProjectTemplateRegistry.TemplatesUpdatedEventEmitter |
static class |
JIPipeRecentProjectsRegistry.ChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeGraphRunGCGraph.GCEventEmitter |
static class |
JIPipeRunnable.EnqueuedEventEmitter |
static class |
JIPipeRunnable.FinishedEventEmitter |
static class |
JIPipeRunnable.InterruptedEventEmitter |
static class |
JIPipeRunnable.ProgressEventEmitter |
static class |
JIPipeRunnable.StartedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopAlgorithmCacheBrowserOutputSelectorUI.OutputSelectedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopRecentProjectsListPanel.ProjectOpenedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopGraphCanvasUI.GraphCanvasUpdatedEventEmitter |
static class |
JIPipeDesktopGraphCanvasUI.NodeSelectionChangedEventEmitter |
static class |
JIPipeDesktopGraphCanvasUI.NodeUISelectedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopGraphNodeUI.DefaultNodeUIActionRequestedEventEmitter |
static class |
JIPipeDesktopGraphNodeUI.NodeUIActionRequestedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopRunnableLogsCollection.LogClearedEventEmitter |
static class |
JIPipeDesktopRunnableLogsCollection.LogEntryAddedEventEmitter |
static class |
JIPipeDesktopRunnableLogsCollection.LogUpdatedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopColorChooserButton.ColorChosenEventEmitter |
static class |
JIPipeDesktopFormPanel.ContextHelpEventEmitter |
static class |
JIPipeDesktopZoomViewPort.ZoomChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopDataTypePicker.DataTypeDeselectedEventEmitter |
static class |
JIPipeDesktopDataTypePicker.DataTypeSelectedEventEmitter |
static class |
JIPipeDesktopDataTypePicker.SelectedDataTypesChangedEventEmitter |
static class |
JIPipeDesktopNodeInfoPicker.NodeInfoDeselectedEventEmitter |
static class |
JIPipeDesktopNodeInfoPicker.NodeInfoSelectedEventEmitter |
static class |
JIPipeDesktopNodeInfoPicker.SelectedInfosChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopTabPane.TabRenamedEventEmitter |
Modifier and Type | Class and Description |
---|---|
class |
WindowClosedEventEmitter |
class |
WindowOpenedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
MaskDrawerPlugin2D.MaskChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
ImageViewerPanelCanvas2D.PixelHoverEventEmitter |
static class |
ImageViewerPanelCanvas2D.ToolChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
class |
NodeTemplatesRefreshedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
ParameterTable.ModelChangedEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
CustomStateLessToggleButton.ToggledEventEmitter |
static class |
JIPipeDesktopSplitPane.RatioUpdatedEventEmitter |
static class |
ProcessUtils.RunCancellationWatchdog.CancelledEventEmitter |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopDockPanel.PanelSideVisibilityChangedEventEmitter |
static class |
JIPipeDesktopDockPanel.StateSavedEventEmitter |
Modifier and Type | Class and Description |
---|---|
class |
MouseClickedEventEmitter |
class |
MouseDraggedEventEmitter |
class |
MouseEnteredEventEmitter |
class |
MouseExitedEventEmitter |
class |
MouseMovedEventEmitter |
class |
MousePressedEventEmitter |
class |
MouseReleasedEventEmitter |
Modifier and Type | Method and Description |
---|---|
JIPipeEventEmitter<?,?> |
MouseDraggedEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MouseExitedEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MouseMovedEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MouseEnteredEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MousePressedEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MouseReleasedEvent.getEmitter() |
JIPipeEventEmitter<?,?> |
MouseClickedEvent.getEmitter() |
Modifier and Type | Method and Description |
---|---|
void |
MouseDraggedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MouseExitedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MouseMovedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MouseEnteredEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MousePressedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MouseReleasedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
void |
MouseClickedEvent.setEmitter(JIPipeEventEmitter<?,?> emitter) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.