| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.batch.provider.input.swing |
Package containing batch input providers for Swing GUIs.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.