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 |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
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 | Class and Description |
---|---|
protected class |
ALDOperatorCollection.ParameterUpdateListener
Listener class to react on parameter value updates in config window.
|
Modifier and Type | Method and Description |
---|---|
protected ALDOperatorConfigurationFrame |
ALDOperatorCollection.getConfigWin(ALDOperator op,
ALDOpParameterUpdateEventListener pListen)
Generate configuration window for given operator.
|
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–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.