Methods in de.unihalle.informatik.Alida.batch.provider.input.swing that throw ALDBatchIOProviderException |
ALDSwingComponent |
ALDBatchInputNativeArray1DSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
|
ALDSwingComponent |
ALDBatchInputIteratorSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
Interface method to create a GUI element for batch data input. |
ALDSwingComponent |
ALDBatchInputNumberSwing.createGUIElement(Field field,
Class<?> cl,
Object obj,
ALDParameterDescriptor descr)
|
Iterator<Object> |
ALDBatchInputIteratorSwing.readData(Field field,
Class<?> cl,
ALDSwingComponent guiElement)
Interface method for getting parameter values via a GUI element. |
void |
ALDBatchInputNativeArray1DSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
|
void |
ALDBatchInputIteratorSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
Interface method for setting new parameter values in GUI. |
void |
ALDBatchInputNumberSwing.setValue(Field field,
Class<?> cl,
ALDSwingComponent guiElement,
Object value)
|