|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ALDOpParameterDescriptor | |
|---|---|
| de.unihalle.informatik.Alida.dataio.provider.swing | Package containing data I/O providers for GUIs based on Java Swing. |
| de.unihalle.informatik.Alida.dataio.provider.swing.components | |
| de.unihalle.informatik.Alida.grappa | Contains all resources for the graphical programming editor Grappa. |
| de.unihalle.informatik.Alida.operator | Contains the core of Alida, i.e. the operator concept and processing graph stuff. |
| de.unihalle.informatik.Alida.workflows | Classes related to workflows in Alida. |
| Uses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.dataio.provider.swing |
|---|
| Fields in de.unihalle.informatik.Alida.dataio.provider.swing with type parameters of type ALDOpParameterDescriptor | |
|---|---|
protected java.util.LinkedList<ALDOpParameterDescriptor> |
ALDOperatorDataIOSwing.opParamDescrips
List of all parameter descriptors associated with operator. |
| Methods in de.unihalle.informatik.Alida.dataio.provider.swing that return types with arguments of type ALDOpParameterDescriptor | |
|---|---|
protected java.util.HashMap<ALDOpParameterDescriptor,java.lang.String> |
ALDOperatorDataIOSwing.OperatorConfigWindow.updateOperator(ALDOperator oper)
Update operator linked to window. |
| Uses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.dataio.provider.swing.components |
|---|
| Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components that return types with arguments of type ALDOpParameterDescriptor | |
|---|---|
java.util.HashMap<ALDOpParameterDescriptor,java.lang.String> |
ALDOperatorParameterPanel.setNewOperator(ALDOperator op)
Sets a new operator for the panel. |
java.util.HashMap<ALDOpParameterDescriptor,java.lang.String> |
ALDOperatorParameterPanel.setOperatorParameters()
Retrieve parameter values from GUI and configure operator accordingly. |
| Methods in de.unihalle.informatik.Alida.dataio.provider.swing.components with parameters of type ALDOpParameterDescriptor | |
|---|---|
protected java.lang.Object |
ALDOperatorParameterPanel.getDefaultValue(java.lang.Boolean useRequired,
java.lang.Boolean useSupplemental,
ALDOpParameterDescriptor descr)
Get the default for a paramter. |
protected void |
ALDOperatorParameterPanel.registerDescriptor(java.util.LinkedList<ALDOpParameterDescriptor> paramDescriptors,
ALDOpParameterDescriptor descr)
Register a descriptor. |
| Method parameters in de.unihalle.informatik.Alida.dataio.provider.swing.components with type arguments of type ALDOpParameterDescriptor | |
|---|---|
protected void |
ALDOperatorParameterPanel.registerDescriptor(java.util.LinkedList<ALDOpParameterDescriptor> paramDescriptors,
ALDOpParameterDescriptor descr)
Register a descriptor. |
void |
ALDParameterPanel.updateOperatorDescriptors(java.util.LinkedList<ALDOpParameterDescriptor> newDescr)
|
| Uses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.grappa |
|---|
| Constructors in de.unihalle.informatik.Alida.grappa with parameters of type ALDOpParameterDescriptor | |
|---|---|
ALDGrappaNodePortInfo(com.mxgraph.model.mxCell pnode,
ALDOpParameterDescriptor descr)
Default constructor. |
|
| Uses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.operator |
|---|
| Methods in de.unihalle.informatik.Alida.operator that return ALDOpParameterDescriptor | |
|---|---|
ALDOpParameterDescriptor |
ALDOpParameterDescriptor.clone()
Clone an instance |
ALDOpParameterDescriptor |
ALDOpParameterDescriptor.copy(java.lang.reflect.Field field)
|
ALDOpParameterDescriptor |
ALDOperator.getParameterDescriptor(java.lang.String name)
Get the parameter descriptor for given name. |
| Uses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.workflows |
|---|
| Subclasses of ALDOpParameterDescriptor in de.unihalle.informatik.Alida.workflows | |
|---|---|
class |
ALDWorkflowParameterDescriptor
Extends the class ALDOpParameterDescriptor to hold the value
of a parameter. |
| Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDOpParameterDescriptor | |
|---|---|
void |
ALDWorkflow.addParameter(ALDOpParameterDescriptor descriptor)
Add a new parameter to this workflow. |
| Constructors in de.unihalle.informatik.Alida.workflows with parameters of type ALDOpParameterDescriptor | |
|---|---|
ALDWorkflowParameterDescriptor(ALDOpParameterDescriptor descriptor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||