| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.grappa |
Contains all resources for the graphical programming editor Grappa.
|
| de.unihalle.informatik.Alida.gui |
Package containing GUI components for interactive operator selection/control.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| de.unihalle.informatik.Alida.workflows.events |
Contains all events appearing in context of workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDGrappaWorkbenchTab.handleALDWorkflowEvent(ALDWorkflowEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDOperatorGUIExecutionProxy.displayFailureMessageWindow(ALDWorkflowEvent event)
Displays window with detailed error information on execution failures.
|
void |
ALDOperatorGUIExecutionProxy.handleALDWorkflowEvent(ALDWorkflowEvent event) |
| Modifier and Type | Method and Description |
|---|---|
BlockingDeque<ALDWorkflowEvent> |
ALDWorkflow.getEventQueue(ALDWorkflowEventListener listener)
Returns the event queue associated with the
listener or null
it the listener is not registered. |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDWorkflow.fireALDWorkflowEvent(ALDWorkflowEvent event) |
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowEvent |
ALDWorkflowEvent.createCopy()
Create a clone of this event with the same time stamp
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDWorkflowEventReporter.fireALDWorkflowEvent(ALDWorkflowEvent event)
Sends the given event to all registered listeners.
|
void |
ALDWorkflowEventListener.handleALDWorkflowEvent(ALDWorkflowEvent event)
Method which is called on event occurrence.
|
| Constructor and Description |
|---|
ALDWorkflowEvent(ALDWorkflowEvent event)
Constructor.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.