| 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.operator.events |
Definitions of Alida events and corresponding reporter and listener interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ALDGrappaWorkbenchTab.ParameterUpdateListener
Class to handle parameter update events triggered configuration windows.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ALDOperatorGUIExecutionProxy.ParameterUpdateListener
Listener class to react on parameter value updates in config window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOperatorConfigurationFrame.addALDOpParameterUpdateEventListener(ALDOpParameterUpdateEventListener listener)
Adds a listener to this reporter.
|
void |
ALDOperatorConfigurationFrame.removeALDOpParameterUpdateEventListener(ALDOpParameterUpdateEventListener listener)
Removes a listener from this reporter.
|
| Constructor and Description |
|---|
ALDOperatorConfigurationFrame(ALDOperator _op,
ALDOpParameterUpdateEventListener pListen)
Constructs a control frame for an operator object.
|
ALDOperatorControlFrame(ALDOperator _op,
ALDOperatorGUIExecutionProxy em,
ALDOpParameterUpdateEventListener pL)
Constructs a new control frame for an operator object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOpParameterUpdateEventReporter.addALDOpParameterUpdateEventListener(ALDOpParameterUpdateEventListener listener)
Adds a listener to this reporter.
|
void |
ALDOpParameterUpdateEventReporter.removeALDOpParameterUpdateEventListener(ALDOpParameterUpdateEventListener listener)
Removes a listener from this reporter.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.